Index: ppapi/native_client/native_client.gyp |
=================================================================== |
--- ppapi/native_client/native_client.gyp (revision 152814) |
+++ ppapi/native_client/native_client.gyp (working copy) |
@@ -4,7 +4,7 @@ |
{ |
'includes': [ |
- '../../native_client/build/untrusted.gypi', |
+ '../../build/common_untrusted.gypi', |
], |
'conditions': [ |
['disable_nacl==0 and disable_nacl_untrusted==0', { |
@@ -177,10 +177,6 @@ |
'../../native_client/src/shared/gio/gio.gyp:gio_lib', |
], |
}, |
- ], |
- }], |
- ['disable_nacl==0 and disable_nacl_untrusted==0 and target_arch!="arm"', { |
- 'targets': [ |
{ |
'target_name': 'nacl_ipc_irt', |
'type': 'none', |