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

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

Issue 242533005: [NaCl SDK] nacl_io: Add flow control the JavaScript pipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux'], 2 'TOOLS': ['bionic', '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 'DEFINES': ['NACL_IO_LOGGING=0'],
11 'NAME' : 'nacl_io', 12 'NAME' : 'nacl_io',
12 'TYPE' : 'lib', 13 'TYPE' : 'lib',
13 'SOURCES' : [ 14 'SOURCES' : [
14 "devfs/dev_fs.cc", 15 "devfs/dev_fs.cc",
16 "devfs/jspipe_event_emitter.cc",
15 "devfs/jspipe_node.cc", 17 "devfs/jspipe_node.cc",
16 "devfs/tty_event_emitter.cc", 18 "devfs/tty_event_emitter.cc",
17 "devfs/tty_node.cc", 19 "devfs/tty_node.cc",
18 "dir_node.cc", 20 "dir_node.cc",
19 "event_emitter.cc", 21 "event_emitter.cc",
20 "event_listener.cc", 22 "event_listener.cc",
21 "fifo_char.cc", 23 "fifo_char.cc",
22 "filesystem.cc", 24 "filesystem.cc",
23 "fusefs/fuse_fs.cc", 25 "fusefs/fuse_fs.cc",
24 "fusefs/fuse_fs_factory.cc", 26 "fusefs/fuse_fs_factory.cc",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "syscalls/utime.c", 157 "syscalls/utime.c",
156 "syscalls/utimes.c", 158 "syscalls/utimes.c",
157 ], 159 ],
158 } 160 }
159 ], 161 ],
160 'HEADERS': [ 162 'HEADERS': [
161 { 163 {
162 'FILES': [ 164 'FILES': [
163 "char_node.h", 165 "char_node.h",
164 "devfs/dev_fs.h", 166 "devfs/dev_fs.h",
167 "devfs/jspipe_event_emitter.h",
165 "devfs/jspipe_node.h", 168 "devfs/jspipe_node.h",
166 "devfs/tty_event_emitter.h", 169 "devfs/tty_event_emitter.h",
167 "devfs/tty_node.h", 170 "devfs/tty_node.h",
168 "dir_node.h", 171 "dir_node.h",
169 "error.h", 172 "error.h",
170 "event_emitter.h", 173 "event_emitter.h",
171 "event_listener.h", 174 "event_listener.h",
172 "fifo_char.h", 175 "fifo_char.h",
173 "fifo_interface.h", 176 "fifo_interface.h",
174 "fifo_null.h", 177 "fifo_null.h",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "all_interfaces.h", 283 "all_interfaces.h",
281 "define_empty_macros.h", 284 "define_empty_macros.h",
282 "undef_macros.h", 285 "undef_macros.h",
283 ], 286 ],
284 'DEST': 'include/nacl_io/pepper', 287 'DEST': 'include/nacl_io/pepper',
285 } 288 }
286 ], 289 ],
287 'DEST': 'src', 290 'DEST': 'src',
288 'NAME': 'nacl_io', 291 'NAME': 'nacl_io',
289 } 292 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/ioctl.h ('k') | native_client_sdk/src/libraries/nacl_io/log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698