| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux'], | 2 'TOOLS': ['bionic', 'newlib', 'glibc', '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 "stream/stream_event_emitter.h", | 225 "stream/stream_event_emitter.h", |
| 226 "stream/stream_fs.h", | 226 "stream/stream_fs.h", |
| 227 "stream/stream_node.h", | 227 "stream/stream_node.h", |
| 228 "typed_fs_factory.h", | 228 "typed_fs_factory.h", |
| 229 ], | 229 ], |
| 230 'DEST': 'include/nacl_io', | 230 'DEST': 'include/nacl_io', |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 'FILES': [ | 233 'FILES': [ |
| 234 "arpa/inet.h", | 234 "arpa/inet.h", |
| 235 "memory.h", |
| 235 "netdb.h", | 236 "netdb.h", |
| 236 "netinet/in.h", | 237 "netinet/in.h", |
| 237 "netinet/tcp.h", | 238 "netinet/tcp.h", |
| 238 "netinet6/in6.h", | 239 "netinet6/in6.h", |
| 239 "poll.h", | 240 "poll.h", |
| 240 "sys/ioctl.h", | 241 "sys/ioctl.h", |
| 241 "sys/mount.h", | 242 "sys/mount.h", |
| 242 "sys/poll.h", | 243 "sys/poll.h", |
| 243 "sys/select.h", | 244 "sys/select.h", |
| 244 "sys/signal.h", | 245 "sys/signal.h", |
| 245 "sys/socket.h", | 246 "sys/socket.h", |
| 246 "sys/termios.h", | 247 "sys/termios.h", |
| 247 "sys/utsname.h", | 248 "sys/utsname.h", |
| 248 ], | 249 ], |
| 249 'DEST': 'include/newlib', | 250 'DEST': 'include/newlib', |
| 250 }, | 251 }, |
| 251 { | 252 { |
| 252 'FILES': [ | 253 'FILES': [ |
| 253 "arpa/inet.h", | 254 "arpa/inet.h", |
| 255 "memory.h", |
| 254 "netdb.h", | 256 "netdb.h", |
| 255 "netinet/in.h", | 257 "netinet/in.h", |
| 256 "netinet/tcp.h", | 258 "netinet/tcp.h", |
| 257 "netinet6/in6.h", | 259 "netinet6/in6.h", |
| 258 "poll.h", | 260 "poll.h", |
| 259 "sys/ioctl.h", | 261 "sys/ioctl.h", |
| 260 "sys/mount.h", | 262 "sys/mount.h", |
| 261 "sys/poll.h", | 263 "sys/poll.h", |
| 262 "sys/select.h", | 264 "sys/select.h", |
| 263 "sys/socket.h", | 265 "sys/socket.h", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 278 "all_interfaces.h", | 280 "all_interfaces.h", |
| 279 "define_empty_macros.h", | 281 "define_empty_macros.h", |
| 280 "undef_macros.h", | 282 "undef_macros.h", |
| 281 ], | 283 ], |
| 282 'DEST': 'include/nacl_io/pepper', | 284 'DEST': 'include/nacl_io/pepper', |
| 283 } | 285 } |
| 284 ], | 286 ], |
| 285 'DEST': 'src', | 287 'DEST': 'src', |
| 286 'NAME': 'nacl_io', | 288 'NAME': 'nacl_io', |
| 287 } | 289 } |
| OLD | NEW |