From 9697c5abfad683112288d367f07bf68d7eb9a05a Mon Sep 17 00:00:00 2001 From: "mbelshe@google.com" Date: Tue, 3 Nov 2009 06:03:31 +0000 Subject: Add a command line flag to force all network traffic through a particular server. The command line is: --fixed-server=host:port When set, all traffic will be diverted through this server. This is useful for testing purposes with fixed servers. BUG=none TEST=none Review URL: http://codereview.chromium.org/345034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30798 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index d83f545..23154cb 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -66,6 +66,8 @@ 'base/file_stream_win.cc', 'base/filter.cc', 'base/filter.h', + 'base/fixed_host_resolver.cc', + 'base/fixed_host_resolver.h', 'base/gzip_filter.cc', 'base/gzip_filter.h', 'base/gzip_header.cc', -- cgit v1.1