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

Side by Side Diff: net/net.gypi

Issue 517083002: Enable Certificate Transparency in the OpenSSL port. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ct-objects-extractor
Patch Set: move comment Created 6 years, 3 months 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
« no previous file with comments | « net/cert/asn1_util.h ('k') | net/socket/ssl_client_socket_openssl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'cert/cert_database.h', 65 'cert/cert_database.h',
66 'cert/cert_database_openssl.cc', 66 'cert/cert_database_openssl.cc',
67 'cert/cert_status_flags.cc', 67 'cert/cert_status_flags.cc',
68 'cert/cert_status_flags.h', 68 'cert/cert_status_flags.h',
69 'cert/cert_verifier.cc', 69 'cert/cert_verifier.cc',
70 'cert/cert_verifier.h', 70 'cert/cert_verifier.h',
71 'cert/cert_verify_result.cc', 71 'cert/cert_verify_result.cc',
72 'cert/cert_verify_result.h', 72 'cert/cert_verify_result.h',
73 'cert/crl_set.cc', 73 'cert/crl_set.cc',
74 'cert/crl_set.h', 74 'cert/crl_set.h',
75 'cert/ct_verifier.h',
76 'cert/ct_verify_result.cc',
77 'cert/ct_verify_result.h',
75 'cert/pem_tokenizer.cc', 78 'cert/pem_tokenizer.cc',
76 'cert/pem_tokenizer.h', 79 'cert/pem_tokenizer.h',
77 'cert/signed_certificate_timestamp.cc', 80 'cert/signed_certificate_timestamp.cc',
78 'cert/signed_certificate_timestamp.h', 81 'cert/signed_certificate_timestamp.h',
79 'cert/single_request_cert_verifier.cc', 82 'cert/single_request_cert_verifier.cc',
80 'cert/single_request_cert_verifier.h', 83 'cert/single_request_cert_verifier.h',
81 'cert/signed_tree_head.h', 84 'cert/signed_tree_head.h',
82 'cert/x509_cert_types.cc', 85 'cert/x509_cert_types.cc',
83 'cert/x509_cert_types.h', 86 'cert/x509_cert_types.h',
84 'cert/x509_certificate.cc', 87 'cert/x509_certificate.cc',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'cert/ct_log_verifier.h', 313 'cert/ct_log_verifier.h',
311 'cert/ct_log_verifier_nss.cc', 314 'cert/ct_log_verifier_nss.cc',
312 'cert/ct_log_verifier_openssl.cc', 315 'cert/ct_log_verifier_openssl.cc',
313 'cert/ct_objects_extractor.h', 316 'cert/ct_objects_extractor.h',
314 'cert/ct_objects_extractor_nss.cc', 317 'cert/ct_objects_extractor_nss.cc',
315 'cert/ct_objects_extractor_openssl.cc', 318 'cert/ct_objects_extractor_openssl.cc',
316 'cert/ct_serialization.cc', 319 'cert/ct_serialization.cc',
317 'cert/ct_serialization.h', 320 'cert/ct_serialization.h',
318 'cert/ct_signed_certificate_timestamp_log_param.cc', 321 'cert/ct_signed_certificate_timestamp_log_param.cc',
319 'cert/ct_signed_certificate_timestamp_log_param.h', 322 'cert/ct_signed_certificate_timestamp_log_param.h',
320 'cert/ct_verifier.h',
321 'cert/ct_verify_result.cc',
322 'cert/ct_verify_result.h',
323 'cert/ev_root_ca_metadata.cc', 323 'cert/ev_root_ca_metadata.cc',
324 'cert/ev_root_ca_metadata.h', 324 'cert/ev_root_ca_metadata.h',
325 'cert/jwk_serializer.h', 325 'cert/jwk_serializer.h',
326 'cert/jwk_serializer_nss.cc', 326 'cert/jwk_serializer_nss.cc',
327 'cert/jwk_serializer_openssl.cc', 327 'cert/jwk_serializer_openssl.cc',
328 'cert/multi_log_ct_verifier.cc', 328 'cert/multi_log_ct_verifier.cc',
329 'cert/multi_log_ct_verifier.h', 329 'cert/multi_log_ct_verifier.h',
330 'cert/multi_threaded_cert_verifier.cc', 330 'cert/multi_threaded_cert_verifier.cc',
331 'cert/multi_threaded_cert_verifier.h', 331 'cert/multi_threaded_cert_verifier.h',
332 'cert/nss_cert_database.cc', 332 'cert/nss_cert_database.cc',
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 'tools/quic/test_tools/quic_test_client.h', 1732 'tools/quic/test_tools/quic_test_client.h',
1733 'tools/quic/test_tools/quic_test_utils.cc', 1733 'tools/quic/test_tools/quic_test_utils.cc',
1734 'tools/quic/test_tools/quic_test_utils.h', 1734 'tools/quic/test_tools/quic_test_utils.h',
1735 'tools/quic/test_tools/server_thread.h', 1735 'tools/quic/test_tools/server_thread.h',
1736 'tools/quic/test_tools/server_thread.cc', 1736 'tools/quic/test_tools/server_thread.cc',
1737 'tools/quic/test_tools/simple_client.h', 1737 'tools/quic/test_tools/simple_client.h',
1738 'tools/quic/test_tools/simple_client.cc', 1738 'tools/quic/test_tools/simple_client.cc',
1739 ], 1739 ],
1740 } 1740 }
1741 } 1741 }
OLDNEW
« no previous file with comments | « net/cert/asn1_util.h ('k') | net/socket/ssl_client_socket_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698