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

Unified Diff: net/net.gypi

Issue 1845113003: Certificate Transparency: Start tracking logs' state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/sth_observer.cc ('k') | net/test/ct_test_util.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 f946a5b26c9546dca94f9683bef19037018212e7..87f8b3d44532f470814889f6856e46c7dbc8ebe3 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -87,6 +87,7 @@
'cert/ct_known_logs.cc',
'cert/ct_known_logs.h',
'cert/ct_known_logs_static.h',
+ 'cert/ct_observer.h',
'cert/ct_policy_enforcer.cc',
'cert/ct_policy_enforcer.h',
'cert/ct_policy_status.h',
@@ -121,6 +122,10 @@
'cert/signed_certificate_timestamp.h',
'cert/signed_tree_head.cc',
'cert/signed_tree_head.h',
+ 'cert/sth_observer.h',
+ 'cert/sth_observer.cc',
+ 'cert/sth_distributor.cc',
+ 'cert/sth_distributor.h',
'cert/x509_cert_types.cc',
'cert/x509_cert_types.h',
'cert/x509_certificate.cc',
« no previous file with comments | « net/cert/sth_observer.cc ('k') | net/test/ct_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698