| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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.gypi', | 7 '../../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'sources_for_standard_interfaces': [ | 10 'sources_for_standard_interfaces': [ |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'random.c', | 211 'random.c', |
| 212 ], | 212 ], |
| 213 'imc_syscalls': [ | 213 'imc_syscalls': [ |
| 214 'imc_accept.c', | 214 'imc_accept.c', |
| 215 'imc_connect.c', | 215 'imc_connect.c', |
| 216 'imc_makeboundsock.c', | 216 'imc_makeboundsock.c', |
| 217 'imc_mem_obj_create.c', | 217 'imc_mem_obj_create.c', |
| 218 'imc_recvmsg.c', | 218 'imc_recvmsg.c', |
| 219 'imc_sendmsg.c', | 219 'imc_sendmsg.c', |
| 220 'imc_socketpair.c', | 220 'imc_socketpair.c', |
| 221 'nameservice.c', | |
| 222 ], | 221 ], |
| 223 }, | 222 }, |
| 224 | 223 |
| 225 'targets' : [ | 224 'targets' : [ |
| 226 { | 225 { |
| 227 'target_name': 'nacl_lib', | 226 'target_name': 'nacl_lib', |
| 228 'type': 'none', | 227 'type': 'none', |
| 229 'dependencies': [ | 228 'dependencies': [ |
| 230 'nacl_lib_newlib', | 229 'nacl_lib_newlib', |
| 231 ], | 230 ], |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'build_pnacl_newlib': 1, | 377 'build_pnacl_newlib': 1, |
| 379 'build_irt': 1, | 378 'build_irt': 1, |
| 380 }, | 379 }, |
| 381 'sources': ['<@(imc_syscalls)'], | 380 'sources': ['<@(imc_syscalls)'], |
| 382 'dependencies': [ | 381 'dependencies': [ |
| 383 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 382 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 384 ], | 383 ], |
| 385 }, | 384 }, |
| 386 ], | 385 ], |
| 387 } | 386 } |
| OLD | NEW |