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

Side by Side Diff: net/net.gyp

Issue 3050040: Reland 54771 (and 54795) To enable TCP Preconnection by default... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | net/socket/client_socket.h » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'proxy/proxy_retry_info.h', 452 'proxy/proxy_retry_info.h',
453 'proxy/proxy_script_fetcher.cc', 453 'proxy/proxy_script_fetcher.cc',
454 'proxy/proxy_script_fetcher.h', 454 'proxy/proxy_script_fetcher.h',
455 'proxy/proxy_server.cc', 455 'proxy/proxy_server.cc',
456 'proxy/proxy_server_mac.cc', 456 'proxy/proxy_server_mac.cc',
457 'proxy/proxy_server.h', 457 'proxy/proxy_server.h',
458 'proxy/proxy_service.cc', 458 'proxy/proxy_service.cc',
459 'proxy/proxy_service.h', 459 'proxy/proxy_service.h',
460 'proxy/sync_host_resolver_bridge.cc', 460 'proxy/sync_host_resolver_bridge.cc',
461 'proxy/sync_host_resolver_bridge.h', 461 'proxy/sync_host_resolver_bridge.h',
462 'socket/client_socket.cc',
462 'socket/client_socket.h', 463 'socket/client_socket.h',
463 'socket/client_socket_factory.cc', 464 'socket/client_socket_factory.cc',
464 'socket/client_socket_factory.h', 465 'socket/client_socket_factory.h',
465 'socket/client_socket_handle.cc', 466 'socket/client_socket_handle.cc',
466 'socket/client_socket_handle.h', 467 'socket/client_socket_handle.h',
467 'socket/client_socket_pool.h', 468 'socket/client_socket_pool.h',
468 'socket/client_socket_pool.cc', 469 'socket/client_socket_pool.cc',
469 'socket/client_socket_pool_base.cc', 470 'socket/client_socket_pool_base.cc',
470 'socket/client_socket_pool_base.h', 471 'socket/client_socket_pool_base.h',
471 'socket/client_socket_pool_histograms.cc', 472 'socket/client_socket_pool_histograms.cc',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 ], 1137 ],
1137 }], 1138 }],
1138 ], 1139 ],
1139 } 1140 }
1140 1141
1141 # Local Variables: 1142 # Local Variables:
1142 # tab-width:2 1143 # tab-width:2
1143 # indent-tabs-mode:nil 1144 # indent-tabs-mode:nil
1144 # End: 1145 # End:
1145 # vim: set expandtab tabstop=2 shiftwidth=2: 1146 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | net/socket/client_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698