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

Unified Diff: net/net.gypi

Issue 2540293004: Add a do-nothing CTVerifier to //net (Closed)
Patch Set: Created 4 years 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
« net/cert/do_nothing_ct_verifier.h ('K') | « net/cert/do_nothing_ct_verifier.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 539fd926e2b9c46cb5a4eb596e0204ebb95db02f..6b886d129ed5a75648707e895db8d79a34a3056f 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -86,6 +86,8 @@
'cert/ct_verifier.h',
'cert/ct_verify_result.cc',
'cert/ct_verify_result.h',
+ 'cert/do_nothing_ct_verifier.cc',
+ 'cert/do_nothing_ct_verifier.h',
'cert/internal/cert_error_id.cc',
'cert/internal/cert_error_id.h',
'cert/internal/cert_error_params.cc',
« net/cert/do_nothing_ct_verifier.h ('K') | « net/cert/do_nothing_ct_verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698