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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/nacl.scons

Issue 9365016: Exposed Listen and Accept methods to Native Client. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync, deleted comments from SRPC file. Created 8 years, 10 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: ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons b/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
index 050e419a1bb5834dabf7f720dbdefe6c5cdac41c..9fb03c4b60890ebd263e85609db21c1dd108d51b 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
+++ b/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
@@ -76,6 +76,7 @@ libppruntime = env.NaClSdkLibrary(
'plugin_ppb_net_address_private.cc',
'plugin_ppb_pdf.cc',
'plugin_ppb_scrollbar.cc',
+ 'plugin_ppb_tcp_server_socket_private.cc',
'plugin_ppb_tcp_socket_private.cc',
'plugin_ppb_testing.cc',
'plugin_ppb_udp_socket_private.cc',

Powered by Google App Engine
This is Rietveld 408576698