| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['clang-newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac'], | 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], |
| 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 { |
| 11 'DEFINES': ['NACL_IO_LOGGING=0'], | 11 'DEFINES': ['NACL_IO_LOGGING=0'], |
| 12 'NAME' : 'nacl_io', | 12 'NAME' : 'nacl_io', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 30 "html5fs/html5_fs_node.cc", | 30 "html5fs/html5_fs_node.cc", |
| 31 "httpfs/http_fs.cc", | 31 "httpfs/http_fs.cc", |
| 32 "httpfs/http_fs_node.cc", | 32 "httpfs/http_fs_node.cc", |
| 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", | |
| 41 "kernel_wrap_dummy.cc", | 40 "kernel_wrap_dummy.cc", |
| 42 "kernel_wrap_glibc.cc", | 41 "kernel_wrap_glibc.cc", |
| 43 "kernel_wrap_irt_ext.c", | 42 "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", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 "all_interfaces.h", | 288 "all_interfaces.h", |
| 290 "define_empty_macros.h", | 289 "define_empty_macros.h", |
| 291 "undef_macros.h", | 290 "undef_macros.h", |
| 292 ], | 291 ], |
| 293 'DEST': 'include/nacl_io/pepper', | 292 'DEST': 'include/nacl_io/pepper', |
| 294 } | 293 } |
| 295 ], | 294 ], |
| 296 'DEST': 'src', | 295 'DEST': 'src', |
| 297 'NAME': 'nacl_io', | 296 'NAME': 'nacl_io', |
| 298 } | 297 } |
| OLD | NEW |