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

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

Issue 2156503002: [NaCl SDK] Expose Google Drive to nacl_io. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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': ['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",
29 "googledrivefs/googledrivefs_util.cc",
30 "hash.cc",
27 "h_errno.c", 31 "h_errno.c",
28 "host_resolver.cc", 32 "host_resolver.cc",
29 "html5fs/html5_fs.cc", 33 "html5fs/html5_fs.cc",
30 "html5fs/html5_fs_node.cc", 34 "html5fs/html5_fs_node.cc",
31 "httpfs/http_fs.cc", 35 "httpfs/http_fs.cc",
32 "httpfs/http_fs_node.cc", 36 "httpfs/http_fs_node.cc",
33 "in6_addr.c", 37 "in6_addr.c",
34 "jsfs/js_fs.cc", 38 "jsfs/js_fs.cc",
35 "jsfs/js_fs_node.cc", 39 "jsfs/js_fs_node.cc",
36 "kernel_handle.cc", 40 "kernel_handle.cc",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "event_emitter.h", 160 "event_emitter.h",
157 "event_listener.h", 161 "event_listener.h",
158 "fifo_char.h", 162 "fifo_char.h",
159 "fifo_interface.h", 163 "fifo_interface.h",
160 "filesystem.h", 164 "filesystem.h",
161 "fs_factory.h", 165 "fs_factory.h",
162 "fusefs/fuse_fs_factory.h", 166 "fusefs/fuse_fs_factory.h",
163 "fusefs/fuse_fs.h", 167 "fusefs/fuse_fs.h",
164 "fuse.h", 168 "fuse.h",
165 "getdents_helper.h", 169 "getdents_helper.h",
170 "googledrivefs/googledrivefs.h",
171 "googledrivefs/googledrivefs_node.h",
172 "googledrivefs/googledrivefs_util.h",
173 "hash.h",
166 "host_resolver.h", 174 "host_resolver.h",
167 "html5fs/html5_fs.h", 175 "html5fs/html5_fs.h",
168 "html5fs/html5_fs_node.h", 176 "html5fs/html5_fs_node.h",
169 "httpfs/http_fs.h", 177 "httpfs/http_fs.h",
170 "httpfs/http_fs_node.h", 178 "httpfs/http_fs_node.h",
171 "inode_pool.h", 179 "inode_pool.h",
172 "ioctl.h", 180 "ioctl.h",
173 "jsfs/js_fs.h", 181 "jsfs/js_fs.h",
174 "jsfs/js_fs_node.h", 182 "jsfs/js_fs_node.h",
175 "nacl_abi_types.h", 183 "nacl_abi_types.h",
(...skipping 30 matching lines...) Expand all
206 "real_pepper_interface.h", 214 "real_pepper_interface.h",
207 "socket/fifo_packet.h", 215 "socket/fifo_packet.h",
208 "socket/packet.h", 216 "socket/packet.h",
209 "socket/socket_node.h", 217 "socket/socket_node.h",
210 "socket/tcp_event_emitter.h", 218 "socket/tcp_event_emitter.h",
211 "socket/tcp_node.h", 219 "socket/tcp_node.h",
212 "socket/udp_event_emitter.h", 220 "socket/udp_event_emitter.h",
213 "socket/udp_node.h", 221 "socket/udp_node.h",
214 "socket/unix_event_emitter.h", 222 "socket/unix_event_emitter.h",
215 "socket/unix_node.h", 223 "socket/unix_node.h",
224 "statuscode.h",
216 "stream/stream_event_emitter.h", 225 "stream/stream_event_emitter.h",
217 "stream/stream_fs.h", 226 "stream/stream_fs.h",
218 "stream/stream_node.h", 227 "stream/stream_node.h",
219 "typed_fs_factory.h", 228 "typed_fs_factory.h",
220 ], 229 ],
221 'DEST': 'include/nacl_io', 230 'DEST': 'include/nacl_io',
222 }, 231 },
223 { 232 {
224 'FILES': [ 233 'FILES': [
225 "arpa/inet.h", 234 "arpa/inet.h",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "all_interfaces.h", 297 "all_interfaces.h",
289 "define_empty_macros.h", 298 "define_empty_macros.h",
290 "undef_macros.h", 299 "undef_macros.h",
291 ], 300 ],
292 'DEST': 'include/nacl_io/pepper', 301 'DEST': 'include/nacl_io/pepper',
293 } 302 }
294 ], 303 ],
295 'DEST': 'src', 304 'DEST': 'src',
296 'NAME': 'nacl_io', 305 'NAME': 'nacl_io',
297 } 306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698