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

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

Issue 16232016: [NaCl SDK] nacl_io: big refactor to return error value (errno). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge master, fix windows Created 7 years, 6 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 612af7daac330baf08216d4b1bffbc65cbdadbb9..81d621cfa21a5f321dbe2655b2aa8b4e774a6031 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -24,6 +24,7 @@
"mount_node.cc",
"mount_node_dir.cc",
"mount_node_html5fs.cc",
+ "mount_node_http.cc",
"mount_node_mem.cc",
"mount_passthrough.cc",
"nacl_io.cc",
@@ -36,6 +37,7 @@
'HEADERS': [
{
'FILES': [
+ "error.h",
"inode_pool.h",
"kernel_handle.h",
"kernel_intercept.h",
@@ -51,6 +53,7 @@
"mount_node_dir.h",
"mount_node.h",
"mount_node_html5fs.h",
+ "mount_node_http.h",
"mount_node_mem.h",
"mount_passthrough.h",
"nacl_io.h",
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698