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

Unified Diff: net/net_lib.scons

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
Index: net/net_lib.scons
===================================================================
--- net/net_lib.scons (revision 9942)
+++ net/net_lib.scons (working copy)
@@ -31,6 +31,7 @@
'base/cert_verifier.cc',
'base/cert_verifier.h',
'base/cert_verify_result.h',
+ 'base/client_socket.cc',
'base/client_socket.h',
'base/client_socket_factory.cc',
'base/client_socket_factory.h',
@@ -66,6 +67,7 @@
'base/gzip_header.h',
'base/host_resolver.cc',
'base/host_resolver.h',
+ 'base/io_buffer.cc',
'base/io_buffer.h',
'base/listen_socket.cc',
'base/listen_socket.h',
@@ -180,6 +182,7 @@
'http/http_request_info.h',
'http/http_response_headers.cc',
'http/http_response_headers.h',
+ 'http/http_response_info.cc',
'http/http_response_info.h',
'http/http_transaction.h',
'http/http_transaction_factory.h',
@@ -189,6 +192,7 @@
'http/http_vary_data.h',
]),
MSVSFilter('disk_cache', [
+ 'disk_cache/addr.cc',
'disk_cache/addr.h',
'disk_cache/backend_impl.cc',
'disk_cache/backend_impl.h',

Powered by Google App Engine
This is Rietveld 408576698