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

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: 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'dns/dns_config_service_win.h', 401 'dns/dns_config_service_win.h',
402 'dns/dns_hosts.cc', 402 'dns/dns_hosts.cc',
403 'dns/dns_hosts.h', 403 'dns/dns_hosts.h',
404 'dns/dns_protocol.h', 404 'dns/dns_protocol.h',
405 'dns/dns_query.cc', 405 'dns/dns_query.cc',
406 'dns/dns_query.h', 406 'dns/dns_query.h',
407 'dns/dns_response.cc', 407 'dns/dns_response.cc',
408 'dns/dns_response.h', 408 'dns/dns_response.h',
409 'dns/dns_session.cc', 409 'dns/dns_session.cc',
410 'dns/dns_session.h', 410 'dns/dns_session.h',
411 'dns/dns_socket_pool.cc',
412 'dns/dns_socket_pool.h',
411 'dns/dns_transaction.cc', 413 'dns/dns_transaction.cc',
412 'dns/dns_transaction.h', 414 'dns/dns_transaction.h',
413 'dns/notify_watcher_mac.cc', 415 'dns/notify_watcher_mac.cc',
414 'dns/notify_watcher_mac.h', 416 'dns/notify_watcher_mac.h',
415 'dns/serial_worker.cc', 417 'dns/serial_worker.cc',
416 'dns/serial_worker.h', 418 'dns/serial_worker.h',
417 'ftp/ftp_auth_cache.cc', 419 'ftp/ftp_auth_cache.cc',
418 'ftp/ftp_auth_cache.h', 420 'ftp/ftp_auth_cache.h',
419 'ftp/ftp_ctrl_response_buffer.cc', 421 'ftp/ftp_ctrl_response_buffer.cc',
420 'ftp/ftp_ctrl_response_buffer.h', 422 'ftp/ftp_ctrl_response_buffer.h',
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 'disk_cache/mapped_file_unittest.cc', 1302 'disk_cache/mapped_file_unittest.cc',
1301 'disk_cache/storage_block_unittest.cc', 1303 'disk_cache/storage_block_unittest.cc',
1302 'dns/address_sorter_posix_unittest.cc', 1304 'dns/address_sorter_posix_unittest.cc',
1303 'dns/address_sorter_unittest.cc', 1305 'dns/address_sorter_unittest.cc',
1304 'dns/dns_config_service_posix_unittest.cc', 1306 'dns/dns_config_service_posix_unittest.cc',
1305 'dns/dns_config_service_unittest.cc', 1307 'dns/dns_config_service_unittest.cc',
1306 'dns/dns_config_service_win_unittest.cc', 1308 'dns/dns_config_service_win_unittest.cc',
1307 'dns/dns_hosts_unittest.cc', 1309 'dns/dns_hosts_unittest.cc',
1308 'dns/dns_query_unittest.cc', 1310 'dns/dns_query_unittest.cc',
1309 'dns/dns_response_unittest.cc', 1311 'dns/dns_response_unittest.cc',
1312 'dns/dns_session_unittest.cc',
1310 'dns/dns_transaction_unittest.cc', 1313 'dns/dns_transaction_unittest.cc',
1311 'dns/serial_worker_unittest.cc', 1314 'dns/serial_worker_unittest.cc',
1312 'ftp/ftp_auth_cache_unittest.cc', 1315 'ftp/ftp_auth_cache_unittest.cc',
1313 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1316 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1314 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1317 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1315 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1318 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1316 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1319 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1317 'ftp/ftp_directory_listing_parser_unittest.cc', 1320 'ftp/ftp_directory_listing_parser_unittest.cc',
1318 'ftp/ftp_directory_listing_parser_unittest.h', 1321 'ftp/ftp_directory_listing_parser_unittest.h',
1319 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1322 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
2314 '--result', '<@(_outputs)', 2317 '--result', '<@(_outputs)',
2315 '--isolate', 'net_unittests.isolate', 2318 '--isolate', 'net_unittests.isolate',
2316 ], 2319 ],
2317 }, 2320 },
2318 ], 2321 ],
2319 }, 2322 },
2320 ], 2323 ],
2321 }], 2324 }],
2322 ], 2325 ],
2323 } 2326 }
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