| 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 30 matching lines...) Expand all Loading... |
| 41 'sbrk.c', | 41 'sbrk.c', |
| 42 'sched_yield.c', | 42 'sched_yield.c', |
| 43 'stacktrace.c', | 43 'stacktrace.c', |
| 44 'start.c', | 44 'start.c', |
| 45 'stat.c', | 45 'stat.c', |
| 46 'sysconf.c', | 46 'sysconf.c', |
| 47 'tls.c', | 47 'tls.c', |
| 48 'unlink.c', | 48 'unlink.c', |
| 49 'write.c', | 49 'write.c', |
| 50 ], | 50 ], |
| 51 'sources_for_stubs': [ |
| 52 'stubs/access.c', |
| 53 'stubs/chmod.c', |
| 54 'stubs/chown.c', |
| 55 'stubs/endpwent.c', |
| 56 'stubs/environ.c', |
| 57 'stubs/execle.c', |
| 58 'stubs/execvp.c', |
| 59 'stubs/execl.c', |
| 60 'stubs/execv.c', |
| 61 'stubs/execlp.c', |
| 62 'stubs/execve.c', |
| 63 'stubs/_execve.c', |
| 64 'stubs/fcntl.c', |
| 65 'stubs/fchdir.c', |
| 66 'stubs/fchmod.c', |
| 67 'stubs/fchown.c', |
| 68 'stubs/fdatasync.c', |
| 69 'stubs/fork.c', |
| 70 'stubs/fsync.c', |
| 71 'stubs/ftruncate.c', |
| 72 'stubs/get_current_dir_name.c', |
| 73 'stubs/getegid.c', |
| 74 'stubs/geteuid.c', |
| 75 'stubs/getgid.c', |
| 76 'stubs/getlogin.c', |
| 77 'stubs/getrusage.c', |
| 78 'stubs/getppid.c', |
| 79 'stubs/getpwent.c', |
| 80 'stubs/getpwnam.c', |
| 81 'stubs/getpwnam_r.c', |
| 82 'stubs/getpwuid.c', |
| 83 'stubs/getpwuid_r.c', |
| 84 'stubs/getuid.c', |
| 85 'stubs/getwd.c', |
| 86 'stubs/ioctl.c', |
| 87 'stubs/isatty.c', |
| 88 'stubs/issetugid.c', |
| 89 'stubs/kill.c', |
| 90 'stubs/lchown.c', |
| 91 'stubs/link.c', |
| 92 'stubs/llseek.c', |
| 93 'stubs/lstat.c', |
| 94 'stubs/pclose.c', |
| 95 'stubs/pipe.c', |
| 96 'stubs/popen.c', |
| 97 'stubs/pselect.c', |
| 98 'stubs/raise.c', |
| 99 'stubs/readlink.c', |
| 100 'stubs/remove.c', |
| 101 'stubs/rename.c', |
| 102 'stubs/select.c', |
| 103 'stubs/setegid.c', |
| 104 'stubs/seteuid.c', |
| 105 'stubs/setgid.c', |
| 106 'stubs/setpwent.c', |
| 107 'stubs/settimeofday.c', |
| 108 'stubs/setuid.c', |
| 109 'stubs/signal.c', |
| 110 'stubs/sigprocmask.c', |
| 111 'stubs/symlink.c', |
| 112 'stubs/system.c', |
| 113 'stubs/times.c', |
| 114 'stubs/tmpfile.c', |
| 115 'stubs/truncate.c', |
| 116 'stubs/ttyname.c', |
| 117 'stubs/ttyname_r.c', |
| 118 'stubs/umask.c', |
| 119 'stubs/utime.c', |
| 120 'stubs/utimes.c', |
| 121 'stubs/vfork.c', |
| 122 'stubs/wait.c', |
| 123 'stubs/waitpid.c', |
| 124 ], |
| 51 'sources_for_nacl_extensions': [ | 125 'sources_for_nacl_extensions': [ |
| 52 'gc_hooks.c', | 126 'gc_hooks.c', |
| 53 'nacl_irt.c', | 127 'nacl_irt.c', |
| 54 'nacl_tls_get.c', | 128 'nacl_tls_get.c', |
| 55 'nacl_tls_init.c', | 129 'nacl_tls_init.c', |
| 56 ], | 130 ], |
| 57 'imc_syscalls': [ | 131 'imc_syscalls': [ |
| 58 'imc_accept.c', | 132 'imc_accept.c', |
| 59 'imc_connect.c', | 133 'imc_connect.c', |
| 60 'imc_makeboundsock.c', | 134 'imc_makeboundsock.c', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'variables': { | 176 'variables': { |
| 103 'nlib_target': 'libnacl.a', | 177 'nlib_target': 'libnacl.a', |
| 104 'build_glibc': 0, | 178 'build_glibc': 0, |
| 105 'build_newlib': 1, | 179 'build_newlib': 1, |
| 106 'build_irt': 1, | 180 'build_irt': 1, |
| 107 'build_pnacl_newlib': 1, | 181 'build_pnacl_newlib': 1, |
| 108 }, | 182 }, |
| 109 'sources': [ | 183 'sources': [ |
| 110 '<@(sources_for_nacl_extensions)', | 184 '<@(sources_for_nacl_extensions)', |
| 111 '<@(sources_for_standard_interfaces)', | 185 '<@(sources_for_standard_interfaces)', |
| 186 '<@(sources_for_stubs)', |
| 112 ], | 187 ], |
| 113 'conditions': [ | 188 'conditions': [ |
| 114 ['target_arch=="arm"', { | 189 ['target_arch=="arm"', { |
| 115 'variables': { | 190 'variables': { |
| 116 'native_sources': [ | 191 'native_sources': [ |
| 117 'aeabi_read_tp.S' | 192 'aeabi_read_tp.S' |
| 118 ] | 193 ] |
| 119 } | 194 } |
| 120 }], | 195 }], |
| 121 ], | 196 ], |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 'build_newlib': 1, | 294 'build_newlib': 1, |
| 220 'build_irt': 1, | 295 'build_irt': 1, |
| 221 }, | 296 }, |
| 222 'sources': ['<@(imc_syscalls)'], | 297 'sources': ['<@(imc_syscalls)'], |
| 223 'dependencies': [ | 298 'dependencies': [ |
| 224 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 299 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 225 ], | 300 ], |
| 226 }, | 301 }, |
| 227 ], | 302 ], |
| 228 } | 303 } |
| OLD | NEW |