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

Unified Diff: build/common.gypi

Issue 400793002: Makes embedded content shell build without pango (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Makes embedded content shell build without pango (fixed env variable) Created 6 years, 5 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 | « no previous file | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0b1ffd7f6f4618f1fc9131d39752cf1f09bb0e12..3d4cb952ddb1943cc5c7bfbb468d60aa72fc53d2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2469,6 +2469,9 @@
['use_ash==1', {
'defines': ['USE_ASH=1'],
}],
+ ['use_pango==1', {
+ 'defines': ['USE_PANGO=1'],
+ }],
['use_cairo==1', {
'defines': ['USE_CAIRO=1'],
}],
« no previous file with comments | « no previous file | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698