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

Unified Diff: net/net.gypi

Issue 2329593002: Add optional context for certificate errors. (Closed)
Patch Set: Address Matt's comments Created 4 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 4a927a4b78ef9549f503c83e92d8c772e81cb28c..6183f2dcefe93712b1ca5edaebb9ede4950ca649 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -86,6 +86,12 @@
'cert/ct_verifier.h',
'cert/ct_verify_result.cc',
'cert/ct_verify_result.h',
+ 'cert/internal/cert_error_id.cc',
+ 'cert/internal/cert_error_id.h',
+ 'cert/internal/cert_error_params.cc',
+ 'cert/internal/cert_error_params.h',
+ 'cert/internal/cert_error_scoper.cc',
+ 'cert/internal/cert_error_scoper.h',
'cert/internal/cert_errors.cc',
'cert/internal/cert_errors.h',
'cert/internal/cert_issuer_source.h',

Powered by Google App Engine
This is Rietveld 408576698