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

Unified Diff: net/net.gypi

Issue 2004843002: Adds a MerkleAuditProof struct to net/cert. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses review comment from eroman Created 4 years, 7 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/merkle_audit_proof_unittest.cc ('k') | no next file » | 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 4b8be2c5fee7775675e588d5a11b24660f97f4e3..cf778fcbb92353958efcebf9e58597ec1c128a21 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -593,6 +593,8 @@
'cert/ev_root_ca_metadata.h',
'cert/jwk_serializer.cc',
'cert/jwk_serializer.h',
+ 'cert/merkle_audit_proof.cc',
+ 'cert/merkle_audit_proof.h',
'cert/merkle_consistency_proof.cc',
'cert/merkle_consistency_proof.h',
'cert/merkle_tree_leaf.cc',
@@ -1366,6 +1368,7 @@
'cert/internal/verify_name_match_unittest.cc',
'cert/internal/verify_signed_data_unittest.cc',
'cert/jwk_serializer_unittest.cc',
+ 'cert/merkle_audit_proof_unittest.cc',
'cert/merkle_tree_leaf_unittest.cc',
'cert/multi_log_ct_verifier_unittest.cc',
'cert/multi_threaded_cert_verifier_unittest.cc',
« no previous file with comments | « net/cert/merkle_audit_proof_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698