Index: ipc/ipc_untrusted.gyp |
=================================================================== |
--- ipc/ipc_untrusted.gyp (revision 142376) |
+++ ipc/ipc_untrusted.gyp (working copy) |
@@ -11,7 +11,7 @@ |
'ipc.gypi', |
], |
'conditions': [ |
- ['disable_nacl_untrusted==0', { |
+ ['disable_nacl==0 and disable_nacl_untrusted==0', { |
'targets': [ |
{ |
'target_name': 'ipc_untrusted', |
@@ -25,8 +25,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', |
'../base/base_untrusted.gyp:base_untrusted', |
], |
}, |