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

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: Merge to browser tester fix. 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 ab91ed06eca5836a3068fa78d2af7fc5974076aa..410201380fcc335ee692605f899f26e1a4e2e9f6 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -33,8 +33,12 @@
"mount_node_html5fs.cc",
"mount_node_http.cc",
"mount_node_mem.cc",
+ "mount_node_socket.cc",
+ "mount_node_tcp.cc",
"mount_node_tty.cc",
+ "mount_node_udp.cc",
"mount_passthrough.cc",
+ "mount_socket.cc",
"nacl_io.cc",
"path.cc",
"pepper_interface.cc",
@@ -124,8 +128,12 @@
"mount_node_html5fs.h",
"mount_node_http.h",
"mount_node_mem.h",
+ "mount_node_socket.h",
+ "mount_node_tcp.h",
"mount_node_tty.h",
+ "mount_node_udp.h",
"mount_passthrough.h",
+ "mount_socket.h",
"nacl_io.h",
"osdirent.h",
"osinttypes.h",
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698