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', |