| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'cert/crl_set.h', | 272 'cert/crl_set.h', |
| 273 'cert/ct_log_verifier.cc', | 273 'cert/ct_log_verifier.cc', |
| 274 'cert/ct_log_verifier.h', | 274 'cert/ct_log_verifier.h', |
| 275 'cert/ct_log_verifier_nss.cc', | 275 'cert/ct_log_verifier_nss.cc', |
| 276 'cert/ct_log_verifier_openssl.cc', | 276 'cert/ct_log_verifier_openssl.cc', |
| 277 'cert/ct_objects_extractor.h', | 277 'cert/ct_objects_extractor.h', |
| 278 'cert/ct_objects_extractor_nss.cc', | 278 'cert/ct_objects_extractor_nss.cc', |
| 279 'cert/ct_objects_extractor_openssl.cc', | 279 'cert/ct_objects_extractor_openssl.cc', |
| 280 'cert/ct_serialization.cc', | 280 'cert/ct_serialization.cc', |
| 281 'cert/ct_serialization.h', | 281 'cert/ct_serialization.h', |
| 282 'cert/ct_verifier.h', |
| 283 'cert/ct_verify_result.cc', |
| 284 'cert/ct_verify_result.h', |
| 282 'cert/ev_root_ca_metadata.cc', | 285 'cert/ev_root_ca_metadata.cc', |
| 283 'cert/ev_root_ca_metadata.h', | 286 'cert/ev_root_ca_metadata.h', |
| 284 'cert/jwk_serializer_nss.cc', | 287 'cert/jwk_serializer_nss.cc', |
| 285 'cert/jwk_serializer_openssl.cc', | 288 'cert/jwk_serializer_openssl.cc', |
| 286 'cert/jwk_serializer.h', | 289 'cert/jwk_serializer.h', |
| 290 'cert/multi_log_ct_verifier.cc', |
| 291 'cert/multi_log_ct_verifier.h', |
| 287 'cert/multi_threaded_cert_verifier.cc', | 292 'cert/multi_threaded_cert_verifier.cc', |
| 288 'cert/multi_threaded_cert_verifier.h', | 293 'cert/multi_threaded_cert_verifier.h', |
| 289 'cert/nss_cert_database.cc', | 294 'cert/nss_cert_database.cc', |
| 290 'cert/nss_cert_database.h', | 295 'cert/nss_cert_database.h', |
| 291 'cert/pem_tokenizer.cc', | 296 'cert/pem_tokenizer.cc', |
| 292 'cert/pem_tokenizer.h', | 297 'cert/pem_tokenizer.h', |
| 293 'cert/signed_certificate_timestamp.cc', | 298 'cert/signed_certificate_timestamp.cc', |
| 294 'cert/signed_certificate_timestamp.h', | 299 'cert/signed_certificate_timestamp.h', |
| 295 'cert/single_request_cert_verifier.cc', | 300 'cert/single_request_cert_verifier.cc', |
| 296 'cert/single_request_cert_verifier.h', | 301 'cert/single_request_cert_verifier.h', |
| (...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1597 'base/upload_data_stream_unittest.cc', | 1602 'base/upload_data_stream_unittest.cc', |
| 1598 'base/upload_file_element_reader_unittest.cc', | 1603 'base/upload_file_element_reader_unittest.cc', |
| 1599 'base/url_util_unittest.cc', | 1604 'base/url_util_unittest.cc', |
| 1600 'cert/cert_verify_proc_unittest.cc', | 1605 'cert/cert_verify_proc_unittest.cc', |
| 1601 'cert/crl_set_unittest.cc', | 1606 'cert/crl_set_unittest.cc', |
| 1602 'cert/ct_log_verifier_unittest.cc', | 1607 'cert/ct_log_verifier_unittest.cc', |
| 1603 'cert/ct_objects_extractor_unittest.cc', | 1608 'cert/ct_objects_extractor_unittest.cc', |
| 1604 'cert/ct_serialization_unittest.cc', | 1609 'cert/ct_serialization_unittest.cc', |
| 1605 'cert/ev_root_ca_metadata_unittest.cc', | 1610 'cert/ev_root_ca_metadata_unittest.cc', |
| 1606 'cert/jwk_serializer_unittest.cc', | 1611 'cert/jwk_serializer_unittest.cc', |
| 1612 'cert/multi_log_ct_verifier_unittest.cc', |
| 1607 'cert/multi_threaded_cert_verifier_unittest.cc', | 1613 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1608 'cert/nss_cert_database_unittest.cc', | 1614 'cert/nss_cert_database_unittest.cc', |
| 1609 'cert/pem_tokenizer_unittest.cc', | 1615 'cert/pem_tokenizer_unittest.cc', |
| 1610 'cert/test_root_certs_unittest.cc', | 1616 'cert/test_root_certs_unittest.cc', |
| 1611 'cert/x509_certificate_unittest.cc', | 1617 'cert/x509_certificate_unittest.cc', |
| 1612 'cert/x509_cert_types_unittest.cc', | 1618 'cert/x509_cert_types_unittest.cc', |
| 1613 'cert/x509_util_unittest.cc', | 1619 'cert/x509_util_unittest.cc', |
| 1614 'cert/x509_util_nss_unittest.cc', | 1620 'cert/x509_util_nss_unittest.cc', |
| 1615 'cert/x509_util_openssl_unittest.cc', | 1621 'cert/x509_util_openssl_unittest.cc', |
| 1616 'cookies/canonical_cookie_unittest.cc', | 1622 'cookies/canonical_cookie_unittest.cc', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2064 'ocsp/nss_ocsp_unittest.cc', | 2070 'ocsp/nss_ocsp_unittest.cc', |
| 2065 ], | 2071 ], |
| 2066 }], | 2072 }], |
| 2067 [ 'use_openssl==1', { | 2073 [ 'use_openssl==1', { |
| 2068 # When building for OpenSSL, we need to exclude NSS specific tests | 2074 # When building for OpenSSL, we need to exclude NSS specific tests |
| 2069 # or functionality not supported by OpenSSL yet. | 2075 # or functionality not supported by OpenSSL yet. |
| 2070 # TODO(bulach): Add equivalent tests when the underlying | 2076 # TODO(bulach): Add equivalent tests when the underlying |
| 2071 # functionality is ported to OpenSSL. | 2077 # functionality is ported to OpenSSL. |
| 2072 'sources!': [ | 2078 'sources!': [ |
| 2073 'cert/ct_objects_extractor_unittest.cc', | 2079 'cert/ct_objects_extractor_unittest.cc', |
| 2080 'cert/multi_log_ct_verifier_unittest.cc', |
| 2074 'cert/nss_cert_database_unittest.cc', | 2081 'cert/nss_cert_database_unittest.cc', |
| 2075 'cert/x509_util_nss_unittest.cc', | 2082 'cert/x509_util_nss_unittest.cc', |
| 2076 'quic/test_tools/crypto_test_utils_nss.cc', | 2083 'quic/test_tools/crypto_test_utils_nss.cc', |
| 2077 'ssl/client_cert_store_impl_unittest.cc', | 2084 'ssl/client_cert_store_impl_unittest.cc', |
| 2078 ], | 2085 ], |
| 2079 }, { # else !use_openssl: remove the unneeded files | 2086 }, { # else !use_openssl: remove the unneeded files |
| 2080 'sources!': [ | 2087 'sources!': [ |
| 2081 'cert/x509_util_openssl_unittest.cc', | 2088 'cert/x509_util_openssl_unittest.cc', |
| 2082 'quic/test_tools/crypto_test_utils_openssl.cc', | 2089 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 2083 'socket/ssl_client_socket_openssl_unittest.cc', | 2090 'socket/ssl_client_socket_openssl_unittest.cc', |
| (...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3047 'net_unittests.isolate', | 3054 'net_unittests.isolate', |
| 3048 ], | 3055 ], |
| 3049 'sources': [ | 3056 'sources': [ |
| 3050 'net_unittests.isolate', | 3057 'net_unittests.isolate', |
| 3051 ], | 3058 ], |
| 3052 }, | 3059 }, |
| 3053 ], | 3060 ], |
| 3054 }], | 3061 }], |
| 3055 ], | 3062 ], |
| 3056 } | 3063 } |
| OLD | NEW |