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

Unified Diff: components/certificate_reporting/BUILD.gn

Issue 2448943004: Add experimental feature info to certificate reports (Closed)
Patch Set: battre comment Created 4 years, 1 month 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 | « chrome/browser/ssl/ssl_error_handler_unittest.cc ('k') | components/certificate_reporting/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « chrome/browser/ssl/ssl_error_handler_unittest.cc ('k') | components/certificate_reporting/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698