OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1025 '../crypto/crypto.gyp:crypto', | 1025 '../crypto/crypto.gyp:crypto', |
1026 '../testing/gmock.gyp:gmock', | 1026 '../testing/gmock.gyp:gmock', |
1027 '../testing/gtest.gyp:gtest', | 1027 '../testing/gtest.gyp:gtest', |
1028 '../third_party/zlib/zlib.gyp:zlib', | 1028 '../third_party/zlib/zlib.gyp:zlib', |
1029 ], | 1029 ], |
1030 'sources': [ | 1030 'sources': [ |
1031 'base/address_list_unittest.cc', | 1031 'base/address_list_unittest.cc', |
1032 'base/backoff_entry_unittest.cc', | 1032 'base/backoff_entry_unittest.cc', |
1033 'base/big_endian_unittest.cc', | 1033 'base/big_endian_unittest.cc', |
1034 'base/cert_database_nss_unittest.cc', | 1034 'base/cert_database_nss_unittest.cc', |
| 1035 'base/cert_verify_proc_unittest.cc', |
1035 'base/cookie_monster_unittest.cc', | 1036 'base/cookie_monster_unittest.cc', |
1036 'base/cookie_store_unittest.h', | 1037 'base/cookie_store_unittest.h', |
1037 'base/cookie_util_unittest.cc', | 1038 'base/cookie_util_unittest.cc', |
1038 'base/crl_set_unittest.cc', | 1039 'base/crl_set_unittest.cc', |
1039 'base/data_url_unittest.cc', | 1040 'base/data_url_unittest.cc', |
1040 'base/default_origin_bound_cert_store_unittest.cc', | 1041 'base/default_origin_bound_cert_store_unittest.cc', |
1041 'base/directory_lister_unittest.cc', | 1042 'base/directory_lister_unittest.cc', |
1042 'base/dnssec_unittest.cc', | 1043 'base/dnssec_unittest.cc', |
1043 'base/dns_util_unittest.cc', | 1044 'base/dns_util_unittest.cc', |
1044 'base/dnsrr_resolver_unittest.cc', | 1045 'base/dnsrr_resolver_unittest.cc', |
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1784 'tools/dump_cache/url_to_filename_encoder.cc', | 1785 'tools/dump_cache/url_to_filename_encoder.cc', |
1785 'tools/dump_cache/url_to_filename_encoder.h', | 1786 'tools/dump_cache/url_to_filename_encoder.h', |
1786 'tools/dump_cache/url_utilities.h', | 1787 'tools/dump_cache/url_utilities.h', |
1787 'tools/dump_cache/url_utilities.cc', | 1788 'tools/dump_cache/url_utilities.cc', |
1788 ], | 1789 ], |
1789 }, | 1790 }, |
1790 ], | 1791 ], |
1791 }], | 1792 }], |
1792 ], | 1793 ], |
1793 } | 1794 } |
OLD | NEW |