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

Side by Side Diff: components/variations.gypi

Issue 498773005: Add some remoting targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « components/translate/core/browser/BUILD.gn ('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',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 # List of dependencies is intentionally very minimal. Please avoid 15 # List of dependencies is intentionally very minimal. Please avoid
16 # adding extra dependencies without first checking with OWNERS. 16 # adding extra dependencies without first checking with OWNERS.
17 '../base/base.gyp:base', 17 '../base/base.gyp:base',
18 '../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 18 '../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 # Note: sources list duplicated in GN build.
21 'variations/active_field_trials.cc', 22 'variations/active_field_trials.cc',
22 'variations/active_field_trials.h', 23 'variations/active_field_trials.h',
23 'variations/android/component_jni_registrar.cc', 24 'variations/android/component_jni_registrar.cc',
24 'variations/android/component_jni_registrar.h', 25 'variations/android/component_jni_registrar.h',
25 'variations/android/variations_associated_data_android.cc', 26 'variations/android/variations_associated_data_android.cc',
26 'variations/android/variations_associated_data_android.h', 27 'variations/android/variations_associated_data_android.h',
27 'variations/caching_permuted_entropy_provider.cc', 28 'variations/caching_permuted_entropy_provider.cc',
28 'variations/caching_permuted_entropy_provider.h', 29 'variations/caching_permuted_entropy_provider.h',
29 'variations/entropy_provider.cc', 30 'variations/entropy_provider.cc',
30 'variations/entropy_provider.h', 31 'variations/entropy_provider.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 ], 101 ],
101 'variables': { 102 'variables': {
102 'jni_gen_package': 'variations', 103 'jni_gen_package': 'variations',
103 }, 104 },
104 'includes': [ '../build/jni_generator.gypi' ], 105 'includes': [ '../build/jni_generator.gypi' ],
105 }, 106 },
106 ], 107 ],
107 }], 108 }],
108 ] 109 ]
109 } 110 }
OLDNEW
« no previous file with comments | « components/translate/core/browser/BUILD.gn ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698