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

Unified Diff: content/content_browser.gypi

Issue 15102010: untangle pango usage from use_x11 and OS==linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove stray unit test inclusion (bad rebase?) Created 7 years, 7 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 | « content/common/font_list_pango.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index d70d91eaedca73612cd06d033f7b1291c180ad23..5b9edde27ffef7bcfabf4922d2d7fd1f8ec1cbc9 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1209,7 +1209,7 @@
'../build/linux/system.gyp:x11',
],
}],
- ['OS=="linux"', {
+ ['use_pango==1', {
'dependencies': [
'../build/linux/system.gyp:pangocairo',
],
« no previous file with comments | « content/common/font_list_pango.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698