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

Side by Side Diff: components/variations.gypi

Issue 1309843005: Remove more //chrome dependencies from VariationsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@variations_service_get_channel
Patch Set: Response to review Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/variations 8 # GN version: //components/variations
9 'target_name': 'variations', 9 'target_name': 'variations',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'variations/variations_request_scheduler.cc', 55 'variations/variations_request_scheduler.cc',
56 'variations/variations_request_scheduler.h', 56 'variations/variations_request_scheduler.h',
57 'variations/variations_request_scheduler_mobile.cc', 57 'variations/variations_request_scheduler_mobile.cc',
58 'variations/variations_request_scheduler_mobile.h', 58 'variations/variations_request_scheduler_mobile.h',
59 'variations/variations_seed_processor.cc', 59 'variations/variations_seed_processor.cc',
60 'variations/variations_seed_processor.h', 60 'variations/variations_seed_processor.h',
61 'variations/variations_seed_simulator.cc', 61 'variations/variations_seed_simulator.cc',
62 'variations/variations_seed_simulator.h', 62 'variations/variations_seed_simulator.h',
63 'variations/variations_seed_store.cc', 63 'variations/variations_seed_store.cc',
64 'variations/variations_seed_store.h', 64 'variations/variations_seed_store.h',
65 'variations/variations_switches.cc',
66 'variations/variations_switches.h',
65 'variations/variations_url_constants.cc', 67 'variations/variations_url_constants.cc',
66 'variations/variations_url_constants.h', 68 'variations/variations_url_constants.h',
67 'variations/variations_util.cc', 69 'variations/variations_util.cc',
68 'variations/variations_util.h', 70 'variations/variations_util.h',
69 ], 71 ],
70 'variables': { 72 'variables': {
71 'proto_in_dir': 'variations/proto', 73 'proto_in_dir': 'variations/proto',
72 'proto_out_dir': 'components/variations/proto', 74 'proto_out_dir': 'components/variations/proto',
73 }, 75 },
74 'includes': [ '../build/protoc.gypi' ], 76 'includes': [ '../build/protoc.gypi' ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 ], 152 ],
151 'variables': { 153 'variables': {
152 'jni_gen_package': 'variations', 154 'jni_gen_package': 'variations',
153 }, 155 },
154 'includes': [ '../build/jni_generator.gypi' ], 156 'includes': [ '../build/jni_generator.gypi' ],
155 }, 157 },
156 ], 158 ],
157 }], 159 }],
158 ] 160 ]
159 } 161 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698