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

Unified Diff: net/net.gyp

Issue 149511: Refactorings surrounding HostResolver:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Merge in socks5_client_socket_unittest.cc Created 11 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/http/http_network_transaction_unittest.cc ('k') | net/proxy/proxy_resolver_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 20760)
+++ net/net.gyp (working copy)
@@ -75,6 +75,10 @@
'base/host_cache.h',
'base/host_resolver.cc',
'base/host_resolver.h',
+ 'base/host_resolver_impl.cc',
+ 'base/host_resolver_impl.h',
+ 'base/host_resolver_proc.cc',
+ 'base/host_resolver_proc.h',
'base/io_buffer.cc',
'base/io_buffer.h',
'base/listen_socket.cc',
@@ -85,6 +89,9 @@
'base/mime_sniffer.h',
'base/mime_util.cc',
'base/mime_util.h',
+ # TODO(eroman): move this into its own test-support target.
+ 'base/mock_host_resolver.cc',
+ 'base/mock_host_resolver.h',
'base/net_error_list.h',
'base/net_errors.cc',
'base/net_errors.h',
@@ -434,8 +441,7 @@
'base/force_tls_state_unittest.cc',
'base/gzip_filter_unittest.cc',
'base/host_cache_unittest.cc',
- 'base/host_resolver_unittest.cc',
- 'base/host_resolver_unittest.h',
+ 'base/host_resolver_impl_unittest.cc',
'base/listen_socket_unittest.cc',
'base/listen_socket_unittest.h',
'base/mime_sniffer_unittest.cc',
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/proxy/proxy_resolver_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698