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

Unified Diff: skia/skia_library.gypi

Issue 831453004: Do not depend on or try to configure pangocairo when use_pango == 0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep pangocario target unconditionally 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 | « build/linux/system.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index b880be571d99f4ed82546655fdd4427f6b0e609a..36bdee65ba1df3b47a63b5b663d2bdbe0466513b 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -244,7 +244,7 @@
'-Wno-unused-function',
],
}],
- [ 'use_cairo == 1', {
+ [ 'use_cairo == 1 and use_pango == 1', {
'dependencies': [
'../build/linux/system.gyp:pangocairo',
],
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698