| 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",
|
| ]
|
|
|