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

Unified Diff: components/data_reduction_proxy/core/common/BUILD.gn

Issue 2103223002: Adding version info to the client config request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing leftover headers Created 4 years, 6 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/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
}
}
}

Powered by Google App Engine
This is Rietveld 408576698