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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 9568007: Added CPP wrapper for PPB_TCPServerSocket_Private. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed receiving of local address in tests. Created 8 years, 9 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
« no previous file with comments | « ppapi/cpp/private/tcp_socket_private.cc ('k') | ppapi/tests/test_tcp_server_socket_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index a000fbe5e8fd14c70419b0758fef151d288efe91..f32e2b6c37b723feb096d90f42fbbfbd257ecebc 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -260,6 +260,8 @@
'cpp/private/network_list_private.h',
'cpp/private/network_monitor_private.cc',
'cpp/private/network_monitor_private.h',
+ 'cpp/private/tcp_server_socket_private.cc',
+ 'cpp/private/tcp_server_socket_private.h',
'cpp/private/tcp_socket_private.cc',
'cpp/private/tcp_socket_private.h',
'cpp/private/udp_socket_private.cc',
« no previous file with comments | « ppapi/cpp/private/tcp_socket_private.cc ('k') | ppapi/tests/test_tcp_server_socket_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698