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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/library.dsc

Issue 11887021: [NaCl SDK] Add HTTP mount. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 11 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_mounts/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/library.dsc b/native_client_sdk/src/libraries/nacl_mounts/library.dsc
index 1d5ca1573f9ceb2d5f77491777c47de1253cc4fe..83e95eb7bd741d4f6d0ba068c83795aaa661c40c 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_mounts/library.dsc
@@ -22,6 +22,7 @@
"mount.cc",
"mount_dev.cc",
"mount_html5fs.cc",
+ "mount_http.cc",
"mount_mem.cc",
"mount_node.cc",
"mount_node_dir.cc",
@@ -45,6 +46,7 @@
"mount.h",
"mount_dev.h",
"mount_html5fs.h",
+ "mount_http.h",
"mount_mem.h",
"mount_node_dir.h",
"mount_node.h",
@@ -52,6 +54,7 @@
"mount_node_mem.h",
"nacl_mounts.h",
"osdirent.h",
+ "osinttypes.h",
"osstat.h",
"ostypes.h",
"path.h",

Powered by Google App Engine
This is Rietveld 408576698