| Index: components/certificate_transparency/BUILD.gn
|
| diff --git a/components/certificate_transparency/BUILD.gn b/components/certificate_transparency/BUILD.gn
|
| index e09e6f2aa7d7837cb8e08f37a028a588cf5bde74..9c3da329ab04db253ecae9e8e32e26dcad746c42 100644
|
| --- a/components/certificate_transparency/BUILD.gn
|
| +++ b/components/certificate_transparency/BUILD.gn
|
| @@ -6,6 +6,8 @@ source_set("certificate_transparency") {
|
| sources = [
|
| "log_proof_fetcher.cc",
|
| "log_proof_fetcher.h",
|
| + "tree_state_tracker.cc",
|
| + "tree_state_tracker.h",
|
| ]
|
|
|
| deps = [
|
| @@ -26,7 +28,9 @@ source_set("unit_tests") {
|
| ":certificate_transparency",
|
| "//base/test:test_support",
|
| "//components/safe_json:test_support",
|
| + "//content/test:test_support",
|
| "//net:test_support",
|
| + "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|