OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../../native_client/build/untrusted.gypi', | 7 '../../native_client/build/untrusted.gypi', |
8 ], | 8 ], |
9 'conditions': [ | 9 'conditions': [ |
10 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 10 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 }, | 170 }, |
171 'dependencies': [ | 171 'dependencies': [ |
172 'src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp:ppruntime_lib', | 172 'src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp:ppruntime_lib', |
173 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', | 173 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', |
174 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', | 174 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', |
175 '../../native_client/src/shared/platform/platform.gyp:platform_lib', | 175 '../../native_client/src/shared/platform/platform.gyp:platform_lib', |
176 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', | 176 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', |
177 '../../native_client/src/shared/gio/gio.gyp:gio_lib', | 177 '../../native_client/src/shared/gio/gio.gyp:gio_lib', |
178 ], | 178 ], |
179 }, | 179 }, |
| 180 ], |
| 181 }], |
| 182 ['disable_nacl==0 and disable_nacl_untrusted==0 and target_arch!="arm"', { |
| 183 'targets': [ |
180 { | 184 { |
181 'target_name': 'nacl_ipc_irt', | 185 'target_name': 'nacl_ipc_irt', |
182 'type': 'none', | 186 'type': 'none', |
183 'variables': { | 187 'variables': { |
184 'nexe_target': 'nacl_ipc_irt', | 188 'nexe_target': 'nacl_ipc_irt', |
185 # These out_* fields override the default filenames, which | 189 # These out_* fields override the default filenames, which |
186 # include a "_newlib" suffix. | 190 # include a "_newlib" suffix. |
187 'out_newlib64': '<(PRODUCT_DIR)/nacl_ipc_irt_x86_64.nexe', | 191 'out_newlib64': '<(PRODUCT_DIR)/nacl_ipc_irt_x86_64.nexe', |
188 'out_newlib32': '<(PRODUCT_DIR)/nacl_ipc_irt_x86_32.nexe', | 192 'out_newlib32': '<(PRODUCT_DIR)/nacl_ipc_irt_x86_32.nexe', |
189 'out_newlib_arm': '<(PRODUCT_DIR)/nacl_ipc_irt_arm.nexe', | 193 'out_newlib_arm': '<(PRODUCT_DIR)/nacl_ipc_irt_arm.nexe', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', | 383 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', |
380 '../../native_client/src/shared/platform/platform.gyp:platform_lib', | 384 '../../native_client/src/shared/platform/platform.gyp:platform_lib', |
381 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', | 385 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', |
382 '../../native_client/src/shared/gio/gio.gyp:gio_lib', | 386 '../../native_client/src/shared/gio/gio.gyp:gio_lib', |
383 ], | 387 ], |
384 }, | 388 }, |
385 ], | 389 ], |
386 }], | 390 }], |
387 ], | 391 ], |
388 } | 392 } |
OLD | NEW |