OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux'], | 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'linux'], |
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "memory.h", | 225 "memory.h", |
226 "netdb.h", | 226 "netdb.h", |
227 "netinet/in.h", | 227 "netinet/in.h", |
228 "netinet/tcp.h", | 228 "netinet/tcp.h", |
229 "netinet6/in6.h", | 229 "netinet6/in6.h", |
230 "poll.h", | 230 "poll.h", |
231 "sys/ioctl.h", | 231 "sys/ioctl.h", |
232 "sys/mount.h", | 232 "sys/mount.h", |
233 "sys/poll.h", | 233 "sys/poll.h", |
234 "sys/select.h", | 234 "sys/select.h", |
235 "sys/signal.h", | |
236 "sys/socket.h", | 235 "sys/socket.h", |
237 "sys/termios.h", | 236 "sys/termios.h", |
238 "sys/time.h", | 237 "sys/time.h", |
239 "sys/utsname.h", | 238 "sys/utsname.h", |
240 "utime.h", | 239 "utime.h", |
241 ], | 240 ], |
242 'DEST': 'include/newlib', | 241 'DEST': 'include/newlib', |
243 }, | 242 }, |
244 { | 243 { |
245 'FILES': [ | 244 'FILES': [ |
(...skipping 28 matching lines...) Expand all Loading... |
274 "all_interfaces.h", | 273 "all_interfaces.h", |
275 "define_empty_macros.h", | 274 "define_empty_macros.h", |
276 "undef_macros.h", | 275 "undef_macros.h", |
277 ], | 276 ], |
278 'DEST': 'include/nacl_io/pepper', | 277 'DEST': 'include/nacl_io/pepper', |
279 } | 278 } |
280 ], | 279 ], |
281 'DEST': 'src', | 280 'DEST': 'src', |
282 'NAME': 'nacl_io', | 281 'NAME': 'nacl_io', |
283 } | 282 } |
OLD | NEW |