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 { |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 "fuse.h", | 167 "fuse.h", |
168 "getdents_helper.h", | 168 "getdents_helper.h", |
169 "googledrivefs/googledrivefs.h", | 169 "googledrivefs/googledrivefs.h", |
170 "googledrivefs/googledrivefs_node.h", | 170 "googledrivefs/googledrivefs_node.h", |
171 "hash.h", | 171 "hash.h", |
172 "host_resolver.h", | 172 "host_resolver.h", |
173 "html5fs/html5_fs.h", | 173 "html5fs/html5_fs.h", |
174 "html5fs/html5_fs_node.h", | 174 "html5fs/html5_fs_node.h", |
175 "httpfs/http_fs.h", | 175 "httpfs/http_fs.h", |
176 "httpfs/http_fs_node.h", | 176 "httpfs/http_fs_node.h", |
| 177 "http_status_codes.h", |
177 "inode_pool.h", | 178 "inode_pool.h", |
178 "ioctl.h", | 179 "ioctl.h", |
179 "jsfs/js_fs.h", | 180 "jsfs/js_fs.h", |
180 "jsfs/js_fs_node.h", | 181 "jsfs/js_fs_node.h", |
181 "nacl_abi_types.h", | 182 "nacl_abi_types.h", |
182 "kernel_handle.h", | 183 "kernel_handle.h", |
183 "kernel_intercept.h", | 184 "kernel_intercept.h", |
184 "kernel_object.h", | 185 "kernel_object.h", |
185 "kernel_proxy.h", | 186 "kernel_proxy.h", |
186 "kernel_wrap.h", | 187 "kernel_wrap.h", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 "all_interfaces.h", | 295 "all_interfaces.h", |
295 "define_empty_macros.h", | 296 "define_empty_macros.h", |
296 "undef_macros.h", | 297 "undef_macros.h", |
297 ], | 298 ], |
298 'DEST': 'include/nacl_io/pepper', | 299 'DEST': 'include/nacl_io/pepper', |
299 } | 300 } |
300 ], | 301 ], |
301 'DEST': 'src', | 302 'DEST': 'src', |
302 'NAME': 'nacl_io', | 303 'NAME': 'nacl_io', |
303 } | 304 } |
OLD | NEW |