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

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

Issue 2518593002: [NaCl SDK] Refactor STATUSCODE_* (Closed)
Patch Set: Created 4 years, 1 month 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': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "real_pepper_interface.h", 212 "real_pepper_interface.h",
213 "socket/fifo_packet.h", 213 "socket/fifo_packet.h",
214 "socket/packet.h", 214 "socket/packet.h",
215 "socket/socket_node.h", 215 "socket/socket_node.h",
216 "socket/tcp_event_emitter.h", 216 "socket/tcp_event_emitter.h",
217 "socket/tcp_node.h", 217 "socket/tcp_node.h",
218 "socket/udp_event_emitter.h", 218 "socket/udp_event_emitter.h",
219 "socket/udp_node.h", 219 "socket/udp_node.h",
220 "socket/unix_event_emitter.h", 220 "socket/unix_event_emitter.h",
221 "socket/unix_node.h", 221 "socket/unix_node.h",
222 "statuscode.h",
222 "stream/stream_event_emitter.h", 223 "stream/stream_event_emitter.h",
223 "stream/stream_fs.h", 224 "stream/stream_fs.h",
224 "stream/stream_node.h", 225 "stream/stream_node.h",
225 "typed_fs_factory.h", 226 "typed_fs_factory.h",
226 ], 227 ],
227 'DEST': 'include/nacl_io', 228 'DEST': 'include/nacl_io',
228 }, 229 },
229 { 230 {
230 'FILES': [ 231 'FILES': [
231 "arpa/inet.h", 232 "arpa/inet.h",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "all_interfaces.h", 295 "all_interfaces.h",
295 "define_empty_macros.h", 296 "define_empty_macros.h",
296 "undef_macros.h", 297 "undef_macros.h",
297 ], 298 ],
298 'DEST': 'include/nacl_io/pepper', 299 'DEST': 'include/nacl_io/pepper',
299 } 300 }
300 ], 301 ],
301 'DEST': 'src', 302 'DEST': 'src',
302 'NAME': 'nacl_io', 303 'NAME': 'nacl_io',
303 } 304 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698