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

Side by Side Diff: components/metrics/BUILD.gn

Issue 558683002: Extract the handling of the clean exit beacon from MetricsService. The extracted implementation sup… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments. 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 | « components/metrics.gypi ('k') | components/metrics/clean_exit_beacon.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 # GYP version: components/metrics.gypi:metrics 5 # GYP version: components/metrics.gypi:metrics
6 source_set("metrics") { 6 source_set("metrics") {
7 sources = [ 7 sources = [
8 "clean_exit_beacon.cc",
9 "clean_exit_beacon.h",
8 "client_info.cc", 10 "client_info.cc",
9 "client_info.h", 11 "client_info.h",
10 "cloned_install_detector.cc", 12 "cloned_install_detector.cc",
11 "cloned_install_detector.h", 13 "cloned_install_detector.h",
12 "compression_utils.cc", 14 "compression_utils.cc",
13 "compression_utils.h", 15 "compression_utils.h",
14 "machine_id_provider.h", 16 "machine_id_provider.h",
15 "machine_id_provider_stub.cc", 17 "machine_id_provider_stub.cc",
16 "machine_id_provider_win.cc", 18 "machine_id_provider_win.cc",
17 "metrics_hashes.cc", 19 "metrics_hashes.cc",
18 "metrics_hashes.h", 20 "metrics_hashes.h",
19 "metrics_log.cc", 21 "metrics_log.cc",
20 "metrics_log.h", 22 "metrics_log.h",
21 "metrics_log_manager.cc", 23 "metrics_log_manager.cc",
22 "metrics_log_manager.h", 24 "metrics_log_manager.h",
23 "metrics_log_uploader.cc", 25 "metrics_log_uploader.cc",
24 "metrics_log_uploader.h", 26 "metrics_log_uploader.h",
25 "metrics_pref_names.cc", 27 "metrics_pref_names.cc",
26 "metrics_pref_names.h", 28 "metrics_pref_names.h",
27 "metrics_provider.cc", 29 "metrics_provider.cc",
28 "metrics_provider.h", 30 "metrics_provider.h",
29 "metrics_reporting_scheduler.cc", 31 "metrics_reporting_scheduler.cc",
30 "metrics_reporting_scheduler.h", 32 "metrics_reporting_scheduler.h",
31 "metrics_service.cc", 33 "metrics_service.cc",
32 "metrics_service.h", 34 "metrics_service.h",
35 "metrics_service_client.cc",
33 "metrics_service_client.h", 36 "metrics_service_client.h",
34 "metrics_state_manager.cc", 37 "metrics_state_manager.cc",
35 "metrics_state_manager.h", 38 "metrics_state_manager.h",
36 "metrics_switches.cc", 39 "metrics_switches.cc",
37 "metrics_switches.h", 40 "metrics_switches.h",
38 "persisted_logs.cc", 41 "persisted_logs.cc",
39 "persisted_logs.h", 42 "persisted_logs.h",
40 ] 43 ]
41 44
42 deps = [ 45 deps = [
(...skipping 29 matching lines...) Expand all
72 ] 75 ]
73 76
74 deps = [ 77 deps = [
75 ":metrics", 78 ":metrics",
76 ] 79 ]
77 80
78 forward_dependent_configs_from = [ ":metrics" ] 81 forward_dependent_configs_from = [ ":metrics" ]
79 } 82 }
80 83
81 # TODO(GYP): metrics_chromeos 84 # TODO(GYP): metrics_chromeos
OLDNEW
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/clean_exit_beacon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698