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

Unified Diff: skia/BUILD.gn

Issue 866183002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | skia/config/SkUserConfig.h » ('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 4ddce5e0642a6318cacaf7b4ff6c656424330a17..8d7aa7fd671763ac96d53c462f31ed447ff8f6dd 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -522,8 +522,10 @@ component("skia") {
configs += [
"//build/config/linux:fontconfig",
"//build/config/linux:freetype2",
- "//build/config/linux:pangocairo",
]
+ if (use_pango) {
+ configs += [ "//build/config/linux:pangocairo" ]
+ }
deps += [ "//third_party/icu:icuuc" ]
}
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | skia/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698