OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl'], |
3 'SEARCH': [ | 3 'SEARCH': [ |
4 '.', | 4 '.', |
5 'pepper', | 5 'pepper', |
6 '../third_party/newlib-extras', | 6 '../third_party/newlib-extras', |
7 'include', | 7 'include', |
8 ], | 8 ], |
9 'TARGETS': [ | 9 'TARGETS': [ |
10 { | 10 { |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "syscalls/inet_ntop.cc", | 88 "syscalls/inet_ntop.cc", |
89 "syscalls/ioctl.c", | 89 "syscalls/ioctl.c", |
90 "syscalls/isatty.c", | 90 "syscalls/isatty.c", |
91 "syscalls/kill.c", | 91 "syscalls/kill.c", |
92 "syscalls/killpg.c", | 92 "syscalls/killpg.c", |
93 "syscalls/lchown.c", | 93 "syscalls/lchown.c", |
94 "syscalls/link.c", | 94 "syscalls/link.c", |
95 "syscalls/listen.c", | 95 "syscalls/listen.c", |
96 "syscalls/lstat.c", | 96 "syscalls/lstat.c", |
97 "syscalls/mkdir.c", | 97 "syscalls/mkdir.c", |
98 "syscalls/mount.c", | 98 # Not called mount.c to avoid object file naming conflict with |
| 99 # mount.cc. |
| 100 "syscalls/syscall_mount.c", |
99 "syscalls/ntohl.c", | 101 "syscalls/ntohl.c", |
100 "syscalls/ntohs.c", | 102 "syscalls/ntohs.c", |
101 "syscalls/pipe.c", | 103 "syscalls/pipe.c", |
102 "syscalls/poll.c", | 104 "syscalls/poll.c", |
103 "syscalls/readlink.c", | 105 "syscalls/readlink.c", |
104 "syscalls/rmdir.c", | 106 "syscalls/rmdir.c", |
105 "syscalls/recv.c", | 107 "syscalls/recv.c", |
106 "syscalls/recvfrom.c", | 108 "syscalls/recvfrom.c", |
107 "syscalls/recvmsg.c", | 109 "syscalls/recvmsg.c", |
108 "syscalls/remove.c", | 110 "syscalls/remove.c", |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 "all_interfaces.h", | 261 "all_interfaces.h", |
260 "define_empty_macros.h", | 262 "define_empty_macros.h", |
261 "undef_macros.h", | 263 "undef_macros.h", |
262 ], | 264 ], |
263 'DEST': 'include/nacl_io/pepper', | 265 'DEST': 'include/nacl_io/pepper', |
264 } | 266 } |
265 ], | 267 ], |
266 'DEST': 'src', | 268 'DEST': 'src', |
267 'NAME': 'nacl_io', | 269 'NAME': 'nacl_io', |
268 } | 270 } |
OLD | NEW |