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

Unified Diff: net/net_lib.scons

Issue 17635: Remove HttpTransactionWinHttp and the --winhttp command-line... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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/net.xcodeproj/project.pbxproj ('k') | net/net_unittests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_lib.scons
===================================================================
--- net/net_lib.scons (revision 7967)
+++ net/net_lib.scons (working copy)
@@ -153,8 +153,6 @@
'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 @@
'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 @@
'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 @@
# 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',
)
« no previous file with comments | « net/net.xcodeproj/project.pbxproj ('k') | net/net_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698