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

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

Issue 2505583002: [NaCl SDK] Add initial support for google drive to nacl_io (Closed)
Patch Set: Created 4 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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_proxy.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': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
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 'DEFINES': ['NACL_IO_LOGGING=0'],
12 'NAME' : 'nacl_io', 12 'NAME' : 'nacl_io',
13 'TYPE' : 'lib', 13 'TYPE' : 'lib',
14 'SOURCES' : [ 14 'SOURCES' : [
15 "devfs/dev_fs.cc", 15 "devfs/dev_fs.cc",
16 "devfs/jspipe_event_emitter.cc", 16 "devfs/jspipe_event_emitter.cc",
17 "devfs/jspipe_node.cc", 17 "devfs/jspipe_node.cc",
18 "devfs/tty_node.cc", 18 "devfs/tty_node.cc",
19 "dir_node.cc", 19 "dir_node.cc",
20 "event_emitter.cc", 20 "event_emitter.cc",
21 "event_listener.cc", 21 "event_listener.cc",
22 "fifo_char.cc", 22 "fifo_char.cc",
23 "filesystem.cc", 23 "filesystem.cc",
24 "fusefs/fuse_fs.cc", 24 "fusefs/fuse_fs.cc",
25 "fusefs/fuse_fs_factory.cc", 25 "fusefs/fuse_fs_factory.cc",
26 "getdents_helper.cc", 26 "getdents_helper.cc",
27 "googledrivefs/googledrivefs.cc",
28 "googledrivefs/googledrivefs_node.cc",
27 "hash.cc", 29 "hash.cc",
28 "h_errno.c", 30 "h_errno.c",
29 "host_resolver.cc", 31 "host_resolver.cc",
30 "html5fs/html5_fs.cc", 32 "html5fs/html5_fs.cc",
31 "html5fs/html5_fs_node.cc", 33 "html5fs/html5_fs_node.cc",
32 "httpfs/http_fs.cc", 34 "httpfs/http_fs.cc",
33 "httpfs/http_fs_node.cc", 35 "httpfs/http_fs_node.cc",
34 "in6_addr.c", 36 "in6_addr.c",
35 "jsfs/js_fs.cc", 37 "jsfs/js_fs.cc",
36 "jsfs/js_fs_node.cc", 38 "jsfs/js_fs_node.cc",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "event_emitter.h", 159 "event_emitter.h",
158 "event_listener.h", 160 "event_listener.h",
159 "fifo_char.h", 161 "fifo_char.h",
160 "fifo_interface.h", 162 "fifo_interface.h",
161 "filesystem.h", 163 "filesystem.h",
162 "fs_factory.h", 164 "fs_factory.h",
163 "fusefs/fuse_fs_factory.h", 165 "fusefs/fuse_fs_factory.h",
164 "fusefs/fuse_fs.h", 166 "fusefs/fuse_fs.h",
165 "fuse.h", 167 "fuse.h",
166 "getdents_helper.h", 168 "getdents_helper.h",
169 "googledrivefs/googledrivefs.h",
170 "googledrivefs/googledrivefs_node.h",
167 "hash.h", 171 "hash.h",
168 "host_resolver.h", 172 "host_resolver.h",
169 "html5fs/html5_fs.h", 173 "html5fs/html5_fs.h",
170 "html5fs/html5_fs_node.h", 174 "html5fs/html5_fs_node.h",
171 "httpfs/http_fs.h", 175 "httpfs/http_fs.h",
172 "httpfs/http_fs_node.h", 176 "httpfs/http_fs_node.h",
173 "inode_pool.h", 177 "inode_pool.h",
174 "ioctl.h", 178 "ioctl.h",
175 "jsfs/js_fs.h", 179 "jsfs/js_fs.h",
176 "jsfs/js_fs_node.h", 180 "jsfs/js_fs_node.h",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "all_interfaces.h", 294 "all_interfaces.h",
291 "define_empty_macros.h", 295 "define_empty_macros.h",
292 "undef_macros.h", 296 "undef_macros.h",
293 ], 297 ],
294 'DEST': 'include/nacl_io/pepper', 298 'DEST': 'include/nacl_io/pepper',
295 } 299 }
296 ], 300 ],
297 'DEST': 'src', 301 'DEST': 'src',
298 'NAME': 'nacl_io', 302 'NAME': 'nacl_io',
299 } 303 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698