| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux'], | 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux'], |
| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "socket/udp_node.cc", | 65 "socket/udp_node.cc", |
| 66 "stream/stream_event_emitter.cc", | 66 "stream/stream_event_emitter.cc", |
| 67 "stream/stream_fs.cc", | 67 "stream/stream_fs.cc", |
| 68 "stream/stream_node.cc", | 68 "stream/stream_node.cc", |
| 69 "syscalls/access.c", | 69 "syscalls/access.c", |
| 70 "syscalls/chown.c", | 70 "syscalls/chown.c", |
| 71 "syscalls/fchown.c", | 71 "syscalls/fchown.c", |
| 72 "syscalls/fcntl.c", | 72 "syscalls/fcntl.c", |
| 73 "syscalls/ftruncate.c", | 73 "syscalls/ftruncate.c", |
| 74 "syscalls/futimes.c", | 74 "syscalls/futimes.c", |
| 75 "syscalls/getcwd.c", | |
| 76 "syscalls/getwd.c", | 75 "syscalls/getwd.c", |
| 77 "syscalls/ioctl.c", | 76 "syscalls/ioctl.c", |
| 78 "syscalls/isatty.c", | 77 "syscalls/isatty.c", |
| 79 "syscalls/kill.c", | 78 "syscalls/kill.c", |
| 80 "syscalls/killpg.c", | 79 "syscalls/killpg.c", |
| 81 "syscalls/lchown.c", | 80 "syscalls/lchown.c", |
| 82 "syscalls/mount.c", | 81 "syscalls/mount.c", |
| 83 "syscalls/pipe.c", | 82 "syscalls/pipe.c", |
| 84 "syscalls/poll.c", | 83 "syscalls/poll.c", |
| 85 "syscalls/realpath.c", | 84 "syscalls/realpath.c", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "all_interfaces.h", | 272 "all_interfaces.h", |
| 274 "define_empty_macros.h", | 273 "define_empty_macros.h", |
| 275 "undef_macros.h", | 274 "undef_macros.h", |
| 276 ], | 275 ], |
| 277 'DEST': 'include/nacl_io/pepper', | 276 'DEST': 'include/nacl_io/pepper', |
| 278 } | 277 } |
| 279 ], | 278 ], |
| 280 'DEST': 'src', | 279 'DEST': 'src', |
| 281 'NAME': 'nacl_io', | 280 'NAME': 'nacl_io', |
| 282 } | 281 } |
| OLD | NEW |