13 lines
483 B
Diff
13 lines
483 B
Diff
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
|
|
index f7884a6a21823bf345f2e6bce505b1d2d6cb15be..683e76bfb6d83ef59cfc8c92fea81fafa8602963 100644
|
|
--- a/components/metrics/BUILD.gn
|
|
+++ b/components/metrics/BUILD.gn
|
|
@@ -359,6 +359,7 @@ if (!is_cronet_build || is_ios) {
|
|
"motherboard_metrics_provider.h",
|
|
]
|
|
}
|
|
+ import("//brave/components/metrics/sources.gni") deps += brave_components_metrics_deps
|
|
}
|
|
|
|
static_library("test_support") {
|