Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index e0b467c8cf62a54195beeea41a44e4a6b77dcf56..353a4fe9af76ee6304a0cc816f46a96cc614af95 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -422,8 +422,9 @@ |
'http/http_pipelined_connection.h', |
'http/http_pipelined_connection_impl.cc', |
'http/http_pipelined_connection_impl.h', |
- 'http/http_pipelined_host.cc', |
'http/http_pipelined_host.h', |
+ 'http/http_pipelined_host_impl.cc', |
+ 'http/http_pipelined_host_impl.h', |
'http/http_pipelined_host_pool.cc', |
'http/http_pipelined_host_pool.h', |
'http/http_pipelined_stream.cc', |
@@ -1066,7 +1067,8 @@ |
'http/http_network_layer_unittest.cc', |
'http/http_network_transaction_unittest.cc', |
'http/http_pipelined_connection_impl_unittest.cc', |
- 'http/http_pipelined_host_unittest.cc', |
+ 'http/http_pipelined_host_impl_unittest.cc', |
+ 'http/http_pipelined_host_pool_unittest.cc', |
'http/http_pipelined_network_transaction_unittest.cc', |
'http/http_proxy_client_socket_pool_unittest.cc', |
'http/http_request_headers_unittest.cc', |