summaryrefslogtreecommitdiffstats
path: root/chrome/nacl.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r--chrome/nacl.gypi8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index 32d1d5a..0ab96d4 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -70,12 +70,18 @@
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
'common',
- '../ppapi/native_client/native_client.gyp:nacl_irt',
'../webkit/support/webkit_support.gyp:glue',
'../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome',
'../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
'../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
],
+ 'conditions': [
+ ['disable_nacl_untrusted==0', {
+ 'dependencies': [
+ '../ppapi/native_client/native_client.gyp:nacl_irt',
+ ],
+ }],
+ ],
'direct_dependent_settings': {
'defines': [
'NACL_BLOCK_SHIFT=5',