| OLD | NEW |
| 1 { | 1 { |
| 2 # Disabled pnacl for now because it warns on using the language extension | 2 # Disabled pnacl for now because it warns on using the language extension |
| 3 # typeof(...) | 3 # typeof(...) |
| 4 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], | 4 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], |
| 5 'SEARCH': [ | 5 'SEARCH': [ |
| 6 '.', | 6 '.', |
| 7 'pepper', | 7 'pepper', |
| 8 '../utils' | 8 '../utils' |
| 9 ], | 9 ], |
| 10 'TARGETS': [ | 10 'TARGETS': [ |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 "nacl_mounts.cc", | 31 "nacl_mounts.cc", |
| 32 "path.cc", | 32 "path.cc", |
| 33 "pepper_interface.cc", | 33 "pepper_interface.cc", |
| 34 "real_pepper_interface.cc", | 34 "real_pepper_interface.cc", |
| 35 ], | 35 ], |
| 36 } | 36 } |
| 37 ], | 37 ], |
| 38 'HEADERS': [ | 38 'HEADERS': [ |
| 39 { | 39 { |
| 40 'FILES': [ | 40 'FILES': [ |
| 41 "inode_pool.h", |
| 41 "kernel_handle.h", | 42 "kernel_handle.h", |
| 42 "kernel_intercept.h", | 43 "kernel_intercept.h", |
| 43 "kernel_object.h", | 44 "kernel_object.h", |
| 44 "kernel_proxy.h", | 45 "kernel_proxy.h", |
| 45 "kernel_wrap.h", | 46 "kernel_wrap.h", |
| 46 "mount.h", | 47 "mount.h", |
| 47 "mount_dev.h", | 48 "mount_dev.h", |
| 48 "mount_html5fs.h", | 49 "mount_html5fs.h", |
| 49 "mount_http.h", | 50 "mount_http.h", |
| 50 "mount_mem.h", | 51 "mount_mem.h", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 79 ], | 80 ], |
| 80 'DEST': 'include/utils', | 81 'DEST': 'include/utils', |
| 81 } | 82 } |
| 82 ], | 83 ], |
| 83 'DATA': [ | 84 'DATA': [ |
| 84 'Makefile', | 85 'Makefile', |
| 85 ], | 86 ], |
| 86 'DEST': 'src', | 87 'DEST': 'src', |
| 87 'NAME': 'nacl_mounts', | 88 'NAME': 'nacl_mounts', |
| 88 } | 89 } |
| OLD | NEW |