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

Side by Side Diff: components/metrics.gypi

Issue 558653002: Allow MetricsProviders to request an initial stability log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Move all MetricsProvider implementation to .cc file. 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
« no previous file with comments | « no previous file | 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/metrics_hashes.cc', 30 'metrics/metrics_hashes.cc',
31 'metrics/metrics_hashes.h', 31 'metrics/metrics_hashes.h',
32 'metrics/metrics_log.cc', 32 'metrics/metrics_log.cc',
33 'metrics/metrics_log.h', 33 'metrics/metrics_log.h',
34 'metrics/metrics_log_manager.cc', 34 'metrics/metrics_log_manager.cc',
35 'metrics/metrics_log_manager.h', 35 'metrics/metrics_log_manager.h',
36 'metrics/metrics_log_uploader.cc', 36 'metrics/metrics_log_uploader.cc',
37 'metrics/metrics_log_uploader.h', 37 'metrics/metrics_log_uploader.h',
38 'metrics/metrics_pref_names.cc', 38 'metrics/metrics_pref_names.cc',
39 'metrics/metrics_pref_names.h', 39 'metrics/metrics_pref_names.h',
40 'metrics/metrics_provider.cc',
40 'metrics/metrics_provider.h', 41 'metrics/metrics_provider.h',
41 'metrics/metrics_reporting_scheduler.cc', 42 'metrics/metrics_reporting_scheduler.cc',
42 'metrics/metrics_reporting_scheduler.h', 43 'metrics/metrics_reporting_scheduler.h',
43 'metrics/metrics_service.cc', 44 'metrics/metrics_service.cc',
44 'metrics/metrics_service.h', 45 'metrics/metrics_service.h',
45 'metrics/metrics_service_client.h', 46 'metrics/metrics_service_client.h',
46 'metrics/metrics_state_manager.cc', 47 'metrics/metrics_state_manager.cc',
47 'metrics/metrics_state_manager.h', 48 'metrics/metrics_state_manager.h',
48 'metrics/metrics_switches.cc', 49 'metrics/metrics_switches.cc',
49 'metrics/metrics_switches.h', 50 'metrics/metrics_switches.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'metrics/serialization/metric_sample.h', 138 'metrics/serialization/metric_sample.h',
138 ], 139 ],
139 'dependencies': [ 140 'dependencies': [
140 '../base/base.gyp:base', 141 '../base/base.gyp:base',
141 ], 142 ],
142 }, 143 },
143 ], 144 ],
144 }], 145 }],
145 ], 146 ],
146 } 147 }
OLDNEW
« no previous file with comments | « no previous file | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698