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

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

Issue 22587003: [NaCl SDK] Add UDP and TCP Sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to browser tester fix. Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
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 15 matching lines...) Expand all
26 "mount.cc", 26 "mount.cc",
27 "mount_dev.cc", 27 "mount_dev.cc",
28 "mount_html5fs.cc", 28 "mount_html5fs.cc",
29 "mount_http.cc", 29 "mount_http.cc",
30 "mount_mem.cc", 30 "mount_mem.cc",
31 "mount_node.cc", 31 "mount_node.cc",
32 "mount_node_dir.cc", 32 "mount_node_dir.cc",
33 "mount_node_html5fs.cc", 33 "mount_node_html5fs.cc",
34 "mount_node_http.cc", 34 "mount_node_http.cc",
35 "mount_node_mem.cc", 35 "mount_node_mem.cc",
36 "mount_node_socket.cc",
37 "mount_node_tcp.cc",
36 "mount_node_tty.cc", 38 "mount_node_tty.cc",
39 "mount_node_udp.cc",
37 "mount_passthrough.cc", 40 "mount_passthrough.cc",
41 "mount_socket.cc",
38 "nacl_io.cc", 42 "nacl_io.cc",
39 "path.cc", 43 "path.cc",
40 "pepper_interface.cc", 44 "pepper_interface.cc",
41 "pepper_interface_delegate.cc", 45 "pepper_interface_delegate.cc",
42 "real_pepper_interface.cc", 46 "real_pepper_interface.cc",
43 "syscalls/accept.c", 47 "syscalls/accept.c",
44 "syscalls/access.c", 48 "syscalls/access.c",
45 "syscalls/bind.c", 49 "syscalls/bind.c",
46 "syscalls/chdir.c", 50 "syscalls/chdir.c",
47 "syscalls/chmod.c", 51 "syscalls/chmod.c",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "mount.h", 121 "mount.h",
118 "mount_html5fs.h", 122 "mount_html5fs.h",
119 "mount_http.h", 123 "mount_http.h",
120 "mount_mem.h", 124 "mount_mem.h",
121 "mount_node.h", 125 "mount_node.h",
122 "mount_node_char.h", 126 "mount_node_char.h",
123 "mount_node_dir.h", 127 "mount_node_dir.h",
124 "mount_node_html5fs.h", 128 "mount_node_html5fs.h",
125 "mount_node_http.h", 129 "mount_node_http.h",
126 "mount_node_mem.h", 130 "mount_node_mem.h",
131 "mount_node_socket.h",
132 "mount_node_tcp.h",
127 "mount_node_tty.h", 133 "mount_node_tty.h",
134 "mount_node_udp.h",
128 "mount_passthrough.h", 135 "mount_passthrough.h",
136 "mount_socket.h",
129 "nacl_io.h", 137 "nacl_io.h",
130 "osdirent.h", 138 "osdirent.h",
131 "osinttypes.h", 139 "osinttypes.h",
132 "osmman.h", 140 "osmman.h",
133 "ossocket.h", 141 "ossocket.h",
134 "osstat.h", 142 "osstat.h",
135 "ostime.h", 143 "ostime.h",
136 "ostypes.h", 144 "ostypes.h",
137 "osunistd.h", 145 "osunistd.h",
138 "osutime.h", 146 "osutime.h",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "all_interfaces.h", 197 "all_interfaces.h",
190 "define_empty_macros.h", 198 "define_empty_macros.h",
191 "undef_macros.h", 199 "undef_macros.h",
192 ], 200 ],
193 'DEST': 'include/nacl_io/pepper', 201 'DEST': 'include/nacl_io/pepper',
194 } 202 }
195 ], 203 ],
196 'DEST': 'src', 204 'DEST': 'src',
197 'NAME': 'nacl_io', 205 'NAME': 'nacl_io',
198 } 206 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698