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

Side by Side Diff: components/metrics.gypi

Issue 1075503002: Move histogram_manager from components/metrics to components/cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Raman's comments Created 5 years, 8 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 | « components/cronet/histogram_manager_unittest.cc ('k') | components/metrics/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 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/metrics 8 # GN version: //components/metrics
9 'target_name': 'metrics', 9 'target_name': 'metrics',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 19 matching lines...) Expand all
30 'metrics/client_info.cc', 30 'metrics/client_info.cc',
31 'metrics/client_info.h', 31 'metrics/client_info.h',
32 'metrics/cloned_install_detector.cc', 32 'metrics/cloned_install_detector.cc',
33 'metrics/cloned_install_detector.h', 33 'metrics/cloned_install_detector.h',
34 'metrics/compression_utils.cc', 34 'metrics/compression_utils.cc',
35 'metrics/compression_utils.h', 35 'metrics/compression_utils.h',
36 'metrics/daily_event.cc', 36 'metrics/daily_event.cc',
37 'metrics/daily_event.h', 37 'metrics/daily_event.h',
38 'metrics/histogram_encoder.cc', 38 'metrics/histogram_encoder.cc',
39 'metrics/histogram_encoder.h', 39 'metrics/histogram_encoder.h',
40 'metrics/histogram_manager.cc',
41 'metrics/histogram_manager.h',
42 'metrics/machine_id_provider.h', 40 'metrics/machine_id_provider.h',
43 'metrics/machine_id_provider_stub.cc', 41 'metrics/machine_id_provider_stub.cc',
44 'metrics/machine_id_provider_win.cc', 42 'metrics/machine_id_provider_win.cc',
45 'metrics/metrics_hashes.cc', 43 'metrics/metrics_hashes.cc',
46 'metrics/metrics_hashes.h', 44 'metrics/metrics_hashes.h',
47 'metrics/metrics_log.cc', 45 'metrics/metrics_log.cc',
48 'metrics/metrics_log.h', 46 'metrics/metrics_log.h',
49 'metrics/metrics_log_manager.cc', 47 'metrics/metrics_log_manager.cc',
50 'metrics/metrics_log_manager.h', 48 'metrics/metrics_log_manager.h',
51 'metrics/metrics_log_uploader.cc', 49 'metrics/metrics_log_uploader.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'metrics/serialization/serialization_utils.h', 211 'metrics/serialization/serialization_utils.h',
214 ], 212 ],
215 'dependencies': [ 213 'dependencies': [
216 '../base/base.gyp:base', 214 '../base/base.gyp:base',
217 ], 215 ],
218 }, 216 },
219 ], 217 ],
220 }], 218 }],
221 ], 219 ],
222 } 220 }
OLDNEW
« no previous file with comments | « components/cronet/histogram_manager_unittest.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698