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

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: rebase Created 8 years, 2 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'dns/dns_config_service_win.h', 402 'dns/dns_config_service_win.h',
403 'dns/dns_hosts.cc', 403 'dns/dns_hosts.cc',
404 'dns/dns_hosts.h', 404 'dns/dns_hosts.h',
405 'dns/dns_protocol.h', 405 'dns/dns_protocol.h',
406 'dns/dns_query.cc', 406 'dns/dns_query.cc',
407 'dns/dns_query.h', 407 'dns/dns_query.h',
408 'dns/dns_response.cc', 408 'dns/dns_response.cc',
409 'dns/dns_response.h', 409 'dns/dns_response.h',
410 'dns/dns_session.cc', 410 'dns/dns_session.cc',
411 'dns/dns_session.h', 411 'dns/dns_session.h',
412 'dns/dns_socket_pool.cc',
413 'dns/dns_socket_pool.h',
412 'dns/dns_transaction.cc', 414 'dns/dns_transaction.cc',
413 'dns/dns_transaction.h', 415 'dns/dns_transaction.h',
414 'dns/notify_watcher_mac.cc', 416 'dns/notify_watcher_mac.cc',
415 'dns/notify_watcher_mac.h', 417 'dns/notify_watcher_mac.h',
416 'dns/serial_worker.cc', 418 'dns/serial_worker.cc',
417 'dns/serial_worker.h', 419 'dns/serial_worker.h',
418 'ftp/ftp_auth_cache.cc', 420 'ftp/ftp_auth_cache.cc',
419 'ftp/ftp_auth_cache.h', 421 'ftp/ftp_auth_cache.h',
420 'ftp/ftp_ctrl_response_buffer.cc', 422 'ftp/ftp_ctrl_response_buffer.cc',
421 'ftp/ftp_ctrl_response_buffer.h', 423 'ftp/ftp_ctrl_response_buffer.h',
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'disk_cache/mapped_file_unittest.cc', 1263 'disk_cache/mapped_file_unittest.cc',
1262 'disk_cache/storage_block_unittest.cc', 1264 'disk_cache/storage_block_unittest.cc',
1263 'dns/address_sorter_posix_unittest.cc', 1265 'dns/address_sorter_posix_unittest.cc',
1264 'dns/address_sorter_unittest.cc', 1266 'dns/address_sorter_unittest.cc',
1265 'dns/dns_config_service_posix_unittest.cc', 1267 'dns/dns_config_service_posix_unittest.cc',
1266 'dns/dns_config_service_unittest.cc', 1268 'dns/dns_config_service_unittest.cc',
1267 'dns/dns_config_service_win_unittest.cc', 1269 'dns/dns_config_service_win_unittest.cc',
1268 'dns/dns_hosts_unittest.cc', 1270 'dns/dns_hosts_unittest.cc',
1269 'dns/dns_query_unittest.cc', 1271 'dns/dns_query_unittest.cc',
1270 'dns/dns_response_unittest.cc', 1272 'dns/dns_response_unittest.cc',
1273 'dns/dns_session_unittest.cc',
1271 'dns/dns_transaction_unittest.cc', 1274 'dns/dns_transaction_unittest.cc',
1272 'dns/serial_worker_unittest.cc', 1275 'dns/serial_worker_unittest.cc',
1273 'ftp/ftp_auth_cache_unittest.cc', 1276 'ftp/ftp_auth_cache_unittest.cc',
1274 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1277 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1275 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1278 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1276 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1279 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1277 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1280 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1278 'ftp/ftp_directory_listing_parser_unittest.cc', 1281 'ftp/ftp_directory_listing_parser_unittest.cc',
1279 'ftp/ftp_directory_listing_parser_unittest.h', 1282 'ftp/ftp_directory_listing_parser_unittest.h',
1280 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1283 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 '--result', '<@(_outputs)', 2286 '--result', '<@(_outputs)',
2284 '--isolate', 'net_unittests.isolate', 2287 '--isolate', 'net_unittests.isolate',
2285 ], 2288 ],
2286 }, 2289 },
2287 ], 2290 ],
2288 }, 2291 },
2289 ], 2292 ],
2290 }], 2293 }],
2291 ], 2294 ],
2292 } 2295 }
OLDNEW
« net/dns/dns_socket_pool.h ('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