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

Unified Diff: skia/BUILD.gn

Issue 1627533002: [Chromecast] Depend on Chromium's freetype-android (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add clarification of using freetype-android Created 4 years, 11 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
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 1b38d807d8e625893e33311836abef58858af88b..747fc2de43dfeb7c474fb0f394a9050ebc2fd0df 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -458,13 +458,12 @@ component("skia") {
]
if (is_linux) {
- configs += [ "//build/config/linux:freetype2" ]
-
if (use_pango) {
configs += [ "//build/config/linux:pangocairo" ]
}
deps += [
"//build/linux:fontconfig",
+ "//build/linux:freetype2",
"//third_party/icu:icuuc",
]
}

Powered by Google App Engine
This is Rietveld 408576698