summaryrefslogtreecommitdiffstats
path: root/base/base_untrusted.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_untrusted.gyp')
-rw-r--r--base/base_untrusted.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/base/base_untrusted.gyp b/base/base_untrusted.gyp
index 16aef58..44baaa1 100644
--- a/base/base_untrusted.gyp
+++ b/base/base_untrusted.gyp
@@ -11,7 +11,7 @@
'base.gypi',
],
'conditions': [
- ['disable_nacl_untrusted==0', {
+ ['disable_nacl==0 and disable_nacl_untrusted==0', {
'targets': [
{
'target_name': 'base_untrusted',
@@ -32,8 +32,6 @@
},
'dependencies': [
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',
- '<(DEPTH)/native_client/src/untrusted/pthread/pthread.gyp:pthread_lib',
- '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
],
},
],