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

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',
(...skipping 10 matching lines...) Expand all
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_glibc.cc", 30 "kernel_wrap_glibc.cc",
31 "kernel_wrap_newlib.cc", 31 "kernel_wrap_newlib.cc",
32 "kernel_wrap_win.cc", 32 "kernel_wrap_win.cc",
33 "kernel_wrap_dummy.cc",
binji 2013/11/15 17:26:23 alphabetize
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",
40 "mount_node_html5fs.cc", 41 "mount_node_html5fs.cc",
41 "mount_node_http.cc", 42 "mount_node_http.cc",
42 "mount_node_mem.cc", 43 "mount_node_mem.cc",
(...skipping 218 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

Powered by Google App Engine
This is Rietveld 408576698