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

Unified Diff: components/update_client/BUILD.gn

Issue 2768573002: Send traffic-management headers from extension updater. (Closed)
Patch Set: Change the code according to mek's comments. Created 3 years, 9 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
« no previous file with comments | « chrome/browser/extensions/updater/extension_updater_unittest.cc ('k') | components/update_client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index 14d1274ca0f18c63840c0607fa03b7eecaf9932d..b5a29805ef53421d02a39d8f1d23c4b2336378f4 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -64,6 +64,7 @@ static_library("update_client") {
"//components/crx_file",
"//components/data_use_measurement/core",
"//components/prefs",
+ "//components/version_info:version_info",
"//courgette:courgette_lib",
"//crypto",
"//net",
@@ -146,6 +147,7 @@ source_set("unit_tests") {
"//base",
"//components/prefs",
"//components/prefs:test_support",
+ "//components/version_info:version_info",
"//courgette:courgette_lib",
"//net:test_support",
"//testing/gmock",
« no previous file with comments | « chrome/browser/extensions/updater/extension_updater_unittest.cc ('k') | components/update_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698