| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac', 'clang-newlib'
], | 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac', 'clang-newlib'
], |
| 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 22 matching lines...) Expand all Loading... |
| 33 "in6_addr.c", | 33 "in6_addr.c", |
| 34 "jsfs/js_fs.cc", | 34 "jsfs/js_fs.cc", |
| 35 "jsfs/js_fs_node.cc", | 35 "jsfs/js_fs_node.cc", |
| 36 "kernel_handle.cc", | 36 "kernel_handle.cc", |
| 37 "kernel_intercept.cc", | 37 "kernel_intercept.cc", |
| 38 "kernel_object.cc", | 38 "kernel_object.cc", |
| 39 "kernel_proxy.cc", | 39 "kernel_proxy.cc", |
| 40 "kernel_wrap_bionic.cc", | 40 "kernel_wrap_bionic.cc", |
| 41 "kernel_wrap_dummy.cc", | 41 "kernel_wrap_dummy.cc", |
| 42 "kernel_wrap_glibc.cc", | 42 "kernel_wrap_glibc.cc", |
| 43 "kernel_wrap_irt_ext.c", | |
| 44 "kernel_wrap_newlib.cc", | 43 "kernel_wrap_newlib.cc", |
| 45 "kernel_wrap_win.cc", | 44 "kernel_wrap_win.cc", |
| 46 "log.c", | 45 "log.c", |
| 47 "memfs/mem_fs.cc", | 46 "memfs/mem_fs.cc", |
| 48 "memfs/mem_fs_node.cc", | 47 "memfs/mem_fs_node.cc", |
| 49 "nacl_io.cc", | 48 "nacl_io.cc", |
| 50 "node.cc", | 49 "node.cc", |
| 51 "passthroughfs/passthrough_fs.cc", | 50 "passthroughfs/passthrough_fs.cc", |
| 52 "passthroughfs/real_node.cc", | 51 "passthroughfs/real_node.cc", |
| 53 "path.cc", | 52 "path.cc", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "all_interfaces.h", | 277 "all_interfaces.h", |
| 279 "define_empty_macros.h", | 278 "define_empty_macros.h", |
| 280 "undef_macros.h", | 279 "undef_macros.h", |
| 281 ], | 280 ], |
| 282 'DEST': 'include/nacl_io/pepper', | 281 'DEST': 'include/nacl_io/pepper', |
| 283 } | 282 } |
| 284 ], | 283 ], |
| 285 'DEST': 'src', | 284 'DEST': 'src', |
| 286 'NAME': 'nacl_io', | 285 'NAME': 'nacl_io', |
| 287 } | 286 } |
| OLD | NEW |