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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py

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/run_srpcgen.py
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py b/ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py
index 232343081654b428ad5ed0a64a191d881d7e489a..fe6354a6ea1fc14e641f2f24cee86fb957a3c4ac 100755
--- a/ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py
+++ b/ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py
@@ -79,6 +79,7 @@ all_units = [
'ppb_net_address_private.srpc',
'ppb_pdf.srpc',
'ppb_scrollbar.srpc',
+ 'ppb_tcp_server_socket_private.srpc',
'ppb_tcp_socket_private.srpc',
'ppb_testing.srpc',
'ppb_udp_socket_private.srpc',

Powered by Google App Engine
This is Rietveld 408576698