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

Unified Diff: native_client_sdk/src/build_tools/sdk_files.list

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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/error.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/sdk_files.list
diff --git a/native_client_sdk/src/build_tools/sdk_files.list b/native_client_sdk/src/build_tools/sdk_files.list
index 5fc361482c95819d29eebe1850f0001599bb545f..67eafd07e216da1aa3503498953a93692b80dee0 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -232,6 +232,7 @@ include/json/reader.h
include/json/value.h
include/json/writer.h
include/KHR/khrplatform.h
+include/nacl_io/error.h
include/nacl_io/inode_pool.h
include/nacl_io/kernel_handle.h
include/nacl_io/kernel_intercept.h
@@ -247,6 +248,7 @@ include/nacl_io/mount_mem.h
include/nacl_io/mount_node_dir.h
include/nacl_io/mount_node.h
include/nacl_io/mount_node_html5fs.h
+include/nacl_io/mount_node_http.h
include/nacl_io/mount_node_mem.h
include/nacl_io/mount_passthrough.h
include/nacl_io/nacl_io.h
@@ -667,6 +669,7 @@ src/nacl_io/mount_mem.cc
src/nacl_io/mount_node.cc
src/nacl_io/mount_node_dir.cc
src/nacl_io/mount_node_html5fs.cc
+src/nacl_io/mount_node_http.cc
src/nacl_io/mount_node_mem.cc
src/nacl_io/mount_passthrough.cc
src/nacl_io/nacl_io.cc
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698