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

Unified Diff: net/net.gyp

Issue 10878090: Keep pool of pre-connected DNS sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a single, separate DnsSocketPool object Created 8 years, 3 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
« net/dns/dns_socket_pool.cc ('K') | « net/dns/dns_transaction_unittest.cc ('k') | no next file » | 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 c12d62f4e06dd70cef36f98f6a14900fe6f790ae..29e379ae9e9d8d1044eb1712b43461c07abf8ce0 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -403,6 +403,8 @@
'dns/dns_response.h',
'dns/dns_session.cc',
'dns/dns_session.h',
+ 'dns/dns_socket_pool.cc',
+ 'dns/dns_socket_pool.h',
'dns/dns_transaction.cc',
'dns/dns_transaction.h',
'dns/notify_watcher_mac.cc',
@@ -1266,6 +1268,7 @@
'dns/dns_hosts_unittest.cc',
'dns/dns_query_unittest.cc',
'dns/dns_response_unittest.cc',
+ 'dns/dns_session_unittest.cc',
'dns/dns_transaction_unittest.cc',
'dns/serial_worker_unittest.cc',
'ftp/ftp_auth_cache_unittest.cc',
« net/dns/dns_socket_pool.cc ('K') | « net/dns/dns_transaction_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698