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

Unified Diff: third_party/fontconfig/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 | « skia/BUILD.gn ('k') | third_party/harfbuzz-ng/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fontconfig/BUILD.gn
diff --git a/third_party/fontconfig/BUILD.gn b/third_party/fontconfig/BUILD.gn
index cf6cfadbac4d9dae0da3b34333007fb7d5c6159c..be52d4192ccd0e6651082dccd06c81d455b88eed 100644
--- a/third_party/fontconfig/BUILD.gn
+++ b/third_party/fontconfig/BUILD.gn
@@ -52,7 +52,7 @@ component("fontconfig") {
]
deps = [
- "//build/linux:freetype2",
+ "//build/config/freetype",
"//third_party/libxml",
"//third_party/zlib",
]
« no previous file with comments | « skia/BUILD.gn ('k') | third_party/harfbuzz-ng/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698