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

Side by Side Diff: components/variations.gypi

Issue 1262683006: Componentize variations_url_constants.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 30 matching lines...) Expand all
41 'variations/proto/study.proto', 41 'variations/proto/study.proto',
42 'variations/proto/variations_seed.proto', 42 'variations/proto/variations_seed.proto',
43 'variations/study_filtering.cc', 43 'variations/study_filtering.cc',
44 'variations/study_filtering.h', 44 'variations/study_filtering.h',
45 'variations/variations_associated_data.cc', 45 'variations/variations_associated_data.cc',
46 'variations/variations_associated_data.h', 46 'variations/variations_associated_data.h',
47 'variations/variations_seed_processor.cc', 47 'variations/variations_seed_processor.cc',
48 'variations/variations_seed_processor.h', 48 'variations/variations_seed_processor.h',
49 'variations/variations_seed_simulator.cc', 49 'variations/variations_seed_simulator.cc',
50 'variations/variations_seed_simulator.h', 50 'variations/variations_seed_simulator.h',
51 'variations/variations_url_constants.cc',
52 'variations/variations_url_constants.h',
51 ], 53 ],
52 'variables': { 54 'variables': {
53 'proto_in_dir': 'variations/proto', 55 'proto_in_dir': 'variations/proto',
54 'proto_out_dir': 'components/variations/proto', 56 'proto_out_dir': 'components/variations/proto',
55 }, 57 },
56 'includes': [ '../build/protoc.gypi' ], 58 'includes': [ '../build/protoc.gypi' ],
57 'conditions': [ 59 'conditions': [
58 ['OS == "android"', { 60 ['OS == "android"', {
59 'dependencies': [ 61 'dependencies': [
60 'variations_jni_headers', 62 'variations_jni_headers',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 ], 112 ],
111 'variables': { 113 'variables': {
112 'jni_gen_package': 'variations', 114 'jni_gen_package': 'variations',
113 }, 115 },
114 'includes': [ '../build/jni_generator.gypi' ], 116 'includes': [ '../build/jni_generator.gypi' ],
115 }, 117 },
116 ], 118 ],
117 }], 119 }],
118 ] 120 ]
119 } 121 }
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