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 30 matching lines...) Expand all Loading... |
41 "kernel_wrap_dummy.cc", | 41 "kernel_wrap_dummy.cc", |
42 "kernel_wrap_glibc.cc", | 42 "kernel_wrap_glibc.cc", |
43 "kernel_wrap_newlib.cc", | 43 "kernel_wrap_newlib.cc", |
44 "kernel_wrap_win.cc", | 44 "kernel_wrap_win.cc", |
45 "log.c", | 45 "log.c", |
46 "memfs/mem_fs.cc", | 46 "memfs/mem_fs.cc", |
47 "memfs/mem_fs_node.cc", | 47 "memfs/mem_fs_node.cc", |
48 "nacl_io.cc", | 48 "nacl_io.cc", |
49 "node.cc", | 49 "node.cc", |
50 "passthroughfs/passthrough_fs.cc", | 50 "passthroughfs/passthrough_fs.cc", |
| 51 "passthroughfs/real_node.cc", |
51 "path.cc", | 52 "path.cc", |
52 "pepper_interface.cc", | 53 "pepper_interface.cc", |
53 "pepper_interface_delegate.cc", | 54 "pepper_interface_delegate.cc", |
54 "pipe/pipe_event_emitter.cc", | 55 "pipe/pipe_event_emitter.cc", |
55 "pipe/pipe_node.cc", | 56 "pipe/pipe_node.cc", |
56 "real_pepper_interface.cc", | 57 "real_pepper_interface.cc", |
57 "socket/fifo_packet.cc", | 58 "socket/fifo_packet.cc", |
58 "socket/packet.cc", | 59 "socket/packet.cc", |
59 "socket/socket_node.cc", | 60 "socket/socket_node.cc", |
60 "socket/tcp_event_emitter.cc", | 61 "socket/tcp_event_emitter.cc", |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 "osmman.h", | 207 "osmman.h", |
207 "ossignal.h", | 208 "ossignal.h", |
208 "ossocket.h", | 209 "ossocket.h", |
209 "osstat.h", | 210 "osstat.h", |
210 "ostermios.h", | 211 "ostermios.h", |
211 "ostime.h", | 212 "ostime.h", |
212 "ostypes.h", | 213 "ostypes.h", |
213 "osunistd.h", | 214 "osunistd.h", |
214 "osutime.h", | 215 "osutime.h", |
215 "passthroughfs/passthrough_fs.h", | 216 "passthroughfs/passthrough_fs.h", |
| 217 "passthroughfs/real_node.h", |
216 "path.h", | 218 "path.h", |
217 "pepper_interface_delegate.h", | 219 "pepper_interface_delegate.h", |
218 "pepper_interface_dummy.h", | 220 "pepper_interface_dummy.h", |
219 "pepper_interface.h", | 221 "pepper_interface.h", |
220 "pipe/pipe_event_emitter.h", | 222 "pipe/pipe_event_emitter.h", |
221 "pipe/pipe_node.h", | 223 "pipe/pipe_node.h", |
222 "real_pepper_interface.h", | 224 "real_pepper_interface.h", |
223 "socket/fifo_packet.h", | 225 "socket/fifo_packet.h", |
224 "socket/packet.h", | 226 "socket/packet.h", |
225 "socket/socket_node.h", | 227 "socket/socket_node.h", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 "all_interfaces.h", | 287 "all_interfaces.h", |
286 "define_empty_macros.h", | 288 "define_empty_macros.h", |
287 "undef_macros.h", | 289 "undef_macros.h", |
288 ], | 290 ], |
289 'DEST': 'include/nacl_io/pepper', | 291 'DEST': 'include/nacl_io/pepper', |
290 } | 292 } |
291 ], | 293 ], |
292 'DEST': 'src', | 294 'DEST': 'src', |
293 'NAME': 'nacl_io', | 295 'NAME': 'nacl_io', |
294 } | 296 } |
OLD | NEW |