| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1435 ], | 1441 ], |
| 1436 }], | 1442 }], |
| 1437 ], | 1443 ], |
| 1438 } | 1444 } |
| 1439 | 1445 |
| 1440 # Local Variables: | 1446 # Local Variables: |
| 1441 # tab-width:2 | 1447 # tab-width:2 |
| 1442 # indent-tabs-mode:nil | 1448 # indent-tabs-mode:nil |
| 1443 # End: | 1449 # End: |
| 1444 # vim: set expandtab tabstop=2 shiftwidth=2: | 1450 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |