summaryrefslogtreecommitdiffstats
path: root/components/variations/BUILD.gn
diff options
context:
space:
mode:
authorblundell <blundell@chromium.org>2015-08-18 01:14:56 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-18 08:15:31 +0000
commit31f8bdbaac5826a596bc71dfb2b271715c85fcbe (patch)
tree228e7b9ba89fe74cba162a3bea1f6598f307337a /components/variations/BUILD.gn
parent99c834d67c2ab46e91132127763dc7055d64def6 (diff)
downloadchromium_src-31f8bdbaac5826a596bc71dfb2b271715c85fcbe.zip
chromium_src-31f8bdbaac5826a596bc71dfb2b271715c85fcbe.tar.gz
chromium_src-31f8bdbaac5826a596bc71dfb2b271715c85fcbe.tar.bz2
Introduce (Chrome)VariationsServiceClient
VariationsService is targeted for componentization in order to be shared with iOS. Towards that goal, this CL introduces VariationsServiceClient, which will serve to abstract the dependencies of VariationsService on its embedder (e.g., //chrome). Future CLs will complete the abstraction of VariationsService's //chrome-level dependencies through VariationsServiceClient. BUG=516678 TBR=asvitkine Review URL: https://codereview.chromium.org/1293113004 Cr-Commit-Position: refs/heads/master@{#343857}
Diffstat (limited to 'components/variations/BUILD.gn')
-rw-r--r--components/variations/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index 2da636c..53e0ecf 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -42,6 +42,7 @@ source_set("variations") {
"variations_seed_processor.h",
"variations_seed_simulator.cc",
"variations_seed_simulator.h",
+ "variations_service_client.h",
"variations_url_constants.cc",
"variations_url_constants.h",
]