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

Unified Diff: net/net.gypi

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line endings Created 6 years, 7 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_factory_impl_request.cc ('k') | net/socket/buffered_write_stream_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 0c1b332528b4006ec60b66e8e7442d0b2ba74fd8..b725d34b56a0f213f91f028dd9b159937b817ef3 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -615,20 +615,6 @@
'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_capability.h',
- 'http/http_pipelined_host_forced.cc',
- 'http/http_pipelined_host_forced.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',
- 'http/http_pipelined_stream.h',
'http/http_proxy_client_socket.cc',
'http/http_proxy_client_socket.h',
'http/http_proxy_client_socket_pool.cc',
@@ -941,8 +927,6 @@
'quic/reliable_quic_stream.h',
'quic/spdy_utils.cc',
'quic/spdy_utils.h',
- 'socket/buffered_write_stream_socket.cc',
- 'socket/buffered_write_stream_socket.h',
'socket/client_socket_factory.cc',
'socket/client_socket_factory.h',
'socket/client_socket_pool.cc',
@@ -1370,13 +1354,6 @@
'http/http_network_layer_unittest.cc',
'http/http_network_transaction_ssl_unittest.cc',
'http/http_network_transaction_unittest.cc',
- 'http/http_pipelined_connection_impl_unittest.cc',
- 'http/http_pipelined_host_forced_unittest.cc',
- 'http/http_pipelined_host_impl_unittest.cc',
- 'http/http_pipelined_host_pool_unittest.cc',
- 'http/http_pipelined_host_test_util.cc',
- 'http/http_pipelined_host_test_util.h',
- 'http/http_pipelined_network_transaction_unittest.cc',
'http/http_proxy_client_socket_pool_unittest.cc',
'http/http_request_headers_unittest.cc',
'http/http_response_body_drainer_unittest.cc',
@@ -1539,7 +1516,6 @@
'quic/reliable_quic_stream_test.cc',
'server/http_server_response_info_unittest.cc',
'server/http_server_unittest.cc',
- 'socket/buffered_write_stream_socket_unittest.cc',
'socket/client_socket_pool_base_unittest.cc',
'socket/deterministic_socket_data_unittest.cc',
'socket/mock_client_socket_pool_manager.cc',
« no previous file with comments | « net/http/http_stream_factory_impl_request.cc ('k') | net/socket/buffered_write_stream_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698