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'], |
}], |