| OLD | NEW |
| 1 # Copyright (c) 2014 The Native ClientAuthors. All rights reserved. | 1 # Copyright (c) 2014 The Native ClientAuthors. 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 # Generated from GYP | 5 # Generated from GYP |
| 6 | 6 |
| 7 if (is_posix) { | 7 if (is_posix) { |
| 8 syscall_handler_in = "posix/nacl_syscall_impl.c" | 8 syscall_handler_in = "posix/nacl_syscall_impl.c" |
| 9 } else { | 9 } else { |
| 10 syscall_handler_in = "win/nacl_syscall_impl.c" | 10 syscall_handler_in = "win/nacl_syscall_impl.c" |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "nacl_reverse_host_interface.c", | 64 "nacl_reverse_host_interface.c", |
| 65 "nacl_reverse_quota_interface.c", | 65 "nacl_reverse_quota_interface.c", |
| 66 "nacl_runtime_host_interface.c", | 66 "nacl_runtime_host_interface.c", |
| 67 "nacl_secure_service.c", | 67 "nacl_secure_service.c", |
| 68 "nacl_signal_common.c", | 68 "nacl_signal_common.c", |
| 69 "nacl_stack_safety.c", | 69 "nacl_stack_safety.c", |
| 70 "nacl_syscall_common.c", | 70 "nacl_syscall_common.c", |
| 71 "nacl_syscall_hook.c", | 71 "nacl_syscall_hook.c", |
| 72 "nacl_text.c", | 72 "nacl_text.c", |
| 73 "nacl_valgrind_hooks.c", | 73 "nacl_valgrind_hooks.c", |
| 74 "name_service/default_name_service.c", | |
| 75 "name_service/name_service.c", | 74 "name_service/name_service.c", |
| 76 "sel_addrspace.c", | 75 "sel_addrspace.c", |
| 77 "sel_ldr.c", | 76 "sel_ldr.c", |
| 78 "sel_ldr_standard.c", | 77 "sel_ldr_standard.c", |
| 79 "sel_ldr_thread_interface.c", | 78 "sel_ldr_thread_interface.c", |
| 80 "sel_main_chrome.c", | 79 "sel_main_chrome.c", |
| 81 "sel_main_common.c", | 80 "sel_main_common.c", |
| 82 "sel_mem.c", | 81 "sel_mem.c", |
| 83 "sel_qualify.c", | 82 "sel_qualify.c", |
| 84 "sel_validate_image.c", | 83 "sel_validate_image.c", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 libs = ["rt"] | 266 libs = ["rt"] |
| 268 ldflags = ["-pie"] | 267 ldflags = ["-pie"] |
| 269 } | 268 } |
| 270 if (is_linux) { | 269 if (is_linux) { |
| 271 datadeps = [ | 270 datadeps = [ |
| 272 "//native_client/src/trusted/service_runtime/linux:nacl_helper_bootstrap" | 271 "//native_client/src/trusted/service_runtime/linux:nacl_helper_bootstrap" |
| 273 ] | 272 ] |
| 274 } | 273 } |
| 275 } | 274 } |
| 276 | 275 |
| OLD | NEW |