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

Unified Diff: net/net.gyp

Issue 348803003: Refactor tcp socket and unix domain socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix net_unittests for iOS Created 6 years, 6 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/BUILD.gn ('k') | net/net.gypi » ('j') | net/socket/server_socket.h » ('J')
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 84184237d076edce1fdecddbb44c28ea4cc6df90..52f764f761a9473a0ae1e7ebd57d6a603887411f 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -392,6 +392,8 @@
[ 'OS == "win"', {
'sources!': [
'http/http_auth_handler_ntlm_portable.cc',
+ 'socket/socket_libevent.cc',
+ 'socket/socket_libevent.h',
'socket/tcp_socket_libevent.cc',
'socket/tcp_socket_libevent.h',
'udp/udp_socket_libevent.cc',
@@ -784,7 +786,9 @@
# The following tests are disabled because they don't apply to
# iOS.
# OS is not "linux" or "freebsd" or "openbsd".
- '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',
# See bug http://crbug.com/344533.
'disk_cache/blockfile/index_table_v3_unittest.cc',
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/socket/server_socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698