Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

Issue 1373563003: Revert of [NaCl SDK] nacl_io: Add support for basic socketpairs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "pipe/pipe_event_emitter.cc", 56 "pipe/pipe_event_emitter.cc",
57 "pipe/pipe_node.cc", 57 "pipe/pipe_node.cc",
58 "real_pepper_interface.cc", 58 "real_pepper_interface.cc",
59 "socket/fifo_packet.cc", 59 "socket/fifo_packet.cc",
60 "socket/packet.cc", 60 "socket/packet.cc",
61 "socket/socket_node.cc", 61 "socket/socket_node.cc",
62 "socket/tcp_event_emitter.cc", 62 "socket/tcp_event_emitter.cc",
63 "socket/tcp_node.cc", 63 "socket/tcp_node.cc",
64 "socket/udp_event_emitter.cc", 64 "socket/udp_event_emitter.cc",
65 "socket/udp_node.cc", 65 "socket/udp_node.cc",
66 "socket/unix_event_emitter.cc",
67 "socket/unix_node.cc",
68 "stream/stream_event_emitter.cc", 66 "stream/stream_event_emitter.cc",
69 "stream/stream_fs.cc", 67 "stream/stream_fs.cc",
70 "stream/stream_node.cc", 68 "stream/stream_node.cc",
71 "syscalls/access.c", 69 "syscalls/access.c",
72 "syscalls/chown.c", 70 "syscalls/chown.c",
73 "syscalls/fchown.c", 71 "syscalls/fchown.c",
74 "syscalls/fcntl.c", 72 "syscalls/fcntl.c",
75 "syscalls/ftruncate.c", 73 "syscalls/ftruncate.c",
76 "syscalls/futimes.c", 74 "syscalls/futimes.c",
77 "syscalls/getwd.c", 75 "syscalls/getwd.c",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "pipe/pipe_event_emitter.h", 203 "pipe/pipe_event_emitter.h",
206 "pipe/pipe_node.h", 204 "pipe/pipe_node.h",
207 "real_pepper_interface.h", 205 "real_pepper_interface.h",
208 "socket/fifo_packet.h", 206 "socket/fifo_packet.h",
209 "socket/packet.h", 207 "socket/packet.h",
210 "socket/socket_node.h", 208 "socket/socket_node.h",
211 "socket/tcp_event_emitter.h", 209 "socket/tcp_event_emitter.h",
212 "socket/tcp_node.h", 210 "socket/tcp_node.h",
213 "socket/udp_event_emitter.h", 211 "socket/udp_event_emitter.h",
214 "socket/udp_node.h", 212 "socket/udp_node.h",
215 "socket/unix_event_emitter.h",
216 "socket/unix_node.h",
217 "stream/stream_event_emitter.h", 213 "stream/stream_event_emitter.h",
218 "stream/stream_fs.h", 214 "stream/stream_fs.h",
219 "stream/stream_node.h", 215 "stream/stream_node.h",
220 "typed_fs_factory.h", 216 "typed_fs_factory.h",
221 ], 217 ],
222 'DEST': 'include/nacl_io', 218 'DEST': 'include/nacl_io',
223 }, 219 },
224 { 220 {
225 'FILES': [ 221 'FILES': [
226 "arpa/inet.h", 222 "arpa/inet.h",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "all_interfaces.h", 285 "all_interfaces.h",
290 "define_empty_macros.h", 286 "define_empty_macros.h",
291 "undef_macros.h", 287 "undef_macros.h",
292 ], 288 ],
293 'DEST': 'include/nacl_io/pepper', 289 'DEST': 'include/nacl_io/pepper',
294 } 290 }
295 ], 291 ],
296 'DEST': 'src', 292 'DEST': 'src',
297 'NAME': 'nacl_io', 293 'NAME': 'nacl_io',
298 } 294 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ('k') | native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698