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

Side by Side Diff: net/net.gyp

Issue 7008021: Added DnsQuery class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: get rid of unnecessary include 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
« net/base/net_error_list.h ('K') | « 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'base/cookie_options.h', 60 'base/cookie_options.h',
61 'base/cookie_store.cc', 61 'base/cookie_store.cc',
62 'base/cookie_store.h', 62 'base/cookie_store.h',
63 'base/crypto_module.h', 63 'base/crypto_module.h',
64 'base/crypto_module_nss.cc', 64 'base/crypto_module_nss.cc',
65 'base/crypto_module_openssl.cc', 65 'base/crypto_module_openssl.cc',
66 'base/data_url.cc', 66 'base/data_url.cc',
67 'base/data_url.h', 67 'base/data_url.h',
68 'base/directory_lister.cc', 68 'base/directory_lister.cc',
69 'base/directory_lister.h', 69 'base/directory_lister.h',
70 'base/dns_query.cc',
71 'base/dns_query.h',
72 'base/dns_response.cc',
73 'base/dns_response.h',
70 'base/dns_reload_timer.cc', 74 'base/dns_reload_timer.cc',
71 'base/dns_reload_timer.h', 75 'base/dns_reload_timer.h',
72 'base/dnssec_chain_verifier.cc', 76 'base/dnssec_chain_verifier.cc',
73 'base/dnssec_chain_verifier.h', 77 'base/dnssec_chain_verifier.h',
74 'base/dnssec_keyset.cc', 78 'base/dnssec_keyset.cc',
75 'base/dnssec_keyset.h', 79 'base/dnssec_keyset.h',
76 'base/dns_util.cc', 80 'base/dns_util.cc',
77 'base/dns_util.h', 81 'base/dns_util.h',
78 'base/dnsrr_resolver.cc', 82 'base/dnsrr_resolver.cc',
79 'base/dnsrr_resolver.h', 83 'base/dnsrr_resolver.h',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 ], 833 ],
830 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 834 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
831 'sources': [ 835 'sources': [
832 'base/address_list_unittest.cc', 836 'base/address_list_unittest.cc',
833 'base/backoff_entry_unittest.cc', 837 'base/backoff_entry_unittest.cc',
834 'base/cert_database_nss_unittest.cc', 838 'base/cert_database_nss_unittest.cc',
835 'base/cert_verifier_unittest.cc', 839 'base/cert_verifier_unittest.cc',
836 'base/cookie_monster_unittest.cc', 840 'base/cookie_monster_unittest.cc',
837 'base/data_url_unittest.cc', 841 'base/data_url_unittest.cc',
838 'base/directory_lister_unittest.cc', 842 'base/directory_lister_unittest.cc',
843 'base/dns_query_unittest.cc',
844 'base/dns_response_unittest.cc',
839 'base/dnssec_unittest.cc', 845 'base/dnssec_unittest.cc',
840 'base/dns_util_unittest.cc', 846 'base/dns_util_unittest.cc',
841 'base/dnsrr_resolver_unittest.cc', 847 'base/dnsrr_resolver_unittest.cc',
842 'base/escape_unittest.cc', 848 'base/escape_unittest.cc',
843 'base/file_stream_unittest.cc', 849 'base/file_stream_unittest.cc',
844 'base/filter_unittest.cc', 850 'base/filter_unittest.cc',
845 'base/gzip_filter_unittest.cc', 851 'base/gzip_filter_unittest.cc',
846 'base/host_cache_unittest.cc', 852 'base/host_cache_unittest.cc',
847 'base/host_mapping_rules_unittest.cc', 853 'base/host_mapping_rules_unittest.cc',
848 'base/host_resolver_impl_unittest.cc', 854 'base/host_resolver_impl_unittest.cc',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 ], 1442 ],
1437 }], 1443 }],
1438 ], 1444 ],
1439 } 1445 }
1440 1446
1441 # Local Variables: 1447 # Local Variables:
1442 # tab-width:2 1448 # tab-width:2
1443 # indent-tabs-mode:nil 1449 # indent-tabs-mode:nil
1444 # End: 1450 # End:
1445 # vim: set expandtab tabstop=2 shiftwidth=2: 1451 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« net/base/net_error_list.h ('K') | « net/base/net_error_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698