summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/search_engines/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index 089ebb4..a1cb181 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -41,6 +41,10 @@ static_library("search_engines") {
"util.h",
]
+ public_deps = [
+ "//components/metrics/proto",
+ ]
+
deps = [
":prepopulated_engines",
"//base",