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

Side by Side Diff: components/metrics.gypi

Issue 1254983003: Componentize DriveMetricsProvider* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 years, 4 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/components_tests.gyp ('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 17 matching lines...) Expand all
28 'metrics/clean_exit_beacon.cc', 28 'metrics/clean_exit_beacon.cc',
29 'metrics/clean_exit_beacon.h', 29 'metrics/clean_exit_beacon.h',
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/drive_metrics_provider.cc',
39 'metrics/drive_metrics_provider.h',
40 'metrics/drive_metrics_provider_android.cc',
41 'metrics/drive_metrics_provider_ios.mm',
42 'metrics/drive_metrics_provider_linux.cc',
43 'metrics/drive_metrics_provider_mac.mm',
44 'metrics/drive_metrics_provider_win.cc',
38 'metrics/histogram_encoder.cc', 45 'metrics/histogram_encoder.cc',
39 'metrics/histogram_encoder.h', 46 'metrics/histogram_encoder.h',
40 'metrics/machine_id_provider.h', 47 'metrics/machine_id_provider.h',
41 'metrics/machine_id_provider_stub.cc', 48 'metrics/machine_id_provider_stub.cc',
42 'metrics/machine_id_provider_win.cc', 49 'metrics/machine_id_provider_win.cc',
43 'metrics/metrics_hashes.cc', 50 'metrics/metrics_hashes.cc',
44 'metrics/metrics_hashes.h', 51 'metrics/metrics_hashes.h',
45 'metrics/metrics_log.cc', 52 'metrics/metrics_log.cc',
46 'metrics/metrics_log.h', 53 'metrics/metrics_log.h',
47 'metrics/metrics_log_manager.cc', 54 'metrics/metrics_log_manager.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'metrics/serialization/serialization_utils.h', 222 'metrics/serialization/serialization_utils.h',
216 ], 223 ],
217 'dependencies': [ 224 'dependencies': [
218 '../base/base.gyp:base', 225 '../base/base.gyp:base',
219 ], 226 ],
220 }, 227 },
221 ], 228 ],
222 }], 229 }],
223 ], 230 ],
224 } 231 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698