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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 0d38b678153287503592c6803b73c0392971b737..79c5001ea2e9f07ea2533a5f7fb97b198e16dcec 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -72,6 +72,9 @@
'cert/cert_verify_result.h',
'cert/crl_set.cc',
'cert/crl_set.h',
+ 'cert/ct_verifier.h',
+ 'cert/ct_verify_result.cc',
+ 'cert/ct_verify_result.h',
'cert/pem_tokenizer.cc',
'cert/pem_tokenizer.h',
'cert/signed_certificate_timestamp.cc',
@@ -317,9 +320,6 @@
'cert/ct_serialization.h',
'cert/ct_signed_certificate_timestamp_log_param.cc',
'cert/ct_signed_certificate_timestamp_log_param.h',
- 'cert/ct_verifier.h',
- 'cert/ct_verify_result.cc',
- 'cert/ct_verify_result.h',
'cert/ev_root_ca_metadata.cc',
'cert/ev_root_ca_metadata.h',
'cert/jwk_serializer.h',
« 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