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

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

Issue 1245663004: [NaCl SDK] Re-land "Added support for NaCl IO to use the IRT Extension API." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22 matching lines...) Expand all
33 "in6_addr.c", 33 "in6_addr.c",
34 "jsfs/js_fs.cc", 34 "jsfs/js_fs.cc",
35 "jsfs/js_fs_node.cc", 35 "jsfs/js_fs_node.cc",
36 "kernel_handle.cc", 36 "kernel_handle.cc",
37 "kernel_intercept.cc", 37 "kernel_intercept.cc",
38 "kernel_object.cc", 38 "kernel_object.cc",
39 "kernel_proxy.cc", 39 "kernel_proxy.cc",
40 "kernel_wrap_bionic.cc", 40 "kernel_wrap_bionic.cc",
41 "kernel_wrap_dummy.cc", 41 "kernel_wrap_dummy.cc",
42 "kernel_wrap_glibc.cc", 42 "kernel_wrap_glibc.cc",
43 "kernel_wrap_irt_ext.c",
43 "kernel_wrap_newlib.cc", 44 "kernel_wrap_newlib.cc",
44 "kernel_wrap_win.cc", 45 "kernel_wrap_win.cc",
45 "log.c", 46 "log.c",
46 "memfs/mem_fs.cc", 47 "memfs/mem_fs.cc",
47 "memfs/mem_fs_node.cc", 48 "memfs/mem_fs_node.cc",
48 "nacl_io.cc", 49 "nacl_io.cc",
49 "node.cc", 50 "node.cc",
50 "passthroughfs/passthrough_fs.cc", 51 "passthroughfs/passthrough_fs.cc",
51 "passthroughfs/real_node.cc", 52 "passthroughfs/real_node.cc",
52 "path.cc", 53 "path.cc",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "all_interfaces.h", 283 "all_interfaces.h",
283 "define_empty_macros.h", 284 "define_empty_macros.h",
284 "undef_macros.h", 285 "undef_macros.h",
285 ], 286 ],
286 'DEST': 'include/nacl_io/pepper', 287 'DEST': 'include/nacl_io/pepper',
287 } 288 }
288 ], 289 ],
289 'DEST': 'src', 290 'DEST': 'src',
290 'NAME': 'nacl_io', 291 'NAME': 'nacl_io',
291 } 292 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698