| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'sel_qualify.c', | 68 'sel_qualify.c', |
| 69 'sel_validate_image.c', | 69 'sel_validate_image.c', |
| 70 'sys_exception.c', | 70 'sys_exception.c', |
| 71 'sys_fdio.c', | 71 'sys_fdio.c', |
| 72 'sys_filename.c', | 72 'sys_filename.c', |
| 73 'sys_futex.c', | 73 'sys_futex.c', |
| 74 'sys_imc.c', | 74 'sys_imc.c', |
| 75 'sys_list_mappings.c', | 75 'sys_list_mappings.c', |
| 76 'sys_memory.c', | 76 'sys_memory.c', |
| 77 'sys_parallel_io.c', | 77 'sys_parallel_io.c', |
| 78 'sys_random.c', |
| 78 'thread_suspension_common.c', | 79 'thread_suspension_common.c', |
| 79 'thread_suspension_unwind.c', | 80 'thread_suspension_unwind.c', |
| 80 ], | 81 ], |
| 81 'include_dirs': [ | 82 'include_dirs': [ |
| 82 # For generated header files from the x86-64 validator, | 83 # For generated header files from the x86-64 validator, |
| 83 # e.g. nacl_disallows.h. | 84 # e.g. nacl_disallows.h. |
| 84 '<(SHARED_INTERMEDIATE_DIR)', | 85 '<(SHARED_INTERMEDIATE_DIR)', |
| 85 ], | 86 ], |
| 86 'sources!': [ | 87 'sources!': [ |
| 87 '<(syscall_handler)', | 88 '<(syscall_handler)', |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 }], | 469 }], |
| 469 ], | 470 ], |
| 470 'sources': [ | 471 'sources': [ |
| 471 'linux/nacl_signal.c', | 472 'linux/nacl_signal.c', |
| 472 ], | 473 ], |
| 473 }, | 474 }, |
| 474 ], | 475 ], |
| 475 }], | 476 }], |
| 476 ], | 477 ], |
| 477 } | 478 } |
| OLD | NEW |