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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a8cf833c6b9e68c949ed31444f346fbc7184cd9f..11ae14d7182c637c84cf30385ae0c8e80448ecf7 100644
--- a/native_client_sdk/src/libraries/nacl_io/BUILD.gn
+++ b/native_client_sdk/src/libraries/nacl_io/BUILD.gn
@@ -31,6 +31,8 @@ source_set("nacl_io") {
"fusefs/fuse_fs.cc",
"fusefs/fuse_fs_factory.cc",
"getdents_helper.cc",
+ "googledrivefs/googledrivefs.cc",
+ "googledrivefs/googledrivefs_node.cc",
"h_errno.c",
"hash.cc",
"host_resolver.cc",
« 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