Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: net/net.gyp

Issue 67513008: Certificate Transparency: Add the high-level interface for verifying SCTs over multiple logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging with master Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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/scoped_nss_types.h', 298 'cert/scoped_nss_types.h',
294 'cert/signed_certificate_timestamp.cc', 299 'cert/signed_certificate_timestamp.cc',
295 'cert/signed_certificate_timestamp.h', 300 'cert/signed_certificate_timestamp.h',
296 'cert/single_request_cert_verifier.cc', 301 'cert/single_request_cert_verifier.cc',
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 'base/upload_data_stream_unittest.cc', 1604 'base/upload_data_stream_unittest.cc',
1600 'base/upload_file_element_reader_unittest.cc', 1605 'base/upload_file_element_reader_unittest.cc',
1601 'base/url_util_unittest.cc', 1606 'base/url_util_unittest.cc',
1602 'cert/cert_verify_proc_unittest.cc', 1607 'cert/cert_verify_proc_unittest.cc',
1603 'cert/crl_set_unittest.cc', 1608 'cert/crl_set_unittest.cc',
1604 'cert/ct_log_verifier_unittest.cc', 1609 'cert/ct_log_verifier_unittest.cc',
1605 'cert/ct_objects_extractor_unittest.cc', 1610 'cert/ct_objects_extractor_unittest.cc',
1606 'cert/ct_serialization_unittest.cc', 1611 'cert/ct_serialization_unittest.cc',
1607 'cert/ev_root_ca_metadata_unittest.cc', 1612 'cert/ev_root_ca_metadata_unittest.cc',
1608 'cert/jwk_serializer_unittest.cc', 1613 'cert/jwk_serializer_unittest.cc',
1614 'cert/multi_log_ct_verifier_unittest.cc',
1609 'cert/multi_threaded_cert_verifier_unittest.cc', 1615 'cert/multi_threaded_cert_verifier_unittest.cc',
1610 'cert/nss_cert_database_unittest.cc', 1616 'cert/nss_cert_database_unittest.cc',
1611 'cert/pem_tokenizer_unittest.cc', 1617 'cert/pem_tokenizer_unittest.cc',
1612 'cert/test_root_certs_unittest.cc', 1618 'cert/test_root_certs_unittest.cc',
1613 'cert/x509_certificate_unittest.cc', 1619 'cert/x509_certificate_unittest.cc',
1614 'cert/x509_cert_types_unittest.cc', 1620 'cert/x509_cert_types_unittest.cc',
1615 'cert/x509_util_unittest.cc', 1621 'cert/x509_util_unittest.cc',
1616 'cert/x509_util_nss_unittest.cc', 1622 'cert/x509_util_nss_unittest.cc',
1617 'cert/x509_util_openssl_unittest.cc', 1623 'cert/x509_util_openssl_unittest.cc',
1618 'cookies/canonical_cookie_unittest.cc', 1624 'cookies/canonical_cookie_unittest.cc',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 'ocsp/nss_ocsp_unittest.cc', 2072 'ocsp/nss_ocsp_unittest.cc',
2067 ], 2073 ],
2068 }], 2074 }],
2069 [ 'use_openssl==1', { 2075 [ 'use_openssl==1', {
2070 # When building for OpenSSL, we need to exclude NSS specific tests 2076 # When building for OpenSSL, we need to exclude NSS specific tests
2071 # or functionality not supported by OpenSSL yet. 2077 # or functionality not supported by OpenSSL yet.
2072 # TODO(bulach): Add equivalent tests when the underlying 2078 # TODO(bulach): Add equivalent tests when the underlying
2073 # functionality is ported to OpenSSL. 2079 # functionality is ported to OpenSSL.
2074 'sources!': [ 2080 'sources!': [
2075 'cert/ct_objects_extractor_unittest.cc', 2081 'cert/ct_objects_extractor_unittest.cc',
2082 'cert/multi_log_ct_verifier_unittest.cc',
2076 'cert/nss_cert_database_unittest.cc', 2083 'cert/nss_cert_database_unittest.cc',
2077 'cert/x509_util_nss_unittest.cc', 2084 'cert/x509_util_nss_unittest.cc',
2078 'quic/test_tools/crypto_test_utils_nss.cc', 2085 'quic/test_tools/crypto_test_utils_nss.cc',
2079 'ssl/client_cert_store_impl_unittest.cc', 2086 'ssl/client_cert_store_impl_unittest.cc',
2080 ], 2087 ],
2081 }, { # else !use_openssl: remove the unneeded files 2088 }, { # else !use_openssl: remove the unneeded files
2082 'sources!': [ 2089 'sources!': [
2083 'cert/x509_util_openssl_unittest.cc', 2090 'cert/x509_util_openssl_unittest.cc',
2084 'quic/test_tools/crypto_test_utils_openssl.cc', 2091 'quic/test_tools/crypto_test_utils_openssl.cc',
2085 'socket/ssl_client_socket_openssl_unittest.cc', 2092 'socket/ssl_client_socket_openssl_unittest.cc',
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
3049 'net_unittests.isolate', 3056 'net_unittests.isolate',
3050 ], 3057 ],
3051 'sources': [ 3058 'sources': [
3052 'net_unittests.isolate', 3059 'net_unittests.isolate',
3053 ], 3060 ],
3054 }, 3061 },
3055 ], 3062 ],
3056 }], 3063 }],
3057 ], 3064 ],
3058 } 3065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698