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:
Родитель
10e3929acb
Коммит
a4be7dc521
|
@ -58,9 +58,8 @@ if (!is_chromecast) {
|
||||||
group("freetype2") {
|
group("freetype2") {
|
||||||
if (is_chromecast) {
|
if (is_chromecast) {
|
||||||
# Chromecast platform doesn't provide freetype, so use Chromium's.
|
# Chromecast platform doesn't provide freetype, so use Chromium's.
|
||||||
# The version in freetype-android is unmodified from freetype2 upstream.
|
|
||||||
public_deps = [
|
public_deps = [
|
||||||
"//third_party/freetype-android:freetype",
|
"//third_party/freetype",
|
||||||
]
|
]
|
||||||
} else {
|
} else {
|
||||||
public_configs = [ ":freetype2_config" ]
|
public_configs = [ ":freetype2_config" ]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче