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

Side by Side Diff: net/net.gyp

Issue 10878090: Keep pool of pre-connected DNS sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a single, separate DnsSocketPool object Created 8 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'dns/dns_config_service_win.h', 396 'dns/dns_config_service_win.h',
397 'dns/dns_hosts.cc', 397 'dns/dns_hosts.cc',
398 'dns/dns_hosts.h', 398 'dns/dns_hosts.h',
399 'dns/dns_protocol.h', 399 'dns/dns_protocol.h',
400 'dns/dns_query.cc', 400 'dns/dns_query.cc',
401 'dns/dns_query.h', 401 'dns/dns_query.h',
402 'dns/dns_response.cc', 402 'dns/dns_response.cc',
403 'dns/dns_response.h', 403 'dns/dns_response.h',
404 'dns/dns_session.cc', 404 'dns/dns_session.cc',
405 'dns/dns_session.h', 405 'dns/dns_session.h',
406 'dns/dns_socket_pool.cc',
407 'dns/dns_socket_pool.h',
406 'dns/dns_transaction.cc', 408 'dns/dns_transaction.cc',
407 'dns/dns_transaction.h', 409 'dns/dns_transaction.h',
408 'dns/notify_watcher_mac.cc', 410 'dns/notify_watcher_mac.cc',
409 'dns/notify_watcher_mac.h', 411 'dns/notify_watcher_mac.h',
410 'dns/serial_worker.cc', 412 'dns/serial_worker.cc',
411 'dns/serial_worker.h', 413 'dns/serial_worker.h',
412 'ftp/ftp_auth_cache.cc', 414 'ftp/ftp_auth_cache.cc',
413 'ftp/ftp_auth_cache.h', 415 'ftp/ftp_auth_cache.h',
414 'ftp/ftp_ctrl_response_buffer.cc', 416 'ftp/ftp_ctrl_response_buffer.cc',
415 'ftp/ftp_ctrl_response_buffer.h', 417 'ftp/ftp_ctrl_response_buffer.h',
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 'disk_cache/mapped_file_unittest.cc', 1261 'disk_cache/mapped_file_unittest.cc',
1260 'disk_cache/storage_block_unittest.cc', 1262 'disk_cache/storage_block_unittest.cc',
1261 'dns/address_sorter_posix_unittest.cc', 1263 'dns/address_sorter_posix_unittest.cc',
1262 'dns/address_sorter_unittest.cc', 1264 'dns/address_sorter_unittest.cc',
1263 'dns/dns_config_service_posix_unittest.cc', 1265 'dns/dns_config_service_posix_unittest.cc',
1264 'dns/dns_config_service_unittest.cc', 1266 'dns/dns_config_service_unittest.cc',
1265 'dns/dns_config_service_win_unittest.cc', 1267 'dns/dns_config_service_win_unittest.cc',
1266 'dns/dns_hosts_unittest.cc', 1268 'dns/dns_hosts_unittest.cc',
1267 'dns/dns_query_unittest.cc', 1269 'dns/dns_query_unittest.cc',
1268 'dns/dns_response_unittest.cc', 1270 'dns/dns_response_unittest.cc',
1271 'dns/dns_session_unittest.cc',
1269 'dns/dns_transaction_unittest.cc', 1272 'dns/dns_transaction_unittest.cc',
1270 'dns/serial_worker_unittest.cc', 1273 'dns/serial_worker_unittest.cc',
1271 'ftp/ftp_auth_cache_unittest.cc', 1274 'ftp/ftp_auth_cache_unittest.cc',
1272 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1275 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1273 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1276 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1274 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1277 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1275 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1278 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1276 'ftp/ftp_directory_listing_parser_unittest.cc', 1279 'ftp/ftp_directory_listing_parser_unittest.cc',
1277 'ftp/ftp_directory_listing_parser_unittest.h', 1280 'ftp/ftp_directory_listing_parser_unittest.h',
1278 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1281 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 '--result', '<@(_outputs)', 2259 '--result', '<@(_outputs)',
2257 '--isolate', 'net_unittests.isolate', 2260 '--isolate', 'net_unittests.isolate',
2258 ], 2261 ],
2259 }, 2262 },
2260 ], 2263 ],
2261 }, 2264 },
2262 ], 2265 ],
2263 }], 2266 }],
2264 ], 2267 ],
2265 } 2268 }
OLDNEW
« net/dns/dns_socket_pool.cc ('K') | « net/dns/dns_transaction_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698