Rename third_party/freetype-android to third_party/freetype

Now that the FreeType checkouts are unified, we should no longer use
the _android suffix.

TBR'ing jochen for the rename, not adding any new library.

BUG=697015
TBR=jochen

Review-Url: https://codereview.chromium.org/2726873002
Cr-Original-Commit-Position: refs/heads/master@{#454855}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: fe896a85ac3ab250cc5cad0e857da7ef32283a11
This commit is contained in:
drott 2017-03-06 04:12:54 -08:00 коммит произвёл Commit bot
Родитель 10e3929acb
Коммит a4be7dc521
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -58,9 +58,8 @@ if (!is_chromecast) {
group("freetype2") {
if (is_chromecast) {
# Chromecast platform doesn't provide freetype, so use Chromium's.
# The version in freetype-android is unmodified from freetype2 upstream.
public_deps = [
"//third_party/freetype-android:freetype",
"//third_party/freetype",
]
} else {
public_configs = [ ":freetype2_config" ]