| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../../../build/common.gypi', | 7 '../../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'sources_for_standard_interfaces': [ | 10 'sources_for_standard_interfaces': [ |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'sigprocmask.c', | 68 'sigprocmask.c', |
| 69 'sigsetmask.c', | 69 'sigsetmask.c', |
| 70 'stacktrace.c', | 70 'stacktrace.c', |
| 71 'start.c', | 71 'start.c', |
| 72 'stat.c', | 72 'stat.c', |
| 73 'symlink.c', | 73 'symlink.c', |
| 74 'sysconf.c', | 74 'sysconf.c', |
| 75 'tls.c', | 75 'tls.c', |
| 76 'truncate.c', | 76 'truncate.c', |
| 77 'unlink.c', | 77 'unlink.c', |
| 78 'utime.c', |
| 78 'utimes.c', | 79 'utimes.c', |
| 79 'write.c', | 80 'write.c', |
| 80 ], | 81 ], |
| 81 'sources_for_stubs': [ | 82 'sources_for_stubs': [ |
| 82 'stubs/_execve.c', | 83 'stubs/_execve.c', |
| 83 'stubs/accept.c', | 84 'stubs/accept.c', |
| 84 'stubs/addmntent.c', | 85 'stubs/addmntent.c', |
| 85 'stubs/bind.c', | 86 'stubs/bind.c', |
| 86 'stubs/chown.c', | 87 'stubs/chown.c', |
| 87 'stubs/closelog.c', | 88 'stubs/closelog.c', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'stubs/tcdrain.c', | 191 'stubs/tcdrain.c', |
| 191 'stubs/tcflow.c', | 192 'stubs/tcflow.c', |
| 192 'stubs/tcflush.c', | 193 'stubs/tcflush.c', |
| 193 'stubs/tcgetattr.c', | 194 'stubs/tcgetattr.c', |
| 194 'stubs/tcsendbreak.c', | 195 'stubs/tcsendbreak.c', |
| 195 'stubs/tcsetattr.c', | 196 'stubs/tcsetattr.c', |
| 196 'stubs/times.c', | 197 'stubs/times.c', |
| 197 'stubs/ttyname.c', | 198 'stubs/ttyname.c', |
| 198 'stubs/ttyname_r.c', | 199 'stubs/ttyname_r.c', |
| 199 'stubs/umask.c', | 200 'stubs/umask.c', |
| 200 'stubs/utime.c', | |
| 201 'stubs/vfork.c', | 201 'stubs/vfork.c', |
| 202 'stubs/wait.c', | 202 'stubs/wait.c', |
| 203 'stubs/waitpid.c', | 203 'stubs/waitpid.c', |
| 204 ], | 204 ], |
| 205 'sources_for_nacl_extensions': [ | 205 'sources_for_nacl_extensions': [ |
| 206 'gc_hooks.c', | 206 'gc_hooks.c', |
| 207 'nacl_irt.c', | 207 'nacl_irt.c', |
| 208 'nacl_irt_init.c', | 208 'nacl_irt_init.c', |
| 209 'nacl_tls_get.c', | 209 'nacl_tls_get.c', |
| 210 'nacl_tls_init.c', | 210 'nacl_tls_init.c', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'build_pnacl_newlib': 1, | 377 'build_pnacl_newlib': 1, |
| 378 'build_irt': 1, | 378 'build_irt': 1, |
| 379 }, | 379 }, |
| 380 'sources': ['<@(imc_syscalls)'], | 380 'sources': ['<@(imc_syscalls)'], |
| 381 'dependencies': [ | 381 'dependencies': [ |
| 382 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 382 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 383 ], | 383 ], |
| 384 }, | 384 }, |
| 385 ], | 385 ], |
| 386 } | 386 } |
| OLD | NEW |