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

Side by Side Diff: components/variations/BUILD.gn

Issue 2935623004: [Cleanup] Clean up the VariationsSeedStore's histograms. (Closed)
Patch Set: Rebase Created 3 years, 6 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 | « no previous file | components/variations/metrics.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 static_library("variations") { 9 static_library("variations") {
10 sources = [ 10 sources = [
11 "active_field_trials.cc", 11 "active_field_trials.cc",
12 "active_field_trials.h", 12 "active_field_trials.h",
13 "android/component_jni_registrar.cc", 13 "android/component_jni_registrar.cc",
14 "android/component_jni_registrar.h", 14 "android/component_jni_registrar.h",
15 "android/variations_associated_data_android.cc", 15 "android/variations_associated_data_android.cc",
16 "android/variations_associated_data_android.h", 16 "android/variations_associated_data_android.h",
17 "android/variations_seed_bridge.cc", 17 "android/variations_seed_bridge.cc",
18 "android/variations_seed_bridge.h", 18 "android/variations_seed_bridge.h",
19 "caching_permuted_entropy_provider.cc", 19 "caching_permuted_entropy_provider.cc",
20 "caching_permuted_entropy_provider.h", 20 "caching_permuted_entropy_provider.h",
21 "child_process_field_trial_syncer.cc", 21 "child_process_field_trial_syncer.cc",
22 "child_process_field_trial_syncer.h", 22 "child_process_field_trial_syncer.h",
23 "client_filterable_state.cc", 23 "client_filterable_state.cc",
24 "client_filterable_state.h", 24 "client_filterable_state.h",
25 "entropy_provider.cc", 25 "entropy_provider.cc",
26 "entropy_provider.h", 26 "entropy_provider.h",
27 "experiment_labels.cc", 27 "experiment_labels.cc",
28 "experiment_labels.h", 28 "experiment_labels.h",
29 "metrics.cc",
30 "metrics.h",
29 "metrics_util.cc", 31 "metrics_util.cc",
30 "metrics_util.h", 32 "metrics_util.h",
31 "pref_names.cc", 33 "pref_names.cc",
32 "pref_names.h", 34 "pref_names.h",
33 "processed_study.cc", 35 "processed_study.cc",
34 "processed_study.h", 36 "processed_study.h",
35 "proto/client_variations.proto", 37 "proto/client_variations.proto",
36 "proto/permuted_entropy_cache.proto", 38 "proto/permuted_entropy_cache.proto",
37 "proto/study.proto", 39 "proto/study.proto",
38 "proto/variations_seed.proto", 40 "proto/variations_seed.proto",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 ":variations", 142 ":variations",
141 "net", 143 "net",
142 "proto", 144 "proto",
143 "//base/test:test_support", 145 "//base/test:test_support",
144 "//components/prefs:test_support", 146 "//components/prefs:test_support",
145 "//components/variations/field_trial_config:unit_tests", 147 "//components/variations/field_trial_config:unit_tests",
146 "//testing/gtest", 148 "//testing/gtest",
147 "//third_party/zlib/google:compression_utils", 149 "//third_party/zlib/google:compression_utils",
148 ] 150 ]
149 } 151 }
OLDNEW
« no previous file with comments | « no previous file | components/variations/metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698