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

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

Issue 8555002: Added NaCl proxy for TCP/UDP (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 9 years, 1 month 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 5093c7a0934d7b5239c417a80874ddeb067ec2a5..98b588c8223fa0c81e66700ce323af2ca9aefd45 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
+++ b/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
@@ -67,7 +67,9 @@ env.UntrustedSrpc(is_client=True,
'ppb_mouse_lock.srpc',
'ppb_pdf.srpc',
'ppb_scrollbar.srpc',
+ 'ppb_tcp_socket_private.srpc',
'ppb_testing.srpc',
+ 'ppb_udp_socket_private.srpc',
'ppb_url_loader.srpc',
'ppb_url_request_info.srpc',
'ppb_url_response_info.srpc',
@@ -142,7 +144,9 @@ libppruntime = env.NaClSdkLibrary(
'plugin_ppb_mouse_lock.cc',
'plugin_ppb_pdf.cc',
'plugin_ppb_scrollbar.cc',
+ 'plugin_ppb_tcp_socket_private.cc',
'plugin_ppb_testing.cc',
+ 'plugin_ppb_udp_socket_private.cc',
'plugin_ppb_url_loader.cc',
'plugin_ppb_url_request_info.cc',
'plugin_ppb_url_response_info.cc',

Powered by Google App Engine
This is Rietveld 408576698