| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 182d81bf02186cdad1240cfac08c23cebefa2e6f..89f000fb69eb5eb695db1992d4918780b7f1f280 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -396,6 +396,15 @@
|
| 'http/http_network_session_peer.h',
|
| 'http/http_network_transaction.cc',
|
| 'http/http_network_transaction.h',
|
| + '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_pool.cc',
|
| + 'http/http_pipelined_host_pool.h',
|
| + 'http/http_pipelined_stream.cc',
|
| + 'http/http_pipelined_stream.h',
|
| 'http/http_request_headers.cc',
|
| 'http/http_request_headers.h',
|
| 'http/http_request_info.cc',
|
| @@ -1002,6 +1011,8 @@
|
| 'http/http_mac_signature_unittest.cc',
|
| '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_proxy_client_socket_pool_unittest.cc',
|
| 'http/http_request_headers_unittest.cc',
|
| 'http/http_response_body_drainer_unittest.cc',
|
|
|