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 '../../build/common_untrusted.gypi', | 7 '../../build/common_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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 '>(tc_lib_dir_irt_mips)/libshared_memory_support_nacl.a', | 244 '>(tc_lib_dir_irt_mips)/libshared_memory_support_nacl.a', |
245 '>(tc_lib_dir_irt_mips)/libsrpc.a', | 245 '>(tc_lib_dir_irt_mips)/libsrpc.a', |
246 '>(tc_lib_dir_irt_mips)/libplatform.a', | 246 '>(tc_lib_dir_irt_mips)/libplatform.a', |
247 '>(tc_lib_dir_irt_mips)/libimc_syscalls.a', | 247 '>(tc_lib_dir_irt_mips)/libimc_syscalls.a', |
248 '>(tc_lib_dir_irt_mips)/libgio.a', | 248 '>(tc_lib_dir_irt_mips)/libgio.a', |
249 ], | 249 ], |
250 }], | 250 }], |
251 ], | 251 ], |
252 }, | 252 }, |
253 'dependencies': [ | 253 'dependencies': [ |
254 'src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:shim_for_irt', | 254 'src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:irt', |
255 '../ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', | 255 '../ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', |
256 '../ppapi_ipc_nacl.gyp:ppapi_ipc_nacl', | 256 '../ppapi_ipc_nacl.gyp:ppapi_ipc_nacl', |
257 '../ppapi_shared_nacl.gyp:ppapi_shared_nacl', | 257 '../ppapi_shared_nacl.gyp:ppapi_shared_nacl', |
258 '../../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl', | 258 '../../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl', |
259 '../../gpu/gpu_nacl.gyp:command_buffer_client_nacl', | 259 '../../gpu/gpu_nacl.gyp:command_buffer_client_nacl', |
260 '../../gpu/gpu_nacl.gyp:command_buffer_common_nacl', | 260 '../../gpu/gpu_nacl.gyp:command_buffer_common_nacl', |
261 '../../gpu/gpu_nacl.gyp:gles2_implementation_nacl', | 261 '../../gpu/gpu_nacl.gyp:gles2_implementation_nacl', |
262 '../../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl', | 262 '../../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl', |
263 '../../gpu/gpu_nacl.gyp:gpu_ipc_nacl', | 263 '../../gpu/gpu_nacl.gyp:gpu_ipc_nacl', |
264 '../../components/tracing_nacl.gyp:tracing_nacl', | 264 '../../components/tracing_nacl.gyp:tracing_nacl', |
265 '../../ipc/ipc_nacl.gyp:ipc_nacl', | 265 '../../ipc/ipc_nacl.gyp:ipc_nacl', |
266 '../../base/base_nacl.gyp:base_nacl', | 266 '../../base/base_nacl.gyp:base_nacl', |
267 '../../media/media_nacl.gyp:shared_memory_support_nacl', | 267 '../../media/media_nacl.gyp:shared_memory_support_nacl', |
268 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', | 268 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', |
269 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', | 269 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', |
270 '../../native_client/src/shared/platform/platform.gyp:platform_lib', | 270 '../../native_client/src/shared/platform/platform.gyp:platform_lib', |
271 '../../native_client/src/tools/tls_edit/tls_edit.gyp:tls_edit#host', | 271 '../../native_client/src/tools/tls_edit/tls_edit.gyp:tls_edit#host', |
272 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', | 272 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', |
273 '../../native_client/src/shared/gio/gio.gyp:gio_lib', | 273 '../../native_client/src/shared/gio/gio.gyp:gio_lib', |
274 ], | 274 ], |
275 }, | 275 }, |
276 ], | 276 ], |
277 }], | 277 }], |
278 ], | 278 ], |
279 } | 279 } |
OLD | NEW |