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

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: docs for nacl_mounts.h 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 87c7366e5231918ac02778a498838d8d36f84342..86f5ed2a951e319cb0c4ce1bef7e6f510bc92ea5 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_mounts/library.dsc
@@ -24,6 +24,7 @@
"mount.cc",
"mount_dev.cc",
"mount_html5fs.cc",
+ "mount_http.cc",
"mount_mem.cc",
"mount_node.cc",
"mount_node_dir.cc",
@@ -47,6 +48,7 @@
"mount.h",
"mount_dev.h",
"mount_html5fs.h",
+ "mount_http.h",
"mount_mem.h",
"mount_node_dir.h",
"mount_node.h",

Powered by Google App Engine
This is Rietveld 408576698