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

Unified Diff: skia/BUILD.gn

Issue 2773123002: Control FreeType linkage globally in //build/config/freetype (Closed)
Patch Set: Fix Fontconfig build on cast shell 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 | « build/linux/BUILD.gn ('k') | third_party/fontconfig/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 1038725bdda08062f0abd2ea654d5fd561bc5ece..124789e93bda1c51ee7965869bc7334896cd0fc7 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -407,7 +407,7 @@ component("skia") {
}
deps += [
"//build/linux:fontconfig",
- "//build/linux:freetype2",
+ "//build/config/freetype",
"//third_party/expat",
"//third_party/icu:icuuc",
]
@@ -417,7 +417,7 @@ component("skia") {
deps += [
"//third_party/android_tools:cpu_features",
"//third_party/expat",
- "//third_party/freetype",
+ "//build/config/freetype",
]
}
« no previous file with comments | « build/linux/BUILD.gn ('k') | third_party/fontconfig/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698