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

Side by Side Diff: net/net.gyp

Issue 8770035: Save pipelining capabilities for the most used hosts between sessions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged 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.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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'http/http_network_session.cc', 429 'http/http_network_session.cc',
430 'http/http_network_session.h', 430 'http/http_network_session.h',
431 'http/http_network_session_peer.cc', 431 'http/http_network_session_peer.cc',
432 'http/http_network_session_peer.h', 432 'http/http_network_session_peer.h',
433 'http/http_network_transaction.cc', 433 'http/http_network_transaction.cc',
434 'http/http_network_transaction.h', 434 'http/http_network_transaction.h',
435 'http/http_pipelined_connection.h', 435 'http/http_pipelined_connection.h',
436 'http/http_pipelined_connection_impl.cc', 436 'http/http_pipelined_connection_impl.cc',
437 'http/http_pipelined_connection_impl.h', 437 'http/http_pipelined_connection_impl.h',
438 'http/http_pipelined_host.h', 438 'http/http_pipelined_host.h',
439 'http/http_pipelined_host_capability.h',
439 'http/http_pipelined_host_impl.cc', 440 'http/http_pipelined_host_impl.cc',
440 'http/http_pipelined_host_impl.h', 441 'http/http_pipelined_host_impl.h',
441 'http/http_pipelined_host_pool.cc', 442 'http/http_pipelined_host_pool.cc',
442 'http/http_pipelined_host_pool.h', 443 'http/http_pipelined_host_pool.h',
443 'http/http_pipelined_stream.cc', 444 'http/http_pipelined_stream.cc',
444 'http/http_pipelined_stream.h', 445 'http/http_pipelined_stream.h',
445 'http/http_proxy_client_socket.cc', 446 'http/http_proxy_client_socket.cc',
446 'http/http_proxy_client_socket.h', 447 'http/http_proxy_client_socket.h',
447 'http/http_proxy_client_socket_pool.cc', 448 'http/http_proxy_client_socket_pool.cc',
448 'http/http_proxy_client_socket_pool.h', 449 'http/http_proxy_client_socket_pool.h',
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1695 'tools/dump_cache/url_to_filename_encoder.cc', 1696 'tools/dump_cache/url_to_filename_encoder.cc',
1696 'tools/dump_cache/url_to_filename_encoder.h', 1697 'tools/dump_cache/url_to_filename_encoder.h',
1697 'tools/dump_cache/url_utilities.h', 1698 'tools/dump_cache/url_utilities.h',
1698 'tools/dump_cache/url_utilities.cc', 1699 'tools/dump_cache/url_utilities.cc',
1699 ], 1700 ],
1700 }, 1701 },
1701 ], 1702 ],
1702 }], 1703 }],
1703 ], 1704 ],
1704 } 1705 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698