| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 7541519ea06784b5b3df681b94036e6def536f92..8aa9e6b05eec270f2f167ea0b228f92272b9e212 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2557,9 +2557,6 @@
|
| ['use_cras==1', {
|
| 'defines': ['USE_CRAS=1'],
|
| }],
|
| - ['use_glib==1', {
|
| - 'defines': ['USE_GLIB=1'],
|
| - }],
|
| ['use_ozone==1', {
|
| 'defines': ['USE_OZONE=1'],
|
| }],
|
| @@ -2918,6 +2915,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'],
|
| }],
|
|
|