OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], |
3 'SEARCH': [ | 3 'SEARCH': [ |
4 '.', | 4 '.', |
5 'pepper' | 5 'pepper' |
6 ], | 6 ], |
7 'TARGETS': [ | 7 'TARGETS': [ |
8 { | 8 { |
9 'NAME' : 'nacl_io', | 9 'NAME' : 'nacl_io', |
10 'TYPE' : 'lib', | 10 'TYPE' : 'lib', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "mount_node_html5fs.h", | 55 "mount_node_html5fs.h", |
56 "mount_node_http.h", | 56 "mount_node_http.h", |
57 "mount_node_mem.h", | 57 "mount_node_mem.h", |
58 "mount_passthrough.h", | 58 "mount_passthrough.h", |
59 "nacl_io.h", | 59 "nacl_io.h", |
60 "osdirent.h", | 60 "osdirent.h", |
61 "osinttypes.h", | 61 "osinttypes.h", |
62 "osmman.h", | 62 "osmman.h", |
63 "osstat.h", | 63 "osstat.h", |
64 "ostypes.h", | 64 "ostypes.h", |
| 65 "osunistd.h", |
65 "path.h", | 66 "path.h", |
66 "pepper_interface.h", | 67 "pepper_interface.h", |
67 "real_pepper_interface.h", | 68 "real_pepper_interface.h", |
68 ], | 69 ], |
69 'DEST': 'include/nacl_io', | 70 'DEST': 'include/nacl_io', |
70 }, | 71 }, |
71 { | 72 { |
72 'FILES': [ | 73 'FILES': [ |
73 "all_interfaces.h", | 74 "all_interfaces.h", |
74 "define_empty_macros.h", | 75 "define_empty_macros.h", |
75 "undef_macros.h", | 76 "undef_macros.h", |
76 ], | 77 ], |
77 'DEST': 'include/nacl_io/pepper', | 78 'DEST': 'include/nacl_io/pepper', |
78 } | 79 } |
79 ], | 80 ], |
80 'DEST': 'src', | 81 'DEST': 'src', |
81 'NAME': 'nacl_io', | 82 'NAME': 'nacl_io', |
82 } | 83 } |
OLD | NEW |