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

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

Issue 608913003: Added support for NaCl IO to use the IRT Extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize all interfaces on init Created 6 years, 2 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'], 2 'TOOLS': ['newlib', 'glibc', 'bionic', '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 {
(...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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "all_interfaces.h", 273 "all_interfaces.h",
273 "define_empty_macros.h", 274 "define_empty_macros.h",
274 "undef_macros.h", 275 "undef_macros.h",
275 ], 276 ],
276 'DEST': 'include/nacl_io/pepper', 277 'DEST': 'include/nacl_io/pepper',
277 } 278 }
278 ], 279 ],
279 'DEST': 'src', 280 'DEST': 'src',
280 'NAME': 'nacl_io', 281 'NAME': 'nacl_io',
281 } 282 }
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