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

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

Issue 21610003: Prepared newlib toolchain for socket implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@headers
Patch Set: Created 7 years, 4 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
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 'pepper', 5 'pepper',
6 '../third_party/newlib-extras' 6 '../third_party/newlib-extras'
7 ], 7 ],
8 'TARGETS': [ 8 'TARGETS': [
9 { 9 {
10 'NAME' : 'nacl_io', 10 'NAME' : 'nacl_io',
11 'TYPE' : 'lib', 11 'TYPE' : 'lib',
12 'SOURCES' : [ 12 'SOURCES' : [
13 "event_emitter.cc", 13 "event_emitter.cc",
14 "event_listener.cc", 14 "event_listener.cc",
15 "inet_ntoa.cc",
15 "kernel_handle.cc", 16 "kernel_handle.cc",
16 "kernel_intercept.cc", 17 "kernel_intercept.cc",
17 "kernel_object.cc", 18 "kernel_object.cc",
18 "kernel_proxy.cc", 19 "kernel_proxy.cc",
19 "kernel_wrap_glibc.cc", 20 "kernel_wrap_glibc.cc",
20 "kernel_wrap_newlib.cc", 21 "kernel_wrap_newlib.cc",
21 "kernel_wrap_win.cc", 22 "kernel_wrap_win.cc",
22 "mount.cc", 23 "mount.cc",
23 "mount_dev.cc", 24 "mount_dev.cc",
24 "mount_html5fs.cc", 25 "mount_html5fs.cc",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "all_interfaces.h", 106 "all_interfaces.h",
106 "define_empty_macros.h", 107 "define_empty_macros.h",
107 "undef_macros.h", 108 "undef_macros.h",
108 ], 109 ],
109 'DEST': 'include/nacl_io/pepper', 110 'DEST': 'include/nacl_io/pepper',
110 } 111 }
111 ], 112 ],
112 'DEST': 'src', 113 'DEST': 'src',
113 'NAME': 'nacl_io', 114 'NAME': 'nacl_io',
114 } 115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698