| 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 'includes': [ | 7 'includes': [ |
| 8 '../../../build/common.gypi', | 8 '../../../build/common.gypi', |
| 9 ], | 9 ], |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'nacl_reverse_quota_interface.c', | 31 'nacl_reverse_quota_interface.c', |
| 32 'nacl_runtime_host_interface.c', | 32 'nacl_runtime_host_interface.c', |
| 33 'nacl_secure_service.c', | 33 'nacl_secure_service.c', |
| 34 'nacl_signal_common.c', | 34 'nacl_signal_common.c', |
| 35 'nacl_stack_safety.c', | 35 'nacl_stack_safety.c', |
| 36 'nacl_syscall_common.c', | 36 'nacl_syscall_common.c', |
| 37 'nacl_syscall_hook.c', | 37 'nacl_syscall_hook.c', |
| 38 'nacl_syscall_list.c', | 38 'nacl_syscall_list.c', |
| 39 'nacl_text.c', | 39 'nacl_text.c', |
| 40 'nacl_valgrind_hooks.c', | 40 'nacl_valgrind_hooks.c', |
| 41 'name_service/name_service.c', | |
| 42 'sel_addrspace.c', | 41 'sel_addrspace.c', |
| 43 'sel_ldr.c', | 42 'sel_ldr.c', |
| 44 'sel_ldr_standard.c', | 43 'sel_ldr_standard.c', |
| 45 'sel_ldr_thread_interface.c', | 44 'sel_ldr_thread_interface.c', |
| 46 # TODO(mseaborn): Move sel_main_chrome.c to the | 45 # TODO(mseaborn): Move sel_main_chrome.c to the |
| 47 # "sel_main_chrome" library once Chromium is changed to | 46 # "sel_main_chrome" library once Chromium is changed to |
| 48 # depend on that rather than on "sel". | 47 # depend on that rather than on "sel". |
| 49 'sel_main_chrome.c', | 48 'sel_main_chrome.c', |
| 50 'sel_main_common.c', | 49 'sel_main_common.c', |
| 51 'sel_mem.c', | 50 'sel_mem.c', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 }], | 421 }], |
| 423 ], | 422 ], |
| 424 'sources': [ | 423 'sources': [ |
| 425 'linux/nacl_signal.c', | 424 'linux/nacl_signal.c', |
| 426 ], | 425 ], |
| 427 }, | 426 }, |
| 428 ], | 427 ], |
| 429 }], | 428 }], |
| 430 ], | 429 ], |
| 431 } | 430 } |
| OLD | NEW |