| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'src/untrusted/irt_stub/libppapi.a', | 61 'src/untrusted/irt_stub/libppapi.a', |
| 62 'src/untrusted/irt_stub/libppapi.so', | 62 'src/untrusted/irt_stub/libppapi.so', |
| 63 ], | 63 ], |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm', | 66 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm', |
| 67 'files': [ | 67 'files': [ |
| 68 'src/untrusted/irt_stub/libppapi.a', | 68 'src/untrusted/irt_stub/libppapi.a', |
| 69 ], | 69 ], |
| 70 }, | 70 }, |
| 71 { | |
| 72 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_pnacl_newlib/lib', | |
| 73 'files': [ | |
| 74 'src/untrusted/irt_stub/libppapi.a', | |
| 75 ], | |
| 76 }, | |
| 77 ], | 71 ], |
| 78 }, | 72 }, |
| 79 { | 73 { |
| 80 'target_name': 'nacl_irt', | 74 'target_name': 'nacl_irt', |
| 81 'type': 'none', | 75 'type': 'none', |
| 82 'variables': { | 76 'variables': { |
| 83 'nexe_target': 'nacl_irt', | 77 'nexe_target': 'nacl_irt', |
| 84 # These out_* fields override the default filenames, which | 78 # These out_* fields override the default filenames, which |
| 85 # include a "_newlib" suffix. | 79 # include a "_newlib" suffix. |
| 86 'out_newlib64': '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 80 'out_newlib64': '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', | 439 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', |
| 446 '../../native_client/src/shared/platform/platform.gyp:platform_lib', | 440 '../../native_client/src/shared/platform/platform.gyp:platform_lib', |
| 447 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', | 441 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', |
| 448 '../../native_client/src/shared/gio/gio.gyp:gio_lib', | 442 '../../native_client/src/shared/gio/gio.gyp:gio_lib', |
| 449 ], | 443 ], |
| 450 }, | 444 }, |
| 451 ], | 445 ], |
| 452 }], | 446 }], |
| 453 ], | 447 ], |
| 454 } | 448 } |
| OLD | NEW |