| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'cert/cert_verify_proc_win.cc', | 267 'cert/cert_verify_proc_win.cc', |
| 268 'cert/cert_verify_proc_win.h', | 268 'cert/cert_verify_proc_win.h', |
| 269 'cert/cert_verify_result.cc', | 269 'cert/cert_verify_result.cc', |
| 270 'cert/cert_verify_result.h', | 270 'cert/cert_verify_result.h', |
| 271 'cert/crl_set.cc', | 271 'cert/crl_set.cc', |
| 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', |
| 278 'cert/ct_objects_extractor_nss.cc', |
| 279 'cert/ct_objects_extractor_openssl.cc', |
| 277 'cert/ct_serialization.cc', | 280 'cert/ct_serialization.cc', |
| 278 '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', |
| 279 'cert/ev_root_ca_metadata.cc', | 285 'cert/ev_root_ca_metadata.cc', |
| 280 'cert/ev_root_ca_metadata.h', | 286 'cert/ev_root_ca_metadata.h', |
| 281 'cert/jwk_serializer_nss.cc', | 287 'cert/jwk_serializer_nss.cc', |
| 282 'cert/jwk_serializer_openssl.cc', | 288 'cert/jwk_serializer_openssl.cc', |
| 283 'cert/jwk_serializer.h', | 289 'cert/jwk_serializer.h', |
| 284 'cert/multi_threaded_cert_verifier.cc', | 290 'cert/multi_threaded_cert_verifier.cc', |
| 285 'cert/multi_threaded_cert_verifier.h', | 291 'cert/multi_threaded_cert_verifier.h', |
| 286 'cert/nss_cert_database.cc', | 292 'cert/nss_cert_database.cc', |
| 287 'cert/nss_cert_database.h', | 293 'cert/nss_cert_database.h', |
| 288 'cert/pem_tokenizer.cc', | 294 'cert/pem_tokenizer.cc', |
| 289 'cert/pem_tokenizer.h', | 295 'cert/pem_tokenizer.h', |
| 290 'cert/signed_certificate_timestamp.cc', | 296 'cert/signed_certificate_timestamp.cc', |
| 291 'cert/signed_certificate_timestamp.h', | 297 'cert/signed_certificate_timestamp.h', |
| 298 'cert/single_log_ct_verifier.cc', |
| 299 'cert/single_log_ct_verifier.h', |
| 292 'cert/single_request_cert_verifier.cc', | 300 'cert/single_request_cert_verifier.cc', |
| 293 'cert/single_request_cert_verifier.h', | 301 'cert/single_request_cert_verifier.h', |
| 294 'cert/test_root_certs.cc', | 302 'cert/test_root_certs.cc', |
| 295 'cert/test_root_certs.h', | 303 'cert/test_root_certs.h', |
| 296 'cert/test_root_certs_android.cc', | 304 'cert/test_root_certs_android.cc', |
| 297 'cert/test_root_certs_mac.cc', | 305 'cert/test_root_certs_mac.cc', |
| 298 'cert/test_root_certs_nss.cc', | 306 'cert/test_root_certs_nss.cc', |
| 299 'cert/test_root_certs_openssl.cc', | 307 'cert/test_root_certs_openssl.cc', |
| 300 'cert/test_root_certs_win.cc', | 308 'cert/test_root_certs_win.cc', |
| 301 'cert/x509_cert_types.cc', | 309 'cert/x509_cert_types.cc', |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1255 ['use_openssl==1', { | 1263 ['use_openssl==1', { |
| 1256 'sources!': [ | 1264 'sources!': [ |
| 1257 'base/crypto_module_nss.cc', | 1265 'base/crypto_module_nss.cc', |
| 1258 'base/keygen_handler_nss.cc', | 1266 'base/keygen_handler_nss.cc', |
| 1259 'base/nss_memio.c', | 1267 'base/nss_memio.c', |
| 1260 'base/nss_memio.h', | 1268 'base/nss_memio.h', |
| 1261 'cert/cert_database_nss.cc', | 1269 'cert/cert_database_nss.cc', |
| 1262 'cert/cert_verify_proc_nss.cc', | 1270 'cert/cert_verify_proc_nss.cc', |
| 1263 'cert/cert_verify_proc_nss.h', | 1271 'cert/cert_verify_proc_nss.h', |
| 1264 'cert/ct_log_verifier_nss.cc', | 1272 'cert/ct_log_verifier_nss.cc', |
| 1273 'cert/ct_objects_extractor_nss.cc', |
| 1265 'cert/jwk_serializer_nss.cc', | 1274 'cert/jwk_serializer_nss.cc', |
| 1266 'cert/nss_cert_database.cc', | 1275 'cert/nss_cert_database.cc', |
| 1267 'cert/nss_cert_database.h', | 1276 'cert/nss_cert_database.h', |
| 1268 'cert/test_root_certs_nss.cc', | 1277 'cert/test_root_certs_nss.cc', |
| 1269 'cert/x509_certificate_nss.cc', | 1278 'cert/x509_certificate_nss.cc', |
| 1270 'cert/x509_util_nss.cc', | 1279 'cert/x509_util_nss.cc', |
| 1271 'cert/x509_util_nss.h', | 1280 'cert/x509_util_nss.h', |
| 1272 'ocsp/nss_ocsp.cc', | 1281 'ocsp/nss_ocsp.cc', |
| 1273 'ocsp/nss_ocsp.h', | 1282 'ocsp/nss_ocsp.h', |
| 1274 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', | 1283 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 1294 'sources!': [ | 1303 'sources!': [ |
| 1295 'base/crypto_module_openssl.cc', | 1304 'base/crypto_module_openssl.cc', |
| 1296 'base/keygen_handler_openssl.cc', | 1305 'base/keygen_handler_openssl.cc', |
| 1297 'base/openssl_private_key_store.h', | 1306 'base/openssl_private_key_store.h', |
| 1298 'base/openssl_private_key_store_android.cc', | 1307 'base/openssl_private_key_store_android.cc', |
| 1299 'base/openssl_private_key_store_memory.cc', | 1308 'base/openssl_private_key_store_memory.cc', |
| 1300 'cert/cert_database_openssl.cc', | 1309 'cert/cert_database_openssl.cc', |
| 1301 'cert/cert_verify_proc_openssl.cc', | 1310 'cert/cert_verify_proc_openssl.cc', |
| 1302 'cert/cert_verify_proc_openssl.h', | 1311 'cert/cert_verify_proc_openssl.h', |
| 1303 'cert/ct_log_verifier_openssl.cc', | 1312 'cert/ct_log_verifier_openssl.cc', |
| 1313 'cert/ct_objects_extractor_openssl.cc', |
| 1304 'cert/jwk_serializer_openssl.cc', | 1314 'cert/jwk_serializer_openssl.cc', |
| 1305 'cert/test_root_certs_openssl.cc', | 1315 'cert/test_root_certs_openssl.cc', |
| 1306 'cert/x509_certificate_openssl.cc', | 1316 'cert/x509_certificate_openssl.cc', |
| 1307 'cert/x509_util_openssl.cc', | 1317 'cert/x509_util_openssl.cc', |
| 1308 'cert/x509_util_openssl.h', | 1318 'cert/x509_util_openssl.h', |
| 1309 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 1319 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
| 1310 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', | 1320 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
| 1311 'quic/crypto/channel_id_openssl.cc', | 1321 'quic/crypto/channel_id_openssl.cc', |
| 1312 'quic/crypto/p256_key_exchange_openssl.cc', | 1322 'quic/crypto/p256_key_exchange_openssl.cc', |
| 1313 'quic/crypto/scoped_evp_cipher_ctx.cc', | 1323 'quic/crypto/scoped_evp_cipher_ctx.cc', |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1584 'base/static_cookie_policy_unittest.cc', | 1594 'base/static_cookie_policy_unittest.cc', |
| 1585 'base/test_completion_callback_unittest.cc', | 1595 'base/test_completion_callback_unittest.cc', |
| 1586 'base/upload_bytes_element_reader_unittest.cc', | 1596 'base/upload_bytes_element_reader_unittest.cc', |
| 1587 'base/upload_data_stream_unittest.cc', | 1597 'base/upload_data_stream_unittest.cc', |
| 1588 'base/upload_file_element_reader_unittest.cc', | 1598 'base/upload_file_element_reader_unittest.cc', |
| 1589 'base/url_util_unittest.cc', | 1599 'base/url_util_unittest.cc', |
| 1590 'cert/cert_verify_proc_unittest.cc', | 1600 'cert/cert_verify_proc_unittest.cc', |
| 1591 'cert/crl_set_unittest.cc', | 1601 'cert/crl_set_unittest.cc', |
| 1592 'cert/ct_log_verifier_unittest.cc', | 1602 'cert/ct_log_verifier_unittest.cc', |
| 1593 'cert/ct_serialization_unittest.cc', | 1603 'cert/ct_serialization_unittest.cc', |
| 1604 'cert/ct_log_verifier_unittest.cc', |
| 1605 'cert/ct_objects_extractor_unittest.cc', |
| 1606 'cert/ct_serialization_unittest.cc', |
| 1594 'cert/ev_root_ca_metadata_unittest.cc', | 1607 'cert/ev_root_ca_metadata_unittest.cc', |
| 1595 'cert/jwk_serializer_unittest.cc', | 1608 'cert/jwk_serializer_unittest.cc', |
| 1596 'cert/multi_threaded_cert_verifier_unittest.cc', | 1609 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1597 'cert/nss_cert_database_unittest.cc', | 1610 'cert/nss_cert_database_unittest.cc', |
| 1598 'cert/pem_tokenizer_unittest.cc', | 1611 'cert/pem_tokenizer_unittest.cc', |
| 1612 'cert/single_log_ct_verifier_unittest.cc', |
| 1599 'cert/test_root_certs_unittest.cc', | 1613 'cert/test_root_certs_unittest.cc', |
| 1600 'cert/x509_certificate_unittest.cc', | 1614 'cert/x509_certificate_unittest.cc', |
| 1601 'cert/x509_cert_types_unittest.cc', | 1615 'cert/x509_cert_types_unittest.cc', |
| 1602 'cert/x509_util_unittest.cc', | 1616 'cert/x509_util_unittest.cc', |
| 1603 'cert/x509_util_nss_unittest.cc', | 1617 'cert/x509_util_nss_unittest.cc', |
| 1604 'cert/x509_util_openssl_unittest.cc', | 1618 'cert/x509_util_openssl_unittest.cc', |
| 1605 'cookies/canonical_cookie_unittest.cc', | 1619 'cookies/canonical_cookie_unittest.cc', |
| 1606 'cookies/cookie_constants_unittest.cc', | 1620 'cookies/cookie_constants_unittest.cc', |
| 1607 'cookies/cookie_monster_unittest.cc', | 1621 'cookies/cookie_monster_unittest.cc', |
| 1608 'cookies/cookie_store_unittest.h', | 1622 'cookies/cookie_store_unittest.h', |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2047 # cert verification or on iOS (which also uses NSS for certs). | 2061 # cert verification or on iOS (which also uses NSS for certs). |
| 2048 'sources!': [ | 2062 'sources!': [ |
| 2049 'ocsp/nss_ocsp_unittest.cc', | 2063 'ocsp/nss_ocsp_unittest.cc', |
| 2050 ], | 2064 ], |
| 2051 }], | 2065 }], |
| 2052 [ 'use_openssl==1', { | 2066 [ 'use_openssl==1', { |
| 2053 # When building for OpenSSL, we need to exclude NSS specific tests. | 2067 # When building for OpenSSL, we need to exclude NSS specific tests. |
| 2054 # TODO(bulach): Add equivalent tests when the underlying | 2068 # TODO(bulach): Add equivalent tests when the underlying |
| 2055 # functionality is ported to OpenSSL. | 2069 # functionality is ported to OpenSSL. |
| 2056 'sources!': [ | 2070 'sources!': [ |
| 2071 'cert/ct_objects_extractor_unittest.cc', |
| 2057 'cert/nss_cert_database_unittest.cc', | 2072 'cert/nss_cert_database_unittest.cc', |
| 2073 'cert/single_log_ct_verifier_unittest.cc', |
| 2058 'cert/x509_util_nss_unittest.cc', | 2074 'cert/x509_util_nss_unittest.cc', |
| 2059 'quic/test_tools/crypto_test_utils_nss.cc', | 2075 'quic/test_tools/crypto_test_utils_nss.cc', |
| 2060 'ssl/client_cert_store_impl_unittest.cc', | 2076 'ssl/client_cert_store_impl_unittest.cc', |
| 2061 ], | 2077 ], |
| 2062 }, { # else !use_openssl: remove the unneeded files | 2078 }, { # else !use_openssl: remove the unneeded files |
| 2063 'sources!': [ | 2079 'sources!': [ |
| 2064 'cert/x509_util_openssl_unittest.cc', | 2080 'cert/x509_util_openssl_unittest.cc', |
| 2065 'quic/test_tools/crypto_test_utils_openssl.cc', | 2081 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 2066 'socket/ssl_client_socket_openssl_unittest.cc', | 2082 'socket/ssl_client_socket_openssl_unittest.cc', |
| 2067 'ssl/openssl_client_key_store_unittest.cc', | 2083 'ssl/openssl_client_key_store_unittest.cc', |
| (...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3030 'net_unittests.isolate', | 3046 'net_unittests.isolate', |
| 3031 ], | 3047 ], |
| 3032 'sources': [ | 3048 'sources': [ |
| 3033 'net_unittests.isolate', | 3049 'net_unittests.isolate', |
| 3034 ], | 3050 ], |
| 3035 }, | 3051 }, |
| 3036 ], | 3052 ], |
| 3037 }], | 3053 }], |
| 3038 ], | 3054 ], |
| 3039 } | 3055 } |
| OLD | NEW |