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

Unified Diff: components/update_client/BUILD.gn

Issue 2768573002: Send traffic-management headers from extension updater. (Closed)
Patch Set: Rename on_demand_update to foreground_check. 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
Index: components/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index e35d4f4c7d916334e058e8c1bea5f05232a4d1eb..2e9791c3906446904b566afd4a59575ac1333528 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",
@@ -145,6 +146,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",

Powered by Google App Engine
This is Rietveld 408576698