OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac', 'clang-newlib'
], | 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux', 'mac', 'clang-newlib'
], |
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 "sys/termios.h", | 233 "sys/termios.h", |
234 "sys/time.h", | 234 "sys/time.h", |
235 "sys/utsname.h", | 235 "sys/utsname.h", |
236 "utime.h", | 236 "utime.h", |
237 ], | 237 ], |
238 'DEST': 'include/newlib', | 238 'DEST': 'include/newlib', |
239 }, | 239 }, |
240 { | 240 { |
241 'FILES': [ | 241 'FILES': [ |
242 "bits/ioctls.h", | 242 "bits/ioctls.h", |
| 243 "rpc/netdb.h", |
243 "sys/mount.h", | 244 "sys/mount.h", |
244 ], | 245 ], |
245 'DEST': 'include/glibc', | 246 'DEST': 'include/glibc', |
246 }, | 247 }, |
247 { | 248 { |
248 'FILES': [ | 249 'FILES': [ |
249 "arpa/inet.h", | 250 "arpa/inet.h", |
250 "memory.h", | 251 "memory.h", |
251 "netdb.h", | 252 "netdb.h", |
252 "netinet/in.h", | 253 "netinet/in.h", |
(...skipping 30 matching lines...) Expand all Loading... |
283 "all_interfaces.h", | 284 "all_interfaces.h", |
284 "define_empty_macros.h", | 285 "define_empty_macros.h", |
285 "undef_macros.h", | 286 "undef_macros.h", |
286 ], | 287 ], |
287 'DEST': 'include/nacl_io/pepper', | 288 'DEST': 'include/nacl_io/pepper', |
288 } | 289 } |
289 ], | 290 ], |
290 'DEST': 'src', | 291 'DEST': 'src', |
291 'NAME': 'nacl_io', | 292 'NAME': 'nacl_io', |
292 } | 293 } |
OLD | NEW |