| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'base/cert_verify_result.cc', | 53 'base/cert_verify_result.cc', |
| 54 'base/cert_verify_result.h', | 54 'base/cert_verify_result.h', |
| 55 'base/completion_callback.h', | 55 'base/completion_callback.h', |
| 56 'base/connection_type_histograms.cc', | 56 'base/connection_type_histograms.cc', |
| 57 'base/connection_type_histograms.h', | 57 'base/connection_type_histograms.h', |
| 58 'base/cookie_monster.cc', | 58 'base/cookie_monster.cc', |
| 59 'base/cookie_monster.h', | 59 'base/cookie_monster.h', |
| 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/crl_filter.cc', |
| 64 'base/crl_filter.h', |
| 63 'base/crypto_module.h', | 65 'base/crypto_module.h', |
| 64 'base/crypto_module_nss.cc', | 66 'base/crypto_module_nss.cc', |
| 65 'base/crypto_module_openssl.cc', | 67 'base/crypto_module_openssl.cc', |
| 66 'base/data_url.cc', | 68 'base/data_url.cc', |
| 67 'base/data_url.h', | 69 'base/data_url.h', |
| 68 'base/directory_lister.cc', | 70 'base/directory_lister.cc', |
| 69 'base/directory_lister.h', | 71 'base/directory_lister.h', |
| 70 'base/dns_reload_timer.cc', | 72 'base/dns_reload_timer.cc', |
| 71 'base/dns_reload_timer.h', | 73 'base/dns_reload_timer.h', |
| 72 'base/dnssec_chain_verifier.cc', | 74 'base/dnssec_chain_verifier.cc', |
| (...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 '../testing/gtest.gyp:gtest', | 829 '../testing/gtest.gyp:gtest', |
| 828 '../third_party/zlib/zlib.gyp:zlib', | 830 '../third_party/zlib/zlib.gyp:zlib', |
| 829 ], | 831 ], |
| 830 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 832 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
| 831 'sources': [ | 833 'sources': [ |
| 832 'base/address_list_unittest.cc', | 834 'base/address_list_unittest.cc', |
| 833 'base/backoff_entry_unittest.cc', | 835 'base/backoff_entry_unittest.cc', |
| 834 'base/cert_database_nss_unittest.cc', | 836 'base/cert_database_nss_unittest.cc', |
| 835 'base/cert_verifier_unittest.cc', | 837 'base/cert_verifier_unittest.cc', |
| 836 'base/cookie_monster_unittest.cc', | 838 'base/cookie_monster_unittest.cc', |
| 839 'base/crl_filter_unittest.cc', |
| 837 'base/data_url_unittest.cc', | 840 'base/data_url_unittest.cc', |
| 838 'base/directory_lister_unittest.cc', | 841 'base/directory_lister_unittest.cc', |
| 839 'base/dnssec_unittest.cc', | 842 'base/dnssec_unittest.cc', |
| 840 'base/dns_util_unittest.cc', | 843 'base/dns_util_unittest.cc', |
| 841 'base/dnsrr_resolver_unittest.cc', | 844 'base/dnsrr_resolver_unittest.cc', |
| 842 'base/escape_unittest.cc', | 845 'base/escape_unittest.cc', |
| 843 'base/file_stream_unittest.cc', | 846 'base/file_stream_unittest.cc', |
| 844 'base/filter_unittest.cc', | 847 'base/filter_unittest.cc', |
| 845 'base/gzip_filter_unittest.cc', | 848 'base/gzip_filter_unittest.cc', |
| 846 'base/host_cache_unittest.cc', | 849 'base/host_cache_unittest.cc', |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1439 ], | 1442 ], |
| 1440 }], | 1443 }], |
| 1441 ], | 1444 ], |
| 1442 } | 1445 } |
| 1443 | 1446 |
| 1444 # Local Variables: | 1447 # Local Variables: |
| 1445 # tab-width:2 | 1448 # tab-width:2 |
| 1446 # indent-tabs-mode:nil | 1449 # indent-tabs-mode:nil |
| 1447 # End: | 1450 # End: |
| 1448 # vim: set expandtab tabstop=2 shiftwidth=2: | 1451 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |