Index: components/data_reduction_proxy/core/common/BUILD.gn |
diff --git a/components/data_reduction_proxy/core/common/BUILD.gn b/components/data_reduction_proxy/core/common/BUILD.gn |
index f5da9da223639be4b9cbb6149a3fa6cac982d9fe..4a6ec2ed452342b814c0372bcf5b911d3da819ce 100644 |
--- a/components/data_reduction_proxy/core/common/BUILD.gn |
+++ b/components/data_reduction_proxy/core/common/BUILD.gn |
@@ -32,20 +32,21 @@ template("common_tmpl") { |
"lofi_ui_service.h", |
] |
public_deps = [ |
":version_header", |
] |
deps = [ |
"//base", |
"//components/data_reduction_proxy/proto:data_reduction_proxy_proto", |
"//components/variations", |
+ "//components/version_info", |
"//google_apis", |
] |
defines = [ "USE_GOOGLE_API_KEYS" ] |
if (defined(invoker.deps)) { |
deps += invoker.deps |
} |
} |
} |