OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux'], | 2 'TOOLS': ['bionic', 'newlib', 'glibc', '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 { |
11 'NAME' : 'nacl_io', | 11 'NAME' : 'nacl_io', |
12 'TYPE' : 'lib', | 12 'TYPE' : 'lib', |
13 'SOURCES' : [ | 13 'SOURCES' : [ |
14 'dbgprint.c', | 14 'dbgprint.c', |
15 "devfs/dev_fs.cc", | 15 "devfs/dev_fs.cc", |
16 "devfs/jspipe_node.cc", | 16 "devfs/jspipe_node.cc", |
17 "devfs/tty_event_emitter.cc", | 17 "devfs/tty_event_emitter.cc", |
18 "devfs/tty_node.cc", | 18 "devfs/tty_node.cc", |
19 "dir_node.cc", | 19 "dir_node.cc", |
20 "event_emitter.cc", | 20 "event_emitter.cc", |
21 "event_listener.cc", | 21 "event_listener.cc", |
22 "fifo_char.cc", | 22 "fifo_char.cc", |
23 "filesystem.cc", | 23 "filesystem.cc", |
24 "fusefs/fuse_fs.cc", | 24 "fusefs/fuse_fs.cc", |
25 "fusefs/fuse_fs_factory.cc", | 25 "fusefs/fuse_fs_factory.cc", |
26 "getdents_helper.cc", | 26 "getdents_helper.cc", |
27 "h_errno.cc", | 27 "h_errno.c", |
28 "host_resolver.cc", | 28 "host_resolver.cc", |
29 "html5fs/html5_fs.cc", | 29 "html5fs/html5_fs.cc", |
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 "kernel_handle.cc", | 34 "kernel_handle.cc", |
35 "kernel_intercept.cc", | 35 "kernel_intercept.cc", |
36 "kernel_object.cc", | 36 "kernel_object.cc", |
37 "kernel_proxy.cc", | 37 "kernel_proxy.cc", |
| 38 "kernel_wrap_bionic.cc", |
38 "kernel_wrap_dummy.cc", | 39 "kernel_wrap_dummy.cc", |
39 "kernel_wrap_glibc.cc", | 40 "kernel_wrap_glibc.cc", |
40 "kernel_wrap_newlib.cc", | 41 "kernel_wrap_newlib.cc", |
41 "kernel_wrap_win.cc", | 42 "kernel_wrap_win.cc", |
42 "memfs/mem_fs.cc", | 43 "memfs/mem_fs.cc", |
43 "memfs/mem_fs_node.cc", | 44 "memfs/mem_fs_node.cc", |
44 "nacl_io.cc", | 45 "nacl_io.cc", |
45 "node.cc", | 46 "node.cc", |
46 "passthroughfs/passthrough_fs.cc", | 47 "passthroughfs/passthrough_fs.cc", |
47 "path.cc", | 48 "path.cc", |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "all_interfaces.h", | 278 "all_interfaces.h", |
278 "define_empty_macros.h", | 279 "define_empty_macros.h", |
279 "undef_macros.h", | 280 "undef_macros.h", |
280 ], | 281 ], |
281 'DEST': 'include/nacl_io/pepper', | 282 'DEST': 'include/nacl_io/pepper', |
282 } | 283 } |
283 ], | 284 ], |
284 'DEST': 'src', | 285 'DEST': 'src', |
285 'NAME': 'nacl_io', | 286 'NAME': 'nacl_io', |
286 } | 287 } |
OLD | NEW |