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, 3 insertions, 1 deletions
diff --git a/base/base_untrusted.gyp b/base/base_untrusted.gyp
index 44baaa1..16aef58 100644
--- a/base/base_untrusted.gyp
+++ b/base/base_untrusted.gyp
@@ -11,7 +11,7 @@
'base.gypi',
],
'conditions': [
- ['disable_nacl==0 and disable_nacl_untrusted==0', {
+ ['disable_nacl_untrusted==0', {
'targets': [
{
'target_name': 'base_untrusted',
@@ -32,6 +32,8 @@
},
'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',
],
},
],