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

Unified Diff: net/net.gypi

Issue 1853753003: Certificate Transparency: New component for obtaining fresh STHs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments by sorin & waffles Created 4 years, 8 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
« net/cert/sth_observer.h ('K') | « net/cert/sth_reporter.h ('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 b47e43f16ec12560b671d042682460666b905c1a..7fdc288eb0f4f1e7a16cc4b592f949ebf9922102 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -121,6 +121,10 @@
'cert/signed_certificate_timestamp.h',
'cert/signed_tree_head.cc',
'cert/signed_tree_head.h',
+ 'cert/sth_distributor.cc',
+ 'cert/sth_distributor.h',
+ 'cert/sth_observer.h',
+ 'cert/sth_reporter.h',
'cert/x509_cert_types.cc',
'cert/x509_cert_types.h',
'cert/x509_certificate.cc',
« net/cert/sth_observer.h ('K') | « net/cert/sth_reporter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698