Index: components/certificate_reporting/BUILD.gn |
diff --git a/components/certificate_reporting/BUILD.gn b/components/certificate_reporting/BUILD.gn |
index eee31993b707b3d65d3aeb9c0bed858ee990e7dc..74d488764574fd0d2968d422f10903c705c63247 100644 |
--- a/components/certificate_reporting/BUILD.gn |
+++ b/components/certificate_reporting/BUILD.gn |
@@ -20,6 +20,7 @@ static_library("certificate_reporting") { |
] |
deps = [ |
"//base", |
+ "//components/network_time", |
"//crypto", |
"//net", |
"//url", |
@@ -48,6 +49,9 @@ source_set("unit_tests") { |
deps = [ |
":certificate_reporting", |
"//base", |
+ "//components/network_time", |
+ "//components/network_time:network_time_test_support", |
+ "//components/prefs:test_support", |
"//net:test_support", |
"//testing/gtest", |
] |