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

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, 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 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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 'disk_cache/mapped_file_unittest.cc', 1296 'disk_cache/mapped_file_unittest.cc',
1295 'disk_cache/storage_block_unittest.cc', 1297 'disk_cache/storage_block_unittest.cc',
1296 'dns/address_sorter_posix_unittest.cc', 1298 'dns/address_sorter_posix_unittest.cc',
1297 'dns/address_sorter_unittest.cc', 1299 'dns/address_sorter_unittest.cc',
1298 'dns/dns_config_service_posix_unittest.cc', 1300 'dns/dns_config_service_posix_unittest.cc',
1299 'dns/dns_config_service_unittest.cc', 1301 'dns/dns_config_service_unittest.cc',
1300 'dns/dns_config_service_win_unittest.cc', 1302 'dns/dns_config_service_win_unittest.cc',
1301 'dns/dns_hosts_unittest.cc', 1303 'dns/dns_hosts_unittest.cc',
1302 'dns/dns_query_unittest.cc', 1304 'dns/dns_query_unittest.cc',
1303 'dns/dns_response_unittest.cc', 1305 'dns/dns_response_unittest.cc',
1306 'dns/dns_session_unittest.cc',
1304 'dns/dns_transaction_unittest.cc', 1307 'dns/dns_transaction_unittest.cc',
1305 'dns/serial_worker_unittest.cc', 1308 'dns/serial_worker_unittest.cc',
1306 'ftp/ftp_auth_cache_unittest.cc', 1309 'ftp/ftp_auth_cache_unittest.cc',
1307 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1310 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1308 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1311 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1309 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1312 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1310 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1313 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1311 'ftp/ftp_directory_listing_parser_unittest.cc', 1314 'ftp/ftp_directory_listing_parser_unittest.cc',
1312 'ftp/ftp_directory_listing_parser_unittest.h', 1315 'ftp/ftp_directory_listing_parser_unittest.h',
1313 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1316 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2307 '--result', '<@(_outputs)', 2310 '--result', '<@(_outputs)',
2308 '--isolate', 'net_unittests.isolate', 2311 '--isolate', 'net_unittests.isolate',
2309 ], 2312 ],
2310 }, 2313 },
2311 ], 2314 ],
2312 }, 2315 },
2313 ], 2316 ],
2314 }], 2317 }],
2315 ], 2318 ],
2316 } 2319 }
OLDNEW
« net/dns/dns_transaction_unittest.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