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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_io/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc
index 4e9a76fd6dc280e304164c31273d13ca32eef6f1..05eb3c4d83bbd1cd1fd0a57249d4faede23e84f0 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -24,6 +24,10 @@
"fusefs/fuse_fs.cc",
"fusefs/fuse_fs_factory.cc",
"getdents_helper.cc",
+ "googledrivefs/googledrivefs.cc",
+ "googledrivefs/googledrivefs_node.cc",
+ "googledrivefs/googledrivefs_util.cc",
+ "hash.cc",
"h_errno.c",
"host_resolver.cc",
"html5fs/html5_fs.cc",
@@ -163,6 +167,10 @@
"fusefs/fuse_fs.h",
"fuse.h",
"getdents_helper.h",
+ "googledrivefs/googledrivefs.h",
+ "googledrivefs/googledrivefs_node.h",
+ "googledrivefs/googledrivefs_util.h",
+ "hash.h",
"host_resolver.h",
"html5fs/html5_fs.h",
"html5fs/html5_fs_node.h",
@@ -213,6 +221,7 @@
"socket/udp_node.h",
"socket/unix_event_emitter.h",
"socket/unix_node.h",
+ "statuscode.h",
"stream/stream_event_emitter.h",
"stream/stream_fs.h",
"stream/stream_node.h",

Powered by Google App Engine
This is Rietveld 408576698