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

Side by Side Diff: components/metrics.gypi

Issue 794493002: Add UMA Histogram Manager to Cronet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
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 15 matching lines...) Expand all
26 'metrics/clean_exit_beacon.cc', 26 'metrics/clean_exit_beacon.cc',
27 'metrics/clean_exit_beacon.h', 27 'metrics/clean_exit_beacon.h',
28 'metrics/client_info.cc', 28 'metrics/client_info.cc',
29 'metrics/client_info.h', 29 'metrics/client_info.h',
30 'metrics/cloned_install_detector.cc', 30 'metrics/cloned_install_detector.cc',
31 'metrics/cloned_install_detector.h', 31 'metrics/cloned_install_detector.h',
32 'metrics/compression_utils.cc', 32 'metrics/compression_utils.cc',
33 'metrics/compression_utils.h', 33 'metrics/compression_utils.h',
34 'metrics/daily_event.cc', 34 'metrics/daily_event.cc',
35 'metrics/daily_event.h', 35 'metrics/daily_event.h',
36 'metrics/histogram_encoder.cc',
37 'metrics/histogram_encoder.h',
36 'metrics/machine_id_provider.h', 38 'metrics/machine_id_provider.h',
37 'metrics/machine_id_provider_stub.cc', 39 'metrics/machine_id_provider_stub.cc',
38 'metrics/machine_id_provider_win.cc', 40 'metrics/machine_id_provider_win.cc',
39 'metrics/metrics_hashes.cc', 41 'metrics/metrics_hashes.cc',
40 'metrics/metrics_hashes.h', 42 'metrics/metrics_hashes.h',
41 'metrics/metrics_log.cc', 43 'metrics/metrics_log.cc',
42 'metrics/metrics_log.h', 44 'metrics/metrics_log.h',
43 'metrics/metrics_log_manager.cc', 45 'metrics/metrics_log_manager.cc',
44 'metrics/metrics_log_manager.h', 46 'metrics/metrics_log_manager.h',
45 'metrics/metrics_log_uploader.cc', 47 'metrics/metrics_log_uploader.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'metrics/serialization/metric_sample.h', 205 'metrics/serialization/metric_sample.h',
204 ], 206 ],
205 'dependencies': [ 207 'dependencies': [
206 '../base/base.gyp:base', 208 '../base/base.gyp:base',
207 ], 209 ],
208 }, 210 },
209 ], 211 ],
210 }], 212 }],
211 ], 213 ],
212 } 214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698