Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4405)

Unified Diff: build/linux/BUILD.gn

Issue 2726873002: Rename third_party/freetype-android to third_party/freetype (Closed)
Patch Set: DEPS Rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/BUILD.gn
diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn
index 410f832a4660c29e2fdc33a2440cf58c67c7a07b..4adeeb3bfac61d5e580384c2a54241aa3b78e388 100644
--- a/build/linux/BUILD.gn
+++ b/build/linux/BUILD.gn
@@ -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" ]
« no previous file with comments | « DEPS ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698