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

Unified Diff: native_client_sdk/src/libraries/nacl_io/BUILD.gn

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, 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/BUILD.gn
diff --git a/native_client_sdk/src/libraries/nacl_io/BUILD.gn b/native_client_sdk/src/libraries/nacl_io/BUILD.gn
index 7b401f82f5763713affac7cb167438ee9ac4c291..8a94013a155dd428c3455c63637802cf7627d1f1 100644
--- a/native_client_sdk/src/libraries/nacl_io/BUILD.gn
+++ b/native_client_sdk/src/libraries/nacl_io/BUILD.gn
@@ -31,7 +31,11 @@ source_set("nacl_io") {
"fusefs/fuse_fs.cc",
"fusefs/fuse_fs_factory.cc",
"getdents_helper.cc",
+ "googledrivefs/googledrivefs.cc",
+ "googledrivefs/googledrivefs_node.cc",
+ "googledrivefs/googledrivefs_util.cc",
"h_errno.c",
+ "hash.cc",
"host_resolver.cc",
"html5fs/html5_fs.cc",
"html5fs/html5_fs_node.cc",

Powered by Google App Engine
This is Rietveld 408576698