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

Unified Diff: components/certificate_reporting/BUILD.gn

Issue 2448943004: Add experimental feature info to certificate reports (Closed)
Patch Set: Created 4 years, 2 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_reporting/BUILD.gn
diff --git a/components/certificate_reporting/BUILD.gn b/components/certificate_reporting/BUILD.gn
index eee31993b707b3d65d3aeb9c0bed858ee990e7dc..a4099681eb5c21bd5757b42c2446c07468817f5e 100644
--- a/components/certificate_reporting/BUILD.gn
+++ b/components/certificate_reporting/BUILD.gn
@@ -20,6 +20,7 @@ static_library("certificate_reporting") {
]
deps = [
"//base",
+ "//components/variations",
"//crypto",
"//net",
"//url",
@@ -48,6 +49,8 @@ source_set("unit_tests") {
deps = [
":certificate_reporting",
"//base",
+ "//base/test:test_support",
+ "//components/variations",
"//net:test_support",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698