OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 'sources!': [ | 635 'sources!': [ |
636 'ocsp/nss_ocsp_unittest.cc', | 636 'ocsp/nss_ocsp_unittest.cc', |
637 ], | 637 ], |
638 }], | 638 }], |
639 [ 'use_openssl==1', { | 639 [ 'use_openssl==1', { |
640 # When building for OpenSSL, we need to exclude NSS specific tests | 640 # When building for OpenSSL, we need to exclude NSS specific tests |
641 # or functionality not supported by OpenSSL yet. | 641 # or functionality not supported by OpenSSL yet. |
642 # TODO(bulach): Add equivalent tests when the underlying | 642 # TODO(bulach): Add equivalent tests when the underlying |
643 # functionality is ported to OpenSSL. | 643 # functionality is ported to OpenSSL. |
644 'sources!': [ | 644 'sources!': [ |
645 'cert/ct_objects_extractor_unittest.cc', | |
646 'cert/multi_log_ct_verifier_unittest.cc', | |
647 'cert/nss_cert_database_unittest.cc', | 645 'cert/nss_cert_database_unittest.cc', |
648 'cert/nss_cert_database_chromeos_unittest.cc', | 646 'cert/nss_cert_database_chromeos_unittest.cc', |
649 'cert/nss_profile_filter_chromeos_unittest.cc', | 647 'cert/nss_profile_filter_chromeos_unittest.cc', |
650 'cert/x509_util_nss_unittest.cc', | 648 'cert/x509_util_nss_unittest.cc', |
651 'quic/test_tools/crypto_test_utils_nss.cc', | 649 'quic/test_tools/crypto_test_utils_nss.cc', |
652 ], | 650 ], |
653 }, { # else !use_openssl: remove the unneeded files | 651 }, { # else !use_openssl: remove the unneeded files |
654 'sources!': [ | 652 'sources!': [ |
655 'cert/x509_util_openssl_unittest.cc', | 653 'cert/x509_util_openssl_unittest.cc', |
656 'quic/test_tools/crypto_test_utils_openssl.cc', | 654 'quic/test_tools/crypto_test_utils_openssl.cc', |
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1711 'net_unittests.isolate', | 1709 'net_unittests.isolate', |
1712 ], | 1710 ], |
1713 'sources': [ | 1711 'sources': [ |
1714 'net_unittests.isolate', | 1712 'net_unittests.isolate', |
1715 ], | 1713 ], |
1716 }, | 1714 }, |
1717 ], | 1715 ], |
1718 }], | 1716 }], |
1719 ], | 1717 ], |
1720 } | 1718 } |
OLD | NEW |