Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2012 The Native Client Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'includes': [ | |
| 7 'common.gypi', | |
| 8 ], | |
| 9 'targets': [ | |
| 10 { | |
| 11 'target_name': 'nacl_sdk', | |
|
bradn
2012/09/06 03:00:21
Did you really want to call this nacl_sdk given th
binji
2012/09/06 18:36:40
Done.
| |
| 12 'type': 'none', | |
| 13 'dependencies': [ | |
| 14 '../src/shared/gio/gio.gyp:gio_lib', | |
| 15 '../src/shared/imc/imc.gyp:imc_lib', | |
| 16 '../src/shared/platform/platform.gyp:platform_lib', | |
| 17 '../src/shared/srpc/srpc.gyp:srpc_lib', | |
| 18 '../src/trusted/service_runtime/service_runtime.gyp:sel_ldr', | |
| 19 '../src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib', | |
| 20 '../src/untrusted/irt/irt.gyp:irt_core_nexe', | |
| 21 '../src/untrusted/irt_stub/irt_stub.gyp:ppapi_stub_lib', | |
| 22 '../src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', | |
| 23 '../src/untrusted/nacl/nacl.gyp:nacl_dynacode_lib', | |
| 24 '../src/untrusted/nacl/nacl.gyp:nacl_lib', | |
| 25 '../src/untrusted/nosys/nosys.gyp:nosys_lib', | |
| 26 '../src/untrusted/pthread/pthread.gyp:pthread_lib', | |
| 27 '../src/untrusted/valgrind/valgrind.gyp:dynamic_annotations_lib', | |
| 28 '../src/untrusted/valgrind/valgrind.gyp:valgrind_lib', | |
| 29 ], | |
| 30 }, | |
| 31 ], | |
| 32 } | |
| 33 | |
| OLD | NEW |