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

Side by Side Diff: native_client_sdk/src/libraries/nacl_io/BUILD.gn

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 | « no previous file | native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 assert(is_nacl, 5 assert(is_nacl,
6 "These targets must only be built using the untrusted NaCl toolchains.") 6 "These targets must only be built using the untrusted NaCl toolchains.")
7 7
8 config("nacl_io_config") { 8 config("nacl_io_config") {
9 cflags = [ "-Wno-sign-compare" ] 9 cflags = [ "-Wno-sign-compare" ]
10 } 10 }
(...skipping 13 matching lines...) Expand all
24 "devfs/jspipe_node.cc", 24 "devfs/jspipe_node.cc",
25 "devfs/tty_node.cc", 25 "devfs/tty_node.cc",
26 "dir_node.cc", 26 "dir_node.cc",
27 "event_emitter.cc", 27 "event_emitter.cc",
28 "event_listener.cc", 28 "event_listener.cc",
29 "fifo_char.cc", 29 "fifo_char.cc",
30 "filesystem.cc", 30 "filesystem.cc",
31 "fusefs/fuse_fs.cc", 31 "fusefs/fuse_fs.cc",
32 "fusefs/fuse_fs_factory.cc", 32 "fusefs/fuse_fs_factory.cc",
33 "getdents_helper.cc", 33 "getdents_helper.cc",
34 "googledrivefs/googledrivefs.cc",
35 "googledrivefs/googledrivefs_node.cc",
34 "h_errno.c", 36 "h_errno.c",
35 "hash.cc", 37 "hash.cc",
36 "host_resolver.cc", 38 "host_resolver.cc",
37 "html5fs/html5_fs.cc", 39 "html5fs/html5_fs.cc",
38 "html5fs/html5_fs_node.cc", 40 "html5fs/html5_fs_node.cc",
39 "httpfs/http_fs.cc", 41 "httpfs/http_fs.cc",
40 "httpfs/http_fs_node.cc", 42 "httpfs/http_fs_node.cc",
41 "in6_addr.c", 43 "in6_addr.c",
42 "jsfs/js_fs.cc", 44 "jsfs/js_fs.cc",
43 "jsfs/js_fs_node.cc", 45 "jsfs/js_fs_node.cc",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "syscalls/umount.c", 150 "syscalls/umount.c",
149 "syscalls/uname.c", 151 "syscalls/uname.c",
150 "syscalls/utime.c", 152 "syscalls/utime.c",
151 ] 153 ]
152 154
153 include_dirs = [ ".." ] 155 include_dirs = [ ".." ]
154 configs += [ ":nacl_io_config" ] 156 configs += [ ":nacl_io_config" ]
155 157
156 public_configs = [ ":nacl_io_include_dirs" ] 158 public_configs = [ ":nacl_io_include_dirs" ]
157 } 159 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698