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

Side by Side Diff: net/net.gyp

Issue 7008021: Added DnsQuery class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge with trunk Created 9 years, 6 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
« no previous file with comments | « net/base/net_error_list.h ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'base/cookie_store.h', 62 'base/cookie_store.h',
63 'base/crl_filter.cc', 63 'base/crl_filter.cc',
64 'base/crl_filter.h', 64 'base/crl_filter.h',
65 'base/crypto_module.h', 65 'base/crypto_module.h',
66 'base/crypto_module_nss.cc', 66 'base/crypto_module_nss.cc',
67 'base/crypto_module_openssl.cc', 67 'base/crypto_module_openssl.cc',
68 'base/data_url.cc', 68 'base/data_url.cc',
69 'base/data_url.h', 69 'base/data_url.h',
70 'base/directory_lister.cc', 70 'base/directory_lister.cc',
71 'base/directory_lister.h', 71 'base/directory_lister.h',
72 'base/dns_query.cc',
73 'base/dns_query.h',
74 'base/dns_response.cc',
75 'base/dns_response.h',
72 'base/dns_reload_timer.cc', 76 'base/dns_reload_timer.cc',
73 'base/dns_reload_timer.h', 77 'base/dns_reload_timer.h',
74 'base/dnssec_chain_verifier.cc', 78 'base/dnssec_chain_verifier.cc',
75 'base/dnssec_chain_verifier.h', 79 'base/dnssec_chain_verifier.h',
76 'base/dnssec_keyset.cc', 80 'base/dnssec_keyset.cc',
77 'base/dnssec_keyset.h', 81 'base/dnssec_keyset.h',
78 'base/dns_util.cc', 82 'base/dns_util.cc',
79 'base/dns_util.h', 83 'base/dns_util.h',
80 'base/dnsrr_resolver.cc', 84 'base/dnsrr_resolver.cc',
81 'base/dnsrr_resolver.h', 85 'base/dnsrr_resolver.h',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 836 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
833 'sources': [ 837 'sources': [
834 'base/address_list_unittest.cc', 838 'base/address_list_unittest.cc',
835 'base/backoff_entry_unittest.cc', 839 'base/backoff_entry_unittest.cc',
836 'base/cert_database_nss_unittest.cc', 840 'base/cert_database_nss_unittest.cc',
837 'base/cert_verifier_unittest.cc', 841 'base/cert_verifier_unittest.cc',
838 'base/cookie_monster_unittest.cc', 842 'base/cookie_monster_unittest.cc',
839 'base/crl_filter_unittest.cc', 843 'base/crl_filter_unittest.cc',
840 'base/data_url_unittest.cc', 844 'base/data_url_unittest.cc',
841 'base/directory_lister_unittest.cc', 845 'base/directory_lister_unittest.cc',
846 'base/dns_query_unittest.cc',
847 'base/dns_response_unittest.cc',
842 'base/dnssec_unittest.cc', 848 'base/dnssec_unittest.cc',
843 'base/dns_util_unittest.cc', 849 'base/dns_util_unittest.cc',
844 'base/dnsrr_resolver_unittest.cc', 850 'base/dnsrr_resolver_unittest.cc',
845 'base/escape_unittest.cc', 851 'base/escape_unittest.cc',
846 'base/file_stream_unittest.cc', 852 'base/file_stream_unittest.cc',
847 'base/filter_unittest.cc', 853 'base/filter_unittest.cc',
848 'base/gzip_filter_unittest.cc', 854 'base/gzip_filter_unittest.cc',
849 'base/host_cache_unittest.cc', 855 'base/host_cache_unittest.cc',
850 'base/host_mapping_rules_unittest.cc', 856 'base/host_mapping_rules_unittest.cc',
851 'base/host_resolver_impl_unittest.cc', 857 'base/host_resolver_impl_unittest.cc',
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 ], 1448 ],
1443 }], 1449 }],
1444 ], 1450 ],
1445 } 1451 }
1446 1452
1447 # Local Variables: 1453 # Local Variables:
1448 # tab-width:2 1454 # tab-width:2
1449 # indent-tabs-mode:nil 1455 # indent-tabs-mode:nil
1450 # End: 1456 # End:
1451 # vim: set expandtab tabstop=2 shiftwidth=2: 1457 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/net_error_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698