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", |
43 "kernel_wrap_newlib.cc", | 44 "kernel_wrap_newlib.cc", |
44 "kernel_wrap_win.cc", | 45 "kernel_wrap_win.cc", |
45 "log.c", | 46 "log.c", |
46 "memfs/mem_fs.cc", | 47 "memfs/mem_fs.cc", |
47 "memfs/mem_fs_node.cc", | 48 "memfs/mem_fs_node.cc", |
48 "nacl_io.cc", | 49 "nacl_io.cc", |
49 "node.cc", | 50 "node.cc", |
50 "passthroughfs/passthrough_fs.cc", | 51 "passthroughfs/passthrough_fs.cc", |
51 "passthroughfs/real_node.cc", | 52 "passthroughfs/real_node.cc", |
52 "path.cc", | 53 "path.cc", |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 "all_interfaces.h", | 283 "all_interfaces.h", |
283 "define_empty_macros.h", | 284 "define_empty_macros.h", |
284 "undef_macros.h", | 285 "undef_macros.h", |
285 ], | 286 ], |
286 'DEST': 'include/nacl_io/pepper', | 287 'DEST': 'include/nacl_io/pepper', |
287 } | 288 } |
288 ], | 289 ], |
289 'DEST': 'src', | 290 'DEST': 'src', |
290 'NAME': 'nacl_io', | 291 'NAME': 'nacl_io', |
291 } | 292 } |
OLD | NEW |