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

Unified Diff: net/net.gypi

Issue 2540293004: Add a do-nothing CTVerifier to //net (Closed)
Patch Set: Grammar bad 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
« no previous file with comments | « 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 4b95bb9b5c6f679727d5b58f37c4600f9f1f1495..f9f07c154c6f6cfbd176ce8e07ede294133720de 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',
« no previous file with comments | « 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