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

Unified Diff: build/common.gypi

Issue 69953025: Support use_glib==0 on Linux in base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bring back EXPECT_EQ as it suppresses unused result warning Created 7 years, 1 month 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 | « base/process/process_util_unittest.cc ('k') | no next file » | 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 77e375df74cb021b53d5792ebe9f17766ef14075..03cdb6d130adacd392e3d8b65038af3db6ce8e42 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2056,6 +2056,9 @@
['use_cras==1', {
'defines': ['USE_CRAS=1'],
}],
+ ['use_glib==1', {
+ 'defines': ['USE_GLIB=1'],
+ }],
['use_ozone==1', {
'defines': ['USE_OZONE=1'],
}],
« no previous file with comments | « base/process/process_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698