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

Unified Diff: components/variations/service/BUILD.gn

Issue 1312143003: Abstract chrome::GetChannel() through VariationsServiceClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@variations_service_upgrade_detector
Patch Set: Rebase Created 5 years, 4 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 | « components/variations.gypi ('k') | components/variations/service/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/service/BUILD.gn
diff --git a/components/variations/service/BUILD.gn b/components/variations/service/BUILD.gn
index 9ed3b8becd5dd758731b7f3e86576e16965e7892..1ad9e4828d434efcce8758686cb41ef79c640610 100644
--- a/components/variations/service/BUILD.gn
+++ b/components/variations/service/BUILD.gn
@@ -9,5 +9,6 @@ source_set("service") {
deps = [
"//base",
+ "//components/version_info",
]
}
« no previous file with comments | « components/variations.gypi ('k') | components/variations/service/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698