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

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

Issue 22587003: [NaCl SDK] Add UDP and TCP Sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Running tests on package Created 7 years, 4 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/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 f4e890a9abcb3d6869b99ca94c81692b99769039..d6b52cd9cd35cf6c8e0b8d08caa435d06c5f2547 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -335,7 +335,11 @@ include/nacl_io/mount_node_dir.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_node_socket.h
+include/nacl_io/mount_node_tcp.h
+include/nacl_io/mount_node_udp.h
include/nacl_io/mount_passthrough.h
+include/nacl_io/mount_socket.h
include/nacl_io/nacl_io.h
include/nacl_io/osdirent.h
include/nacl_io/osinttypes.h
@@ -858,7 +862,11 @@ 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_node_socket.cc
+src/nacl_io/mount_node_tcp.cc
+src/nacl_io/mount_node_udp.cc
src/nacl_io/mount_passthrough.cc
+src/nacl_io/mount_socket.cc
src/nacl_io/nacl_io.cc
src/nacl_io/path.cc
src/nacl_io/pepper_interface.cc

Powered by Google App Engine
This is Rietveld 408576698