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

Unified Diff: net/net.gypi

Issue 376323002: Refactor unix domain socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved UnixDomainListenSocket to net::deprecated namespace. Created 6 years, 5 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/net.gyp ('k') | net/socket/unix_domain_client_socket_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 704ff2c79974ba5dd382541b7727fa518a1b8d5b..d4a19e066f5c5fcd16fa6b678747bac8735f891f 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -990,8 +990,12 @@
'socket/tcp_socket_win.h',
'socket/transport_client_socket_pool.cc',
'socket/transport_client_socket_pool.h',
- 'socket/unix_domain_socket_posix.cc',
- 'socket/unix_domain_socket_posix.h',
+ 'socket/unix_domain_client_socket_posix.cc',
+ 'socket/unix_domain_client_socket_posix.h',
+ 'socket/unix_domain_listen_socket_posix.cc',
+ 'socket/unix_domain_listen_socket_posix.h',
+ 'socket/unix_domain_server_socket_posix.cc',
+ 'socket/unix_domain_server_socket_posix.h',
'socket/websocket_endpoint_lock_manager.cc',
'socket/websocket_endpoint_lock_manager.h',
'socket/websocket_transport_client_socket_pool.cc',
@@ -1571,7 +1575,9 @@
'socket/transport_client_socket_pool_test_util.h',
'socket/transport_client_socket_pool_unittest.cc',
'socket/transport_client_socket_unittest.cc',
- 'socket/unix_domain_socket_posix_unittest.cc',
+ 'socket/unix_domain_client_socket_posix_unittest.cc',
+ 'socket/unix_domain_listen_socket_posix_unittest.cc',
+ 'socket/unix_domain_server_socket_posix_unittest.cc',
'socket/websocket_endpoint_lock_manager_unittest.cc',
'socket/websocket_transport_client_socket_pool_unittest.cc',
'socket_stream/socket_stream_metrics_unittest.cc',
« no previous file with comments | « net/net.gyp ('k') | net/socket/unix_domain_client_socket_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698