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

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: Created 7 years, 7 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 2954618a57aa8c0d45a7e53b39f7179774ea9547..37fd8a21d5b3e98e239b9c634add98650b70101b 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -25,6 +25,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",
@@ -37,6 +38,7 @@
'HEADERS': [
{
'FILES': [
+ "error.h",
"inode_pool.h",
"kernel_handle.h",
"kernel_intercept.h",
@@ -52,6 +54,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",

Powered by Google App Engine
This is Rietveld 408576698