| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 11 matching lines...) Expand all Loading... |
| 22 'ssl_false_start_blacklist_process#host', | 22 'ssl_false_start_blacklist_process#host', |
| 23 ], | 23 ], |
| 24 'sources': [ | 24 'sources': [ |
| 25 'base/address_family.h', | 25 'base/address_family.h', |
| 26 'base/address_list.cc', | 26 'base/address_list.cc', |
| 27 'base/address_list.h', | 27 'base/address_list.h', |
| 28 'base/address_list_net_log_param.cc', | 28 'base/address_list_net_log_param.cc', |
| 29 'base/address_list_net_log_param.h', | 29 'base/address_list_net_log_param.h', |
| 30 'base/auth.cc', | 30 'base/auth.cc', |
| 31 'base/auth.h', | 31 'base/auth.h', |
| 32 'base/backoff_entry.cc', |
| 33 'base/backoff_entry.h', |
| 32 'base/bandwidth_metrics.cc', | 34 'base/bandwidth_metrics.cc', |
| 33 'base/bandwidth_metrics.h', | 35 'base/bandwidth_metrics.h', |
| 34 'base/cache_type.h', | 36 'base/cache_type.h', |
| 35 'base/capturing_net_log.cc', | 37 'base/capturing_net_log.cc', |
| 36 'base/capturing_net_log.h', | 38 'base/capturing_net_log.h', |
| 37 'base/cert_database.cc', | 39 'base/cert_database.cc', |
| 38 'base/cert_database.h', | 40 'base/cert_database.h', |
| 39 'base/cert_database_mac.cc', | 41 'base/cert_database_mac.cc', |
| 40 'base/cert_database_nss.cc', | 42 'base/cert_database_nss.cc', |
| 41 'base/cert_database_openssl.cc', | 43 'base/cert_database_openssl.cc', |
| (...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 847 'net_test_support', | 849 'net_test_support', |
| 848 '../base/base.gyp:base', | 850 '../base/base.gyp:base', |
| 849 '../base/base.gyp:base_i18n', | 851 '../base/base.gyp:base_i18n', |
| 850 '../testing/gmock.gyp:gmock', | 852 '../testing/gmock.gyp:gmock', |
| 851 '../testing/gtest.gyp:gtest', | 853 '../testing/gtest.gyp:gtest', |
| 852 '../third_party/zlib/zlib.gyp:zlib', | 854 '../third_party/zlib/zlib.gyp:zlib', |
| 853 ], | 855 ], |
| 854 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 856 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
| 855 'sources': [ | 857 'sources': [ |
| 856 'base/address_list_unittest.cc', | 858 'base/address_list_unittest.cc', |
| 859 'base/backoff_entry_unittest.cc', |
| 857 'base/cert_database_nss_unittest.cc', | 860 'base/cert_database_nss_unittest.cc', |
| 858 'base/cert_verifier_unittest.cc', | 861 'base/cert_verifier_unittest.cc', |
| 859 'base/cookie_monster_unittest.cc', | 862 'base/cookie_monster_unittest.cc', |
| 860 'base/data_url_unittest.cc', | 863 'base/data_url_unittest.cc', |
| 861 'base/directory_lister_unittest.cc', | 864 'base/directory_lister_unittest.cc', |
| 862 'base/dnssec_unittest.cc', | 865 'base/dnssec_unittest.cc', |
| 863 'base/dns_util_unittest.cc', | 866 'base/dns_util_unittest.cc', |
| 864 'base/dnsrr_resolver_unittest.cc', | 867 'base/dnsrr_resolver_unittest.cc', |
| 865 'base/escape_unittest.cc', | 868 'base/escape_unittest.cc', |
| 866 'base/file_stream_unittest.cc', | 869 'base/file_stream_unittest.cc', |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1480 ], | 1483 ], |
| 1481 }], | 1484 }], |
| 1482 ], | 1485 ], |
| 1483 } | 1486 } |
| 1484 | 1487 |
| 1485 # Local Variables: | 1488 # Local Variables: |
| 1486 # tab-width:2 | 1489 # tab-width:2 |
| 1487 # indent-tabs-mode:nil | 1490 # indent-tabs-mode:nil |
| 1488 # End: | 1491 # End: |
| 1489 # vim: set expandtab tabstop=2 shiftwidth=2: | 1492 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |