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

Side by Side Diff: net/net.gyp

Issue 9190031: DnsClient refactoring + features (timeout, suffix search, server rotation). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments. Fixed tests. Created 8 years, 11 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
« net/dns/dns_response_unittest.cc ('K') | « net/dns/dns_transaction.cc ('k') | no next file » | 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) 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'dns/dns_config_service_win.cc', 335 'dns/dns_config_service_win.cc',
336 'dns/dns_config_service_win.h', 336 'dns/dns_config_service_win.h',
337 'dns/dns_hosts.cc', 337 'dns/dns_hosts.cc',
338 'dns/dns_hosts.h', 338 'dns/dns_hosts.h',
339 'dns/dns_query.cc', 339 'dns/dns_query.cc',
340 'dns/dns_query.h', 340 'dns/dns_query.h',
341 'dns/dns_response.cc', 341 'dns/dns_response.cc',
342 'dns/dns_response.h', 342 'dns/dns_response.h',
343 'dns/dns_session.cc', 343 'dns/dns_session.cc',
344 'dns/dns_session.h', 344 'dns/dns_session.h',
345 'dns/dns_transaction.cc',
346 'dns/dns_transaction.h',
347 'dns/serial_worker.cc', 345 'dns/serial_worker.cc',
348 'dns/serial_worker.h', 346 'dns/serial_worker.h',
349 'dns/watching_file_reader.cc', 347 'dns/watching_file_reader.cc',
350 'dns/watching_file_reader.h', 348 'dns/watching_file_reader.h',
351 'ftp/ftp_auth_cache.cc', 349 'ftp/ftp_auth_cache.cc',
352 'ftp/ftp_auth_cache.h', 350 'ftp/ftp_auth_cache.h',
353 'ftp/ftp_ctrl_response_buffer.cc', 351 'ftp/ftp_ctrl_response_buffer.cc',
354 'ftp/ftp_ctrl_response_buffer.h', 352 'ftp/ftp_ctrl_response_buffer.h',
355 'ftp/ftp_directory_listing_parser.cc', 353 'ftp/ftp_directory_listing_parser.cc',
356 'ftp/ftp_directory_listing_parser.h', 354 'ftp/ftp_directory_listing_parser.h',
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 'disk_cache/mapped_file_unittest.cc', 1062 'disk_cache/mapped_file_unittest.cc',
1065 'disk_cache/storage_block_unittest.cc', 1063 'disk_cache/storage_block_unittest.cc',
1066 'dns/async_host_resolver_unittest.cc', 1064 'dns/async_host_resolver_unittest.cc',
1067 'dns/dns_client_unittest.cc', 1065 'dns/dns_client_unittest.cc',
1068 'dns/dns_config_service_posix_unittest.cc', 1066 'dns/dns_config_service_posix_unittest.cc',
1069 'dns/dns_config_service_unittest.cc', 1067 'dns/dns_config_service_unittest.cc',
1070 'dns/dns_config_service_win_unittest.cc', 1068 'dns/dns_config_service_win_unittest.cc',
1071 'dns/dns_hosts_unittest.cc', 1069 'dns/dns_hosts_unittest.cc',
1072 'dns/dns_query_unittest.cc', 1070 'dns/dns_query_unittest.cc',
1073 'dns/dns_response_unittest.cc', 1071 'dns/dns_response_unittest.cc',
1074 'dns/dns_transaction_unittest.cc',
mmenke 2012/01/13 16:44:37 Looks like you forgot to delete this file from the
1075 'dns/serial_worker_unittest.cc', 1072 'dns/serial_worker_unittest.cc',
1076 'dns/watching_file_reader_unittest.cc', 1073 'dns/watching_file_reader_unittest.cc',
1077 'ftp/ftp_auth_cache_unittest.cc', 1074 'ftp/ftp_auth_cache_unittest.cc',
1078 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1075 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1079 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1076 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1080 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1077 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1081 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1078 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1082 'ftp/ftp_directory_listing_parser_unittest.cc', 1079 'ftp/ftp_directory_listing_parser_unittest.cc',
1083 'ftp/ftp_directory_listing_parser_unittest.h', 1080 'ftp/ftp_directory_listing_parser_unittest.h',
1084 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1081 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 'tools/dump_cache/url_to_filename_encoder.cc', 1716 'tools/dump_cache/url_to_filename_encoder.cc',
1720 'tools/dump_cache/url_to_filename_encoder.h', 1717 'tools/dump_cache/url_to_filename_encoder.h',
1721 'tools/dump_cache/url_utilities.h', 1718 'tools/dump_cache/url_utilities.h',
1722 'tools/dump_cache/url_utilities.cc', 1719 'tools/dump_cache/url_utilities.cc',
1723 ], 1720 ],
1724 }, 1721 },
1725 ], 1722 ],
1726 }], 1723 }],
1727 ], 1724 ],
1728 } 1725 }
OLDNEW
« net/dns/dns_response_unittest.cc ('K') | « net/dns/dns_transaction.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698