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

Unified Diff: components/certificate_transparency/BUILD.gn

Issue 1845113003: Certificate Transparency: Start tracking logs' state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments 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
Index: components/certificate_transparency/BUILD.gn
diff --git a/components/certificate_transparency/BUILD.gn b/components/certificate_transparency/BUILD.gn
index e09e6f2aa7d7837cb8e08f37a028a588cf5bde74..0de37d22ac4224f1dd129086c8d5a87bed2a53a9 100644
--- a/components/certificate_transparency/BUILD.gn
+++ b/components/certificate_transparency/BUILD.gn
@@ -6,6 +6,10 @@ source_set("certificate_transparency") {
sources = [
"log_proof_fetcher.cc",
"log_proof_fetcher.h",
+ "single_tree_tracker.cc",
+ "single_tree_tracker.h",
+ "tree_state_tracker.cc",
+ "tree_state_tracker.h",
]
deps = [
@@ -20,6 +24,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"log_proof_fetcher_unittest.cc",
+ "single_tree_tracker_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698