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

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

Issue 73083005: [NaCl SDK] Enable linux host build for nacl_io and nacl_io_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], 2 'TOOLS': ['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 {
11 'NAME' : 'nacl_io', 11 'NAME' : 'nacl_io',
12 'TYPE' : 'lib', 12 'TYPE' : 'lib',
13 'SOURCES' : [ 13 'SOURCES' : [
14 'dbgprint.c', 14 'dbgprint.c',
15 "event_emitter.cc", 15 "event_emitter.cc",
16 "event_emitter_pipe.cc", 16 "event_emitter_pipe.cc",
17 "event_emitter_stream.cc", 17 "event_emitter_stream.cc",
18 "event_emitter_tcp.cc", 18 "event_emitter_tcp.cc",
19 "event_emitter_udp.cc", 19 "event_emitter_udp.cc",
20 "event_listener.cc", 20 "event_listener.cc",
21 "fifo_char.cc", 21 "fifo_char.cc",
22 "fifo_packet.cc", 22 "fifo_packet.cc",
23 "getdents_helper.cc", 23 "getdents_helper.cc",
24 "h_errno.cc", 24 "h_errno.cc",
25 "host_resolver.cc", 25 "host_resolver.cc",
26 "kernel_handle.cc", 26 "kernel_handle.cc",
27 "kernel_intercept.cc", 27 "kernel_intercept.cc",
28 "kernel_object.cc", 28 "kernel_object.cc",
29 "kernel_proxy.cc", 29 "kernel_proxy.cc",
30 "kernel_wrap_dummy.cc",
30 "kernel_wrap_glibc.cc", 31 "kernel_wrap_glibc.cc",
31 "kernel_wrap_newlib.cc", 32 "kernel_wrap_newlib.cc",
32 "kernel_wrap_win.cc", 33 "kernel_wrap_win.cc",
33 "mount.cc", 34 "mount.cc",
34 "mount_dev.cc", 35 "mount_dev.cc",
35 "mount_html5fs.cc", 36 "mount_html5fs.cc",
36 "mount_http.cc", 37 "mount_http.cc",
37 "mount_mem.cc", 38 "mount_mem.cc",
38 "mount_node.cc", 39 "mount_node.cc",
39 "mount_node_dir.cc", 40 "mount_node_dir.cc",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "all_interfaces.h", 262 "all_interfaces.h",
262 "define_empty_macros.h", 263 "define_empty_macros.h",
263 "undef_macros.h", 264 "undef_macros.h",
264 ], 265 ],
265 'DEST': 'include/nacl_io/pepper', 266 'DEST': 'include/nacl_io/pepper',
266 } 267 }
267 ], 268 ],
268 'DEST': 'src', 269 'DEST': 'src',
269 'NAME': 'nacl_io', 270 'NAME': 'nacl_io',
270 } 271 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698