summaryrefslogtreecommitdiffstats
path: root/components/variations/BUILD.gn
diff options
context:
space:
mode:
authorblundell <blundell@chromium.org>2015-08-27 10:08:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-27 17:09:09 +0000
commitb50ad70d3243979e42fe667a9b9e26bd1910eba9 (patch)
tree517085ba943c24615cc60c689c6d6a9feecde1cc /components/variations/BUILD.gn
parentb7c7538596514c5487c7b5803c6758d1f53bc624 (diff)
downloadchromium_src-b50ad70d3243979e42fe667a9b9e26bd1910eba9.zip
chromium_src-b50ad70d3243979e42fe667a9b9e26bd1910eba9.tar.gz
chromium_src-b50ad70d3243979e42fe667a9b9e26bd1910eba9.tar.bz2
//components/variations: Create separate target for VariationsService
When VariationsService is componentized, it will bring in dependencies on //net and //ui, which are unwanted in the //components/variations target. In particular, Cronet depends on //components/variations and cannot depend on //net. This CL creates //components/variations/service, which currently holds variations_service_client.h and will hold variations_service.* once it is componentized. BUG=516678 TBR=brettw Review URL: https://codereview.chromium.org/1306893007 Cr-Commit-Position: refs/heads/master@{#345905}
Diffstat (limited to 'components/variations/BUILD.gn')
-rw-r--r--components/variations/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index ca173fc..811cdff 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -44,7 +44,6 @@ source_set("variations") {
"variations_seed_simulator.h",
"variations_seed_store.cc",
"variations_seed_store.h",
- "variations_service_client.h",
"variations_url_constants.cc",
"variations_url_constants.h",
"variations_util.cc",