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=="linux"', { | 9 ['OS=="linux"', { |
10 'syscall_handler': [ | 10 'syscall_handler': [ |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 ], | 102 ], |
103 'process_outputs_as_sources': 1, | 103 'process_outputs_as_sources': 1, |
104 'message': 'Creating nacl_syscall_handlers.c', | 104 'message': 'Creating nacl_syscall_handlers.c', |
105 }, | 105 }, |
106 ], | 106 ], |
107 'conditions': [ | 107 'conditions': [ |
108 ['OS=="mac"', { | 108 ['OS=="mac"', { |
109 'sources': [ | 109 'sources': [ |
110 'osx/crash_filter.c', | 110 'osx/crash_filter.c', |
111 'osx/mach_exception_handler.c', | 111 'osx/mach_exception_handler.c', |
| 112 'osx/mach_thread_map.c', |
112 'osx/nacl_ldt.c', | 113 'osx/nacl_ldt.c', |
113 'osx/nacl_thread_nice.c', | 114 'osx/nacl_thread_nice.c', |
114 'osx/outer_sandbox.c', | 115 'osx/outer_sandbox.c', |
115 'osx/thread_suspension.c', | 116 'osx/thread_suspension.c', |
116 'posix/addrspace_teardown.c', | 117 'posix/addrspace_teardown.c', |
117 'posix/sel_memory.c', | 118 'posix/sel_memory.c', |
118 'posix/x86/sel_segments.c', | 119 'posix/x86/sel_segments.c', |
119 ], | 120 ], |
120 'actions': [ | 121 'actions': [ |
121 { | 122 { |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra
pped_desc64', | 401 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra
pped_desc64', |
401 ], | 402 ], |
402 'sources': [ | 403 'sources': [ |
403 'nacl_test_injection_main.c', | 404 'nacl_test_injection_main.c', |
404 ], | 405 ], |
405 }, | 406 }, |
406 ], | 407 ], |
407 }], | 408 }], |
408 ] | 409 ] |
409 } | 410 } |
OLD | NEW |