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

Unified Diff: components/certificate_reporting/BUILD.gn

Issue 2964283002: Add chrome channel to cert logger reports (Closed)
Patch Set: Fix build errors Created 3 years, 5 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
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.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 74d488764574fd0d2968d422f10903c705c63247..d4717c24f6992b733d1028ddd1c997719dbac253 100644
--- a/components/certificate_reporting/BUILD.gn
+++ b/components/certificate_reporting/BUILD.gn
@@ -21,6 +21,7 @@ static_library("certificate_reporting") {
deps = [
"//base",
"//components/network_time",
+ "//components/version_info",
"//crypto",
"//net",
"//url",
@@ -52,6 +53,7 @@ source_set("unit_tests") {
"//components/network_time",
"//components/network_time:network_time_test_support",
"//components/prefs:test_support",
+ "//components/version_info",
"//net:test_support",
"//testing/gtest",
]
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | components/certificate_reporting/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698