Chromium Code Reviews| 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', { |
| 11 'targets': [ | 11 'targets': [ |
| 12 { | 12 { |
| 13 'target_name': 'ppapi_lib', | 13 'target_name': 'ppapi_lib', |
| 14 'type': 'none', | 14 'type': 'none', |
| 15 'dependencies': [ | 15 'dependencies': [ |
| 16 '../../native_client/src/untrusted/pthread/pthread.gyp:pthread_lib' , | 16 '../../native_client/src/untrusted/pthread/pthread.gyp:pthread_lib' , |
| 17 '../../native_client/src/untrusted/irt_stub/irt_stub.gyp:ppapi_stub _lib', | 17 'src/untrusted/irt_stub/irt_stub.gyp:ppapi_stub_lib', |
| 18 ], | 18 ], |
| 19 # Here we copy linker scripts out of the Native Client repository. | |
| 20 # These are source, not build artifacts. | |
| 21 'copies': [ | 19 'copies': [ |
| 20 # TODO(bradnelson): enable on DEPS roll once corresponding nacl | |
| 21 # side copy has been removed. | |
| 22 #{ | |
| 23 # 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/include/nacl ', | |
|
Nick Bray
2012/09/06 17:11:58
Don't put this in here if it's dead?
bradn
2012/09/06 18:53:16
Done.
| |
| 24 # 'files': [ | |
| 25 # 'src/trusted/weak_ref/call_on_main_thread.h', | |
| 26 # 'src/shared/ppapi_proxy/ppruntime.h', | |
| 27 # ], | |
| 28 #}, | |
| 29 #{ | |
| 30 # 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/include/nacl' , | |
| 31 # 'files': [ | |
| 32 # 'src/trusted/weak_ref/call_on_main_thread.h', | |
| 33 # 'src/shared/ppapi_proxy/ppruntime.h', | |
| 34 # ], | |
| 35 #}, | |
| 36 | |
| 37 # Here we copy linker scripts out of the Native Client repository. | |
| 38 # These are source, not build artifacts. | |
| 22 { | 39 { |
| 23 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32', | 40 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32', |
| 24 'files': [ | 41 'files': [ |
| 25 '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a', | 42 'src/untrusted/irt_stub/libppapi.a', |
| 26 ], | 43 ], |
| 27 }, | 44 }, |
| 28 { | 45 { |
| 29 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64', | 46 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64', |
| 30 'files': [ | 47 'files': [ |
| 31 '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a', | 48 'src/untrusted/irt_stub/libppapi.a', |
| 32 ], | 49 ], |
| 33 }, | 50 }, |
| 34 { | 51 { |
| 35 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib32', | 52 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib32', |
| 36 'files': [ | 53 'files': [ |
| 37 '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a', | 54 'src/untrusted/irt_stub/libppapi.a', |
| 38 '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.so', | 55 'src/untrusted/irt_stub/libppapi.so', |
| 39 ], | 56 ], |
| 40 }, | 57 }, |
| 41 { | 58 { |
| 42 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib64', | 59 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib64', |
| 43 'files': [ | 60 'files': [ |
| 44 '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a', | 61 'src/untrusted/irt_stub/libppapi.a', |
| 45 '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.so', | 62 'src/untrusted/irt_stub/libppapi.so', |
| 46 ], | 63 ], |
| 47 }, | 64 }, |
| 48 { | 65 { |
| 49 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm', | 66 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm', |
| 50 'files': [ | 67 'files': [ |
| 51 '<(DEPTH)/native_client/src/untrusted/irt_stub/libppapi.a', | 68 'src/untrusted/irt_stub/libppapi.a', |
| 52 ], | 69 ], |
| 53 }, | 70 }, |
| 54 ], | 71 ], |
| 55 }, | 72 }, |
| 56 { | 73 { |
| 57 'target_name': 'nacl_irt', | 74 'target_name': 'nacl_irt', |
| 58 'type': 'none', | 75 'type': 'none', |
| 59 'variables': { | 76 'variables': { |
| 60 'nexe_target': 'nacl_irt', | 77 'nexe_target': 'nacl_irt', |
| 61 # These out_* fields override the default filenames, which | 78 # These out_* fields override the default filenames, which |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 415 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', | 432 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', |
| 416 '../../native_client/src/shared/platform/platform.gyp:platform_lib', | 433 '../../native_client/src/shared/platform/platform.gyp:platform_lib', |
| 417 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', | 434 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', |
| 418 '../../native_client/src/shared/gio/gio.gyp:gio_lib', | 435 '../../native_client/src/shared/gio/gio.gyp:gio_lib', |
| 419 ], | 436 ], |
| 420 }, | 437 }, |
| 421 ], | 438 ], |
| 422 }], | 439 }], |
| 423 ], | 440 ], |
| 424 } | 441 } |
| OLD | NEW |