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

Side by Side Diff: components/metrics.gypi

Issue 318993002: Merge MetricsLog and MetricsLogBase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: address nits Created 6 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 | Annotate | Revision Log
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/metrics_log.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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'metrics', 8 'target_name': 'metrics',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '..', 11 '..',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 'component_metrics_proto', 15 'component_metrics_proto',
16 'variations', 16 'variations',
17 ], 17 ],
18 'sources': [ 18 'sources': [
19 'metrics/metrics_provider.h', 19 'metrics/metrics_provider.h',
20 'metrics/cloned_install_detector.cc', 20 'metrics/cloned_install_detector.cc',
21 'metrics/cloned_install_detector.h', 21 'metrics/cloned_install_detector.h',
22 'metrics/machine_id_provider.h', 22 'metrics/machine_id_provider.h',
23 'metrics/machine_id_provider_stub.cc', 23 'metrics/machine_id_provider_stub.cc',
24 'metrics/machine_id_provider_win.cc', 24 'metrics/machine_id_provider_win.cc',
25 'metrics/metrics_hashes.cc', 25 'metrics/metrics_hashes.cc',
26 'metrics/metrics_hashes.h', 26 'metrics/metrics_hashes.h',
27 'metrics/metrics_log.cc', 27 'metrics/metrics_log.cc',
28 'metrics/metrics_log.h', 28 'metrics/metrics_log.h',
29 'metrics/metrics_log_base.cc',
30 'metrics/metrics_log_base.h',
31 'metrics/metrics_log_uploader.cc', 29 'metrics/metrics_log_uploader.cc',
32 'metrics/metrics_log_uploader.h', 30 'metrics/metrics_log_uploader.h',
33 'metrics/metrics_log_manager.cc', 31 'metrics/metrics_log_manager.cc',
34 'metrics/metrics_log_manager.h', 32 'metrics/metrics_log_manager.h',
35 'metrics/metrics_pref_names.cc', 33 'metrics/metrics_pref_names.cc',
36 'metrics/metrics_pref_names.h', 34 'metrics/metrics_pref_names.h',
37 'metrics/metrics_reporting_scheduler.cc', 35 'metrics/metrics_reporting_scheduler.cc',
38 'metrics/metrics_reporting_scheduler.h', 36 'metrics/metrics_reporting_scheduler.h',
39 'metrics/metrics_service_client.h', 37 'metrics/metrics_service_client.h',
40 'metrics/metrics_service_observer.cc', 38 'metrics/metrics_service_observer.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'metrics/chromeos/metric_sample.h', 129 'metrics/chromeos/metric_sample.h',
132 ], 130 ],
133 'dependencies': [ 131 'dependencies': [
134 '../base/base.gyp:base', 132 '../base/base.gyp:base',
135 ], 133 ],
136 }, 134 },
137 ], 135 ],
138 }], 136 }],
139 ], 137 ],
140 } 138 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/metrics_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698