diff options
author | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 21:37:21 +0000 |
---|---|---|
committer | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 21:37:21 +0000 |
commit | 669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0 (patch) | |
tree | 319f6e3d4e70acfa143e9a28b05fafb0ec630366 /net/net_lib.scons | |
parent | 1a14188b1eb6a595da3e2f012e9223ca2b55f590 (diff) | |
download | chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.zip chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.tar.gz chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.tar.bz2 |
Remove HttpTransactionWinHttp and the --winhttp command-line
switch.
Remove WinHttpThrottle and CertStatusCache, which are only
used by HttpTransactionWinHttp.
Fix nits reported by cpplint.py.
R=eroman,darin
BUG=6323
Review URL: http://codereview.chromium.org/17635
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_lib.scons')
-rw-r--r-- | net/net_lib.scons | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons index 20d2e6b..af94a53 100644 --- a/net/net_lib.scons +++ b/net/net_lib.scons @@ -153,8 +153,6 @@ input_files = ChromeFileList([ 'url_request/url_request_view_cache_job.h', ]), MSVSFilter('http', [ - 'http/cert_status_cache.cc', - 'http/cert_status_cache.h', 'http/http_atom_list.h', 'http/http_cache.cc', 'http/http_cache.h', @@ -171,8 +169,6 @@ input_files = ChromeFileList([ 'http/http_response_info.h', 'http/http_transaction.h', 'http/http_transaction_factory.h', - 'http/http_transaction_winhttp.cc', - 'http/http_transaction_winhttp.h', 'http/http_util.cc', 'http/http_util.h', 'http/http_auth.cc', @@ -195,8 +191,6 @@ input_files = ChromeFileList([ 'http/http_auth_handler_digest.h', 'http/http_vary_data.cc', 'http/http_vary_data.h', - 'http/winhttp_request_throttle.cc', - 'http/winhttp_request_throttle.h', ]), MSVSFilter('disk_cache', [ 'disk_cache/addr.h', @@ -268,8 +262,6 @@ if env.Bit('posix'): # TODO(port): delete files from this list as they get ported. input_files.Remove( 'base/ssl_config_service.cc', - 'http/http_transaction_winhttp.cc', - 'http/winhttp_request_throttle.cc', 'url_request/url_request_ftp_job.cc', ) |