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

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: Fixes 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 006c87216fa1db312dd5126d26eaae18b3e2f378..ac34d2ff5ae2a99e2bc5930a8f305365f0ccac35 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -335,8 +335,12 @@ 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_tty.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
@@ -860,8 +864,12 @@ 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_tty.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