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

Side by Side Diff: components/variations.gypi

Issue 1293113004: Introduce (Chrome)VariationsServiceClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self-review 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'variations/study_filtering.cc', 45 'variations/study_filtering.cc',
46 'variations/study_filtering.h', 46 'variations/study_filtering.h',
47 'variations/variations_associated_data.cc', 47 'variations/variations_associated_data.cc',
48 'variations/variations_associated_data.h', 48 'variations/variations_associated_data.h',
49 'variations/variations_experiment_util.cc', 49 'variations/variations_experiment_util.cc',
50 'variations/variations_experiment_util.h', 50 'variations/variations_experiment_util.h',
51 'variations/variations_seed_processor.cc', 51 'variations/variations_seed_processor.cc',
52 'variations/variations_seed_processor.h', 52 'variations/variations_seed_processor.h',
53 'variations/variations_seed_simulator.cc', 53 'variations/variations_seed_simulator.cc',
54 'variations/variations_seed_simulator.h', 54 'variations/variations_seed_simulator.h',
55 'variations/variations_service_client.h',
55 'variations/variations_url_constants.cc', 56 'variations/variations_url_constants.cc',
56 'variations/variations_url_constants.h', 57 'variations/variations_url_constants.h',
57 ], 58 ],
58 'variables': { 59 'variables': {
59 'proto_in_dir': 'variations/proto', 60 'proto_in_dir': 'variations/proto',
60 'proto_out_dir': 'components/variations/proto', 61 'proto_out_dir': 'components/variations/proto',
61 }, 62 },
62 'includes': [ '../build/protoc.gypi' ], 63 'includes': [ '../build/protoc.gypi' ],
63 'conditions': [ 64 'conditions': [
64 ['OS == "android"', { 65 ['OS == "android"', {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 ], 117 ],
117 'variables': { 118 'variables': {
118 'jni_gen_package': 'variations', 119 'jni_gen_package': 'variations',
119 }, 120 },
120 'includes': [ '../build/jni_generator.gypi' ], 121 'includes': [ '../build/jni_generator.gypi' ],
121 }, 122 },
122 ], 123 ],
123 }], 124 }],
124 ] 125 ]
125 } 126 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698