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

Unified Diff: components/variations.gypi

Issue 1306893007: //components/variations: Create separate target for VariationsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/BUILD.gn ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations.gypi
diff --git a/components/variations.gypi b/components/variations.gypi
index cc760cd55f282e8870ff545091942171569d96e0..dfa3f0c5ddff6592f8881ca897663f8f99ae6983 100644
--- a/components/variations.gypi
+++ b/components/variations.gypi
@@ -62,7 +62,6 @@
'variations/variations_seed_simulator.h',
'variations/variations_seed_store.cc',
'variations/variations_seed_store.h',
- 'variations/variations_service_client.h',
'variations/variations_url_constants.cc',
'variations/variations_url_constants.h',
'variations/variations_util.cc',
@@ -87,6 +86,22 @@
],
},
{
+ # GN version: //components/variations/service
+ 'target_name': 'variations_service',
+
+ # TODO(blundell): Change to static_library once it has code in it.
+ 'type': 'none',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'variations/service/variations_service_client.h',
+ ],
+ },
+ {
# GN version: //components/variations/net:net
'target_name': 'variations_http_provider',
'type': 'static_library',
« no previous file with comments | « components/BUILD.gn ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698