| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index fdef765f44772e21d79eead21db96bdd7484ed57..6f7c9c6d7b46af5ae885b51999e4c50ec9eea24d 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -379,6 +379,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',
|
| @@ -958,6 +967,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',
|
|
|