| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['clang-newlib', 'glibc', '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', |
| 13 'TYPE' : 'lib', | 13 'TYPE' : 'lib', |
| 14 'SOURCES' : [ | 14 'SOURCES' : [ |
| 15 "devfs/dev_fs.cc", | 15 "devfs/dev_fs.cc", |
| 16 "devfs/jspipe_event_emitter.cc", | 16 "devfs/jspipe_event_emitter.cc", |
| 17 "devfs/jspipe_node.cc", | 17 "devfs/jspipe_node.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 "googledrivefs/googledrivefs.cc", |
| 27 "h_errno.c", | 28 "h_errno.c", |
| 28 "host_resolver.cc", | 29 "host_resolver.cc", |
| 29 "html5fs/html5_fs.cc", | 30 "html5fs/html5_fs.cc", |
| 30 "html5fs/html5_fs_node.cc", | 31 "html5fs/html5_fs_node.cc", |
| 31 "httpfs/http_fs.cc", | 32 "httpfs/http_fs.cc", |
| 32 "httpfs/http_fs_node.cc", | 33 "httpfs/http_fs_node.cc", |
| 33 "in6_addr.c", | 34 "in6_addr.c", |
| 34 "jsfs/js_fs.cc", | 35 "jsfs/js_fs.cc", |
| 35 "jsfs/js_fs_node.cc", | 36 "jsfs/js_fs_node.cc", |
| 36 "kernel_handle.cc", | 37 "kernel_handle.cc", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "event_emitter.h", | 157 "event_emitter.h", |
| 157 "event_listener.h", | 158 "event_listener.h", |
| 158 "fifo_char.h", | 159 "fifo_char.h", |
| 159 "fifo_interface.h", | 160 "fifo_interface.h", |
| 160 "filesystem.h", | 161 "filesystem.h", |
| 161 "fs_factory.h", | 162 "fs_factory.h", |
| 162 "fusefs/fuse_fs_factory.h", | 163 "fusefs/fuse_fs_factory.h", |
| 163 "fusefs/fuse_fs.h", | 164 "fusefs/fuse_fs.h", |
| 164 "fuse.h", | 165 "fuse.h", |
| 165 "getdents_helper.h", | 166 "getdents_helper.h", |
| 167 "googledrivefs/googledrivefs.h", |
| 166 "host_resolver.h", | 168 "host_resolver.h", |
| 167 "html5fs/html5_fs.h", | 169 "html5fs/html5_fs.h", |
| 168 "html5fs/html5_fs_node.h", | 170 "html5fs/html5_fs_node.h", |
| 169 "httpfs/http_fs.h", | 171 "httpfs/http_fs.h", |
| 170 "httpfs/http_fs_node.h", | 172 "httpfs/http_fs_node.h", |
| 171 "inode_pool.h", | 173 "inode_pool.h", |
| 172 "ioctl.h", | 174 "ioctl.h", |
| 173 "jsfs/js_fs.h", | 175 "jsfs/js_fs.h", |
| 174 "jsfs/js_fs_node.h", | 176 "jsfs/js_fs_node.h", |
| 175 "nacl_abi_types.h", | 177 "nacl_abi_types.h", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "all_interfaces.h", | 290 "all_interfaces.h", |
| 289 "define_empty_macros.h", | 291 "define_empty_macros.h", |
| 290 "undef_macros.h", | 292 "undef_macros.h", |
| 291 ], | 293 ], |
| 292 'DEST': 'include/nacl_io/pepper', | 294 'DEST': 'include/nacl_io/pepper', |
| 293 } | 295 } |
| 294 ], | 296 ], |
| 295 'DEST': 'src', | 297 'DEST': 'src', |
| 296 'NAME': 'nacl_io', | 298 'NAME': 'nacl_io', |
| 297 } | 299 } |
| OLD | NEW |