| OLD | NEW |
| 1 # -*- gyp -*- | 1 # -*- gyp -*- |
| 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. | 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'variables': { | 7 'variables': { |
| 8 'conditions': [ | 8 'conditions': [ |
| 9 ['os_posix==1', { | 9 ['os_posix==1', { |
| 10 'syscall_handler': [ | 10 'syscall_handler': [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'nacl_reverse_host_interface.c', | 46 'nacl_reverse_host_interface.c', |
| 47 'nacl_reverse_quota_interface.c', | 47 'nacl_reverse_quota_interface.c', |
| 48 'nacl_runtime_host_interface.c', | 48 'nacl_runtime_host_interface.c', |
| 49 'nacl_secure_service.c', | 49 'nacl_secure_service.c', |
| 50 'nacl_signal_common.c', | 50 'nacl_signal_common.c', |
| 51 'nacl_stack_safety.c', | 51 'nacl_stack_safety.c', |
| 52 'nacl_syscall_common.c', | 52 'nacl_syscall_common.c', |
| 53 'nacl_syscall_hook.c', | 53 'nacl_syscall_hook.c', |
| 54 'nacl_text.c', | 54 'nacl_text.c', |
| 55 'nacl_valgrind_hooks.c', | 55 'nacl_valgrind_hooks.c', |
| 56 'name_service/default_name_service.c', | |
| 57 'name_service/name_service.c', | 56 'name_service/name_service.c', |
| 58 'sel_addrspace.c', | 57 'sel_addrspace.c', |
| 59 'sel_ldr.c', | 58 'sel_ldr.c', |
| 60 'sel_ldr_standard.c', | 59 'sel_ldr_standard.c', |
| 61 'sel_ldr_thread_interface.c', | 60 'sel_ldr_thread_interface.c', |
| 62 # TODO(mseaborn): Move sel_main_chrome.c to the | 61 # TODO(mseaborn): Move sel_main_chrome.c to the |
| 63 # "sel_main_chrome" library once Chromium is changed to | 62 # "sel_main_chrome" library once Chromium is changed to |
| 64 # depend on that rather than on "sel". | 63 # depend on that rather than on "sel". |
| 65 'sel_main_chrome.c', | 64 'sel_main_chrome.c', |
| 66 'sel_main_common.c', | 65 'sel_main_common.c', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 }], | 468 }], |
| 470 ], | 469 ], |
| 471 'sources': [ | 470 'sources': [ |
| 472 'linux/nacl_signal.c', | 471 'linux/nacl_signal.c', |
| 473 ], | 472 ], |
| 474 }, | 473 }, |
| 475 ], | 474 ], |
| 476 }], | 475 }], |
| 477 ], | 476 ], |
| 478 } | 477 } |
| OLD | NEW |