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

Side by Side Diff: net/net.gyp

Issue 8586015: Slow start pipelining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'http/http_network_layer.h', 420 'http/http_network_layer.h',
421 'http/http_network_session.cc', 421 'http/http_network_session.cc',
422 'http/http_network_session.h', 422 'http/http_network_session.h',
423 'http/http_network_session_peer.cc', 423 'http/http_network_session_peer.cc',
424 'http/http_network_session_peer.h', 424 'http/http_network_session_peer.h',
425 'http/http_network_transaction.cc', 425 'http/http_network_transaction.cc',
426 'http/http_network_transaction.h', 426 'http/http_network_transaction.h',
427 'http/http_pipelined_connection.h', 427 'http/http_pipelined_connection.h',
428 'http/http_pipelined_connection_impl.cc', 428 'http/http_pipelined_connection_impl.cc',
429 'http/http_pipelined_connection_impl.h', 429 'http/http_pipelined_connection_impl.h',
430 'http/http_pipelined_host.cc',
431 'http/http_pipelined_host.h', 430 'http/http_pipelined_host.h',
431 'http/http_pipelined_host_impl.cc',
432 'http/http_pipelined_host_impl.h',
432 'http/http_pipelined_host_pool.cc', 433 'http/http_pipelined_host_pool.cc',
433 'http/http_pipelined_host_pool.h', 434 'http/http_pipelined_host_pool.h',
434 'http/http_pipelined_stream.cc', 435 'http/http_pipelined_stream.cc',
435 'http/http_pipelined_stream.h', 436 'http/http_pipelined_stream.h',
436 'http/http_proxy_client_socket.cc', 437 'http/http_proxy_client_socket.cc',
437 'http/http_proxy_client_socket.h', 438 'http/http_proxy_client_socket.h',
438 'http/http_proxy_client_socket_pool.cc', 439 'http/http_proxy_client_socket_pool.cc',
439 'http/http_proxy_client_socket_pool.h', 440 'http/http_proxy_client_socket_pool.h',
440 'http/http_proxy_utils.cc', 441 'http/http_proxy_utils.cc',
441 'http/http_proxy_utils.h', 442 'http/http_proxy_utils.h',
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'http/http_auth_handler_unittest.cc', 1083 'http/http_auth_handler_unittest.cc',
1083 'http/http_auth_sspi_win_unittest.cc', 1084 'http/http_auth_sspi_win_unittest.cc',
1084 'http/http_auth_unittest.cc', 1085 'http/http_auth_unittest.cc',
1085 'http/http_byte_range_unittest.cc', 1086 'http/http_byte_range_unittest.cc',
1086 'http/http_cache_unittest.cc', 1087 'http/http_cache_unittest.cc',
1087 'http/http_chunked_decoder_unittest.cc', 1088 'http/http_chunked_decoder_unittest.cc',
1088 'http/http_mac_signature_unittest.cc', 1089 'http/http_mac_signature_unittest.cc',
1089 'http/http_network_layer_unittest.cc', 1090 'http/http_network_layer_unittest.cc',
1090 'http/http_network_transaction_unittest.cc', 1091 'http/http_network_transaction_unittest.cc',
1091 'http/http_pipelined_connection_impl_unittest.cc', 1092 'http/http_pipelined_connection_impl_unittest.cc',
1092 'http/http_pipelined_host_unittest.cc', 1093 'http/http_pipelined_host_impl_unittest.cc',
1094 'http/http_pipelined_host_pool_unittest.cc',
1093 'http/http_pipelined_network_transaction_unittest.cc', 1095 'http/http_pipelined_network_transaction_unittest.cc',
1094 'http/http_proxy_client_socket_pool_unittest.cc', 1096 'http/http_proxy_client_socket_pool_unittest.cc',
1095 'http/http_request_headers_unittest.cc', 1097 'http/http_request_headers_unittest.cc',
1096 'http/http_response_body_drainer_unittest.cc', 1098 'http/http_response_body_drainer_unittest.cc',
1097 'http/http_response_headers_unittest.cc', 1099 'http/http_response_headers_unittest.cc',
1098 'http/http_server_properties_impl_unittest.cc', 1100 'http/http_server_properties_impl_unittest.cc',
1099 'http/http_stream_factory_impl_unittest.cc', 1101 'http/http_stream_factory_impl_unittest.cc',
1100 'http/http_transaction_unittest.cc', 1102 'http/http_transaction_unittest.cc',
1101 'http/http_transaction_unittest.h', 1103 'http/http_transaction_unittest.h',
1102 'http/http_util_unittest.cc', 1104 'http/http_util_unittest.cc',
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 'tools/dump_cache/url_to_filename_encoder.cc', 1683 'tools/dump_cache/url_to_filename_encoder.cc',
1682 'tools/dump_cache/url_to_filename_encoder.h', 1684 'tools/dump_cache/url_to_filename_encoder.h',
1683 'tools/dump_cache/url_utilities.h', 1685 'tools/dump_cache/url_utilities.h',
1684 'tools/dump_cache/url_utilities.cc', 1686 'tools/dump_cache/url_utilities.cc',
1685 ], 1687 ],
1686 }, 1688 },
1687 ], 1689 ],
1688 }], 1690 }],
1689 ], 1691 ],
1690 } 1692 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698