OLD | NEW |
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 15 matching lines...) Expand all Loading... |
26 'variations/caching_permuted_entropy_provider.cc', | 26 'variations/caching_permuted_entropy_provider.cc', |
27 'variations/caching_permuted_entropy_provider.h', | 27 'variations/caching_permuted_entropy_provider.h', |
28 'variations/entropy_provider.cc', | 28 'variations/entropy_provider.cc', |
29 'variations/entropy_provider.h', | 29 'variations/entropy_provider.h', |
30 'variations/metrics_util.cc', | 30 'variations/metrics_util.cc', |
31 'variations/metrics_util.h', | 31 'variations/metrics_util.h', |
32 'variations/pref_names.cc', | 32 'variations/pref_names.cc', |
33 'variations/pref_names.h', | 33 'variations/pref_names.h', |
34 'variations/processed_study.cc', | 34 'variations/processed_study.cc', |
35 'variations/processed_study.h', | 35 'variations/processed_study.h', |
36 'variations/proto/chrome_experiments.proto', | 36 'variations/proto/client_variations.proto', |
37 'variations/proto/permuted_entropy_cache.proto', | 37 'variations/proto/permuted_entropy_cache.proto', |
38 'variations/proto/study.proto', | 38 'variations/proto/study.proto', |
39 'variations/proto/variations_seed.proto', | 39 'variations/proto/variations_seed.proto', |
40 'variations/study_filtering.cc', | 40 'variations/study_filtering.cc', |
41 'variations/study_filtering.h', | 41 'variations/study_filtering.h', |
42 'variations/variations_associated_data.cc', | 42 'variations/variations_associated_data.cc', |
43 'variations/variations_associated_data.h', | 43 'variations/variations_associated_data.h', |
44 'variations/variations_http_header_provider.cc', | 44 'variations/variations_http_header_provider.cc', |
45 'variations/variations_http_header_provider.h', | 45 'variations/variations_http_header_provider.h', |
46 'variations/variations_seed_processor.cc', | 46 'variations/variations_seed_processor.cc', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 ], | 84 ], |
85 'variables': { | 85 'variables': { |
86 'jni_gen_package': 'variations', | 86 'jni_gen_package': 'variations', |
87 }, | 87 }, |
88 'includes': [ '../build/jni_generator.gypi' ], | 88 'includes': [ '../build/jni_generator.gypi' ], |
89 }, | 89 }, |
90 ], | 90 ], |
91 }], | 91 }], |
92 ] | 92 ] |
93 } | 93 } |
OLD | NEW |