| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'cert/cert_verify_proc_openssl.cc', | 264 'cert/cert_verify_proc_openssl.cc', |
| 265 'cert/cert_verify_proc_openssl.h', | 265 'cert/cert_verify_proc_openssl.h', |
| 266 'cert/cert_verify_proc_win.cc', | 266 'cert/cert_verify_proc_win.cc', |
| 267 'cert/cert_verify_proc_win.h', | 267 'cert/cert_verify_proc_win.h', |
| 268 'cert/cert_verify_result.cc', | 268 'cert/cert_verify_result.cc', |
| 269 'cert/cert_verify_result.h', | 269 'cert/cert_verify_result.h', |
| 270 'cert/crl_set.cc', | 270 'cert/crl_set.cc', |
| 271 'cert/crl_set.h', | 271 'cert/crl_set.h', |
| 272 'cert/ev_root_ca_metadata.cc', | 272 'cert/ev_root_ca_metadata.cc', |
| 273 'cert/ev_root_ca_metadata.h', | 273 'cert/ev_root_ca_metadata.h', |
| 274 'cert/jwk_serializer_nss.cc', |
| 275 'cert/jwk_serializer_openssl.cc', |
| 276 'cert/jwk_serializer.h', |
| 274 'cert/multi_threaded_cert_verifier.cc', | 277 'cert/multi_threaded_cert_verifier.cc', |
| 275 'cert/multi_threaded_cert_verifier.h', | 278 'cert/multi_threaded_cert_verifier.h', |
| 276 'cert/nss_cert_database.cc', | 279 'cert/nss_cert_database.cc', |
| 277 'cert/nss_cert_database.h', | 280 'cert/nss_cert_database.h', |
| 278 'cert/pem_tokenizer.cc', | 281 'cert/pem_tokenizer.cc', |
| 279 'cert/pem_tokenizer.h', | 282 'cert/pem_tokenizer.h', |
| 280 'cert/single_request_cert_verifier.cc', | 283 'cert/single_request_cert_verifier.cc', |
| 281 'cert/single_request_cert_verifier.h', | 284 'cert/single_request_cert_verifier.h', |
| 282 'cert/test_root_certs.cc', | 285 'cert/test_root_certs.cc', |
| 283 'cert/test_root_certs.h', | 286 'cert/test_root_certs.h', |
| (...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1192 }], | 1195 }], |
| 1193 ['use_openssl==1', { | 1196 ['use_openssl==1', { |
| 1194 'sources!': [ | 1197 'sources!': [ |
| 1195 'base/crypto_module_nss.cc', | 1198 'base/crypto_module_nss.cc', |
| 1196 'base/keygen_handler_nss.cc', | 1199 'base/keygen_handler_nss.cc', |
| 1197 'base/nss_memio.c', | 1200 'base/nss_memio.c', |
| 1198 'base/nss_memio.h', | 1201 'base/nss_memio.h', |
| 1199 'cert/cert_database_nss.cc', | 1202 'cert/cert_database_nss.cc', |
| 1200 'cert/cert_verify_proc_nss.cc', | 1203 'cert/cert_verify_proc_nss.cc', |
| 1201 'cert/cert_verify_proc_nss.h', | 1204 'cert/cert_verify_proc_nss.h', |
| 1205 'cert/jwk_serializer_nss.cc', |
| 1202 'cert/nss_cert_database.cc', | 1206 'cert/nss_cert_database.cc', |
| 1203 'cert/nss_cert_database.h', | 1207 'cert/nss_cert_database.h', |
| 1204 'cert/test_root_certs_nss.cc', | 1208 'cert/test_root_certs_nss.cc', |
| 1205 'cert/x509_certificate_nss.cc', | 1209 'cert/x509_certificate_nss.cc', |
| 1206 'cert/x509_util_nss.cc', | 1210 'cert/x509_util_nss.cc', |
| 1207 'cert/x509_util_nss.h', | 1211 'cert/x509_util_nss.h', |
| 1208 'ocsp/nss_ocsp.cc', | 1212 'ocsp/nss_ocsp.cc', |
| 1209 'ocsp/nss_ocsp.h', | 1213 'ocsp/nss_ocsp.h', |
| 1210 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', | 1214 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
| 1211 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', | 1215 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1229 { # else !use_openssl: remove the unneeded files | 1233 { # else !use_openssl: remove the unneeded files |
| 1230 'sources!': [ | 1234 'sources!': [ |
| 1231 'base/crypto_module_openssl.cc', | 1235 'base/crypto_module_openssl.cc', |
| 1232 'base/keygen_handler_openssl.cc', | 1236 'base/keygen_handler_openssl.cc', |
| 1233 'base/openssl_private_key_store.h', | 1237 'base/openssl_private_key_store.h', |
| 1234 'base/openssl_private_key_store_android.cc', | 1238 'base/openssl_private_key_store_android.cc', |
| 1235 'base/openssl_private_key_store_memory.cc', | 1239 'base/openssl_private_key_store_memory.cc', |
| 1236 'cert/cert_database_openssl.cc', | 1240 'cert/cert_database_openssl.cc', |
| 1237 'cert/cert_verify_proc_openssl.cc', | 1241 'cert/cert_verify_proc_openssl.cc', |
| 1238 'cert/cert_verify_proc_openssl.h', | 1242 'cert/cert_verify_proc_openssl.h', |
| 1243 'cert/jwk_serializer_openssl.cc', |
| 1239 'cert/test_root_certs_openssl.cc', | 1244 'cert/test_root_certs_openssl.cc', |
| 1240 'cert/x509_certificate_openssl.cc', | 1245 'cert/x509_certificate_openssl.cc', |
| 1241 'cert/x509_util_openssl.cc', | 1246 'cert/x509_util_openssl.cc', |
| 1242 'cert/x509_util_openssl.h', | 1247 'cert/x509_util_openssl.h', |
| 1243 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 1248 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
| 1244 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', | 1249 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
| 1245 'quic/crypto/channel_id_openssl.cc', | 1250 'quic/crypto/channel_id_openssl.cc', |
| 1246 'quic/crypto/p256_key_exchange_openssl.cc', | 1251 'quic/crypto/p256_key_exchange_openssl.cc', |
| 1247 'quic/crypto/scoped_evp_cipher_ctx.cc', | 1252 'quic/crypto/scoped_evp_cipher_ctx.cc', |
| 1248 'quic/crypto/scoped_evp_cipher_ctx.h', | 1253 'quic/crypto/scoped_evp_cipher_ctx.h', |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1517 'base/sdch_filter_unittest.cc', | 1522 'base/sdch_filter_unittest.cc', |
| 1518 'base/static_cookie_policy_unittest.cc', | 1523 'base/static_cookie_policy_unittest.cc', |
| 1519 'base/test_completion_callback_unittest.cc', | 1524 'base/test_completion_callback_unittest.cc', |
| 1520 'base/upload_bytes_element_reader_unittest.cc', | 1525 'base/upload_bytes_element_reader_unittest.cc', |
| 1521 'base/upload_data_stream_unittest.cc', | 1526 'base/upload_data_stream_unittest.cc', |
| 1522 'base/upload_file_element_reader_unittest.cc', | 1527 'base/upload_file_element_reader_unittest.cc', |
| 1523 'base/url_util_unittest.cc', | 1528 'base/url_util_unittest.cc', |
| 1524 'cert/cert_verify_proc_unittest.cc', | 1529 'cert/cert_verify_proc_unittest.cc', |
| 1525 'cert/crl_set_unittest.cc', | 1530 'cert/crl_set_unittest.cc', |
| 1526 'cert/ev_root_ca_metadata_unittest.cc', | 1531 'cert/ev_root_ca_metadata_unittest.cc', |
| 1532 'cert/jwk_serializer_nss_unittest.cc', |
| 1533 'cert/jwk_serializer_openssl_unittest.cc', |
| 1527 'cert/multi_threaded_cert_verifier_unittest.cc', | 1534 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1528 'cert/nss_cert_database_unittest.cc', | 1535 'cert/nss_cert_database_unittest.cc', |
| 1529 'cert/pem_tokenizer_unittest.cc', | 1536 'cert/pem_tokenizer_unittest.cc', |
| 1530 'cert/test_root_certs_unittest.cc', | 1537 'cert/test_root_certs_unittest.cc', |
| 1531 'cert/x509_certificate_unittest.cc', | 1538 'cert/x509_certificate_unittest.cc', |
| 1532 'cert/x509_cert_types_unittest.cc', | 1539 'cert/x509_cert_types_unittest.cc', |
| 1533 'cert/x509_util_unittest.cc', | 1540 'cert/x509_util_unittest.cc', |
| 1534 'cert/x509_util_nss_unittest.cc', | 1541 'cert/x509_util_nss_unittest.cc', |
| 1535 'cert/x509_util_openssl_unittest.cc', | 1542 'cert/x509_util_openssl_unittest.cc', |
| 1536 'cookies/canonical_cookie_unittest.cc', | 1543 'cookies/canonical_cookie_unittest.cc', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1939 # cert verification or on iOS (which also uses NSS for certs). | 1946 # cert verification or on iOS (which also uses NSS for certs). |
| 1940 'sources!': [ | 1947 'sources!': [ |
| 1941 'ocsp/nss_ocsp_unittest.cc', | 1948 'ocsp/nss_ocsp_unittest.cc', |
| 1942 ], | 1949 ], |
| 1943 }], | 1950 }], |
| 1944 [ 'use_openssl==1', { | 1951 [ 'use_openssl==1', { |
| 1945 # When building for OpenSSL, we need to exclude NSS specific tests. | 1952 # When building for OpenSSL, we need to exclude NSS specific tests. |
| 1946 # TODO(bulach): Add equivalent tests when the underlying | 1953 # TODO(bulach): Add equivalent tests when the underlying |
| 1947 # functionality is ported to OpenSSL. | 1954 # functionality is ported to OpenSSL. |
| 1948 'sources!': [ | 1955 'sources!': [ |
| 1956 'cert/jwk_serializer_nss_unittest.cc', |
| 1949 'cert/nss_cert_database_unittest.cc', | 1957 'cert/nss_cert_database_unittest.cc', |
| 1950 'cert/x509_util_nss_unittest.cc', | 1958 'cert/x509_util_nss_unittest.cc', |
| 1951 'quic/test_tools/crypto_test_utils_nss.cc', | 1959 'quic/test_tools/crypto_test_utils_nss.cc', |
| 1952 'ssl/client_cert_store_impl_unittest.cc', | 1960 'ssl/client_cert_store_impl_unittest.cc', |
| 1953 ], | 1961 ], |
| 1954 }, { # else !use_openssl: remove the unneeded files | 1962 }, { # else !use_openssl: remove the unneeded files |
| 1955 'sources!': [ | 1963 'sources!': [ |
| 1964 'cert/jwk_serializer_openssl_unittest.cc', |
| 1956 'cert/x509_util_openssl_unittest.cc', | 1965 'cert/x509_util_openssl_unittest.cc', |
| 1957 'quic/test_tools/crypto_test_utils_openssl.cc', | 1966 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 1958 'socket/ssl_client_socket_openssl_unittest.cc', | 1967 'socket/ssl_client_socket_openssl_unittest.cc', |
| 1959 'ssl/openssl_client_key_store_unittest.cc', | 1968 'ssl/openssl_client_key_store_unittest.cc', |
| 1960 ], | 1969 ], |
| 1961 }, | 1970 }, |
| 1962 ], | 1971 ], |
| 1963 [ 'enable_websockets != 1', { | 1972 [ 'enable_websockets != 1', { |
| 1964 'sources/': [ | 1973 'sources/': [ |
| 1965 ['exclude', '^socket_stream/'], | 1974 ['exclude', '^socket_stream/'], |
| (...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2885 'net_unittests.isolate', | 2894 'net_unittests.isolate', |
| 2886 ], | 2895 ], |
| 2887 'sources': [ | 2896 'sources': [ |
| 2888 'net_unittests.isolate', | 2897 'net_unittests.isolate', |
| 2889 ], | 2898 ], |
| 2890 }, | 2899 }, |
| 2891 ], | 2900 ], |
| 2892 }], | 2901 }], |
| 2893 ], | 2902 ], |
| 2894 } | 2903 } |
| OLD | NEW |