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

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

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/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 011a9c6105a6f98c97ef5a1b0f1d584b3b1c526c..3d7d0895760c8d7fb091e7d3821a5c99f03b2820 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -32,7 +32,11 @@
"mount_node_html5fs.cc",
"mount_node_http.cc",
"mount_node_mem.cc",
+ "mount_node_socket.cc",
+ "mount_node_tcp.cc",
+ "mount_node_udp.cc",
"mount_passthrough.cc",
+ "mount_socket.cc",
"nacl_io.cc",
"path.cc",
"pepper_interface.cc",
@@ -95,7 +99,11 @@
"mount_node_html5fs.h",
"mount_node_http.h",
"mount_node_mem.h",
+ "mount_node_socket.h",
+ "mount_node_tcp.h",
+ "mount_node_udp.h",
"mount_passthrough.h",
+ "mount_socket.h",
"nacl_io.h",
"osdirent.h",
"osinttypes.h",

Powered by Google App Engine
This is Rietveld 408576698