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

Unified Diff: build/common.gypi

Issue 659513004: Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 34000ed04b326fda1b507c59f89c9fcfbb3f2686..d3f30e65195f34e6165c72be3ab6090c2f077719 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2562,9 +2562,6 @@
['use_cras==1', {
'defines': ['USE_CRAS=1'],
}],
- ['use_glib==1', {
- 'defines': ['USE_GLIB=1'],
- }],
['use_ozone==1', {
'defines': ['USE_OZONE=1'],
}],
@@ -2923,6 +2920,9 @@
'USE_OPENSSL_CERTS=1',
],
}],
+ ['<(use_glib)==1 and >(nacl_untrusted_build)==0', {
+ 'defines': ['USE_GLIB=1'],
+ }],
['<(use_nss)==1 and >(nacl_untrusted_build)==0', {
'defines': ['USE_NSS=1'],
}],

Powered by Google App Engine
This is Rietveld 408576698