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

Unified Diff: net/net.gyp

Issue 22861033: Move server socket functionality from TCPServerSocket into TCPSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « net/base/net_util.cc ('k') | net/socket/tcp_server_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index d297e2688473470640b00268d2c7a4b7e7df56b5..c08ee57cb0411b52f4273898e14eb217d2933a2d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -907,11 +907,13 @@
'socket/tcp_client_socket_win.h',
'socket/tcp_listen_socket.cc',
'socket/tcp_listen_socket.h',
+ 'socket/tcp_server_socket.cc',
'socket/tcp_server_socket.h',
- 'socket/tcp_server_socket_libevent.cc',
- 'socket/tcp_server_socket_libevent.h',
- 'socket/tcp_server_socket_win.cc',
- 'socket/tcp_server_socket_win.h',
+ 'socket/tcp_socket.h',
+ 'socket/tcp_socket_libevent.cc',
+ 'socket/tcp_socket_libevent.h',
+ 'socket/tcp_socket_win.cc',
+ 'socket/tcp_socket_win.h',
'socket/transport_client_socket_pool.cc',
'socket/transport_client_socket_pool.h',
'socket/unix_domain_socket_posix.cc',
@@ -1366,8 +1368,8 @@
'http/http_auth_handler_ntlm_portable.cc',
'socket/tcp_client_socket_libevent.cc',
'socket/tcp_client_socket_libevent.h',
- 'socket/tcp_server_socket_libevent.cc',
- 'socket/tcp_server_socket_libevent.h',
+ 'socket/tcp_socket_libevent.cc',
+ 'socket/tcp_socket_libevent.h',
'ssl/client_cert_store_impl_nss.cc',
'udp/udp_socket_libevent.cc',
'udp/udp_socket_libevent.h',
@@ -1789,6 +1791,7 @@
'socket/tcp_listen_socket_unittest.cc',
'socket/tcp_listen_socket_unittest.h',
'socket/tcp_server_socket_unittest.cc',
+ 'socket/tcp_socket_unittest.cc',
'socket/transport_client_socket_pool_unittest.cc',
'socket/transport_client_socket_unittest.cc',
'socket/unix_domain_socket_posix_unittest.cc',
« no previous file with comments | « net/base/net_util.cc ('k') | net/socket/tcp_server_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698