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

Unified Diff: net/net.gypi

Issue 1579233002: Rename CertPolicyEnforcer to CTPolicyEnforcer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/crypto/proof_verifier_chromium.h » ('j') | 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 eddea8a0b3ad49edad59d1e2056c7d5b629fac8e..8a8ed295e768975c26f1ffef942c1b7a37bb98b2 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -73,8 +73,6 @@
'cert/cert_database.cc',
'cert/cert_database.h',
'cert/cert_database_openssl.cc',
- 'cert/cert_policy_enforcer.cc',
- 'cert/cert_policy_enforcer.h',
'cert/cert_status_flags.cc',
'cert/cert_status_flags.h',
'cert/cert_verifier.cc',
@@ -86,6 +84,8 @@
'cert/ct_known_logs.cc',
'cert/ct_known_logs.h',
'cert/ct_known_logs_static.h',
+ 'cert/ct_policy_enforcer.cc',
+ 'cert/ct_policy_enforcer.h',
'cert/ct_verifier.h',
'cert/ct_verify_result.cc',
'cert/ct_verify_result.h',
@@ -1338,7 +1338,7 @@
'base/upload_bytes_element_reader_unittest.cc',
'base/upload_file_element_reader_unittest.cc',
'base/url_util_unittest.cc',
- 'cert/cert_policy_enforcer_unittest.cc',
+ 'cert/ct_policy_enforcer_unittest.cc',
'cert/cert_verify_proc_unittest.cc',
'cert/cert_verify_proc_whitelist_unittest.cc',
'cert/crl_set_unittest.cc',
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/crypto/proof_verifier_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698