summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-12 22:47:14 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-12 22:47:14 +0000
commitb6a50183e21e21207f2dff4953d19aa5be62d166 (patch)
tree9a937074af7bb0c5ff9c1987f68a4055bb54762c /net/net.gyp
parent6402aaec3c045969b60ef7b782ce25992d07a70f (diff)
downloadchromium_src-b6a50183e21e21207f2dff4953d19aa5be62d166.zip
chromium_src-b6a50183e21e21207f2dff4953d19aa5be62d166.tar.gz
chromium_src-b6a50183e21e21207f2dff4953d19aa5be62d166.tar.bz2
Add --host-rules support.
The format for --host-rules is identical to --host-resolver-rules. The difference is that --host-rules affects the endpoint of the HttpNetworkTransaction, not just the host resolver. So, this means the host passed to the host resolver and the TCP connect(), the tunnel CONNECT, and the SOCKS connect will be different. Review URL: http://codereview.chromium.org/2057007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index d9c85f9..9fb28ce 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -66,6 +66,8 @@
'base/gzip_header.h',
'base/host_cache.cc',
'base/host_cache.h',
+ 'base/host_mapping_rules.cc',
+ 'base/host_mapping_rules.h',
'base/host_port_pair.cc',
'base/host_port_pair.h',
'base/host_resolver.cc',
@@ -621,6 +623,7 @@
'base/filter_unittest.h',
'base/gzip_filter_unittest.cc',
'base/host_cache_unittest.cc',
+ 'base/host_mapping_rules_unittest.cc',
'base/host_resolver_impl_unittest.cc',
'base/keygen_handler_unittest.cc',
'base/leak_annotations.h',