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

Unified Diff: net/net.gypi

Issue 1042973002: Implement the ability to whitelist certs from specific issuers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stupid windows Created 5 years, 9 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/cert_verify_proc_whitelist_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 b06535ba66355b9a1716eb9fcc841875cee8e4a5..4fc3240e3d3d6fae9cd8a14e0890593899400507 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -322,6 +322,8 @@
'cert/cert_verify_proc_nss.h',
'cert/cert_verify_proc_openssl.cc',
'cert/cert_verify_proc_openssl.h',
+ 'cert/cert_verify_proc_whitelist.cc',
+ 'cert/cert_verify_proc_whitelist.h',
'cert/cert_verify_proc_win.cc',
'cert/cert_verify_proc_win.h',
'cert/crl_set_storage.cc',
@@ -1299,6 +1301,7 @@
'base/url_util_unittest.cc',
'cert/cert_policy_enforcer_unittest.cc',
'cert/cert_verify_proc_unittest.cc',
+ 'cert/cert_verify_proc_whitelist_unittest.cc',
'cert/crl_set_unittest.cc',
'cert/ct_log_response_parser_unittest.cc',
'cert/ct_log_verifier_unittest.cc',
« no previous file with comments | « net/cert/cert_verify_proc_whitelist_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698