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

Unified Diff: net/net.gyp

Issue 7289006: Basic HTTP pipelining support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 2 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
« no previous file with comments | « net/http/http_stream_parser.cc ('k') | net/spdy/spdy_http_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 9f059b0597ab73fda204514d8cfe958bc8ab54aa..60e9ea6f0f463d04ce2c87c051ece89a330828c6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -414,6 +414,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_proxy_client_socket.cc',
'http/http_proxy_client_socket.h',
'http/http_proxy_client_socket_pool.cc',
@@ -1035,6 +1044,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',
« no previous file with comments | « net/http/http_stream_parser.cc ('k') | net/spdy/spdy_http_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698