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

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

Issue 1537743006: Persist setup metrics and have Chrome report them during UMA upload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shared-histograms
Patch Set: addressed final review comments by Alexei Created 4 years, 10 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/file_metrics_provider.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 "call_stack_profile_metrics_provider.cc", 8 "call_stack_profile_metrics_provider.cc",
9 "call_stack_profile_metrics_provider.h", 9 "call_stack_profile_metrics_provider.h",
10 "clean_exit_beacon.cc", 10 "clean_exit_beacon.cc",
11 "clean_exit_beacon.h", 11 "clean_exit_beacon.h",
12 "client_info.cc", 12 "client_info.cc",
13 "client_info.h", 13 "client_info.h",
14 "cloned_install_detector.cc", 14 "cloned_install_detector.cc",
15 "cloned_install_detector.h", 15 "cloned_install_detector.h",
16 "daily_event.cc", 16 "daily_event.cc",
17 "daily_event.h", 17 "daily_event.h",
18 "drive_metrics_provider.cc", 18 "drive_metrics_provider.cc",
19 "drive_metrics_provider.h", 19 "drive_metrics_provider.h",
20 "drive_metrics_provider_android.cc", 20 "drive_metrics_provider_android.cc",
21 "drive_metrics_provider_ios.mm", 21 "drive_metrics_provider_ios.mm",
22 "drive_metrics_provider_linux.cc", 22 "drive_metrics_provider_linux.cc",
23 "drive_metrics_provider_mac.mm", 23 "drive_metrics_provider_mac.mm",
24 "drive_metrics_provider_win.cc", 24 "drive_metrics_provider_win.cc",
25 "file_metrics_provider.cc",
26 "file_metrics_provider.h",
25 "histogram_encoder.cc", 27 "histogram_encoder.cc",
26 "histogram_encoder.h", 28 "histogram_encoder.h",
27 "machine_id_provider.h", 29 "machine_id_provider.h",
28 "machine_id_provider_stub.cc", 30 "machine_id_provider_stub.cc",
29 "machine_id_provider_win.cc", 31 "machine_id_provider_win.cc",
30 "metrics_log.cc", 32 "metrics_log.cc",
31 "metrics_log.h", 33 "metrics_log.h",
32 "metrics_log_manager.cc", 34 "metrics_log_manager.cc",
33 "metrics_log_manager.h", 35 "metrics_log_manager.h",
34 "metrics_log_uploader.cc", 36 "metrics_log_uploader.cc",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 if (is_linux) { 337 if (is_linux) {
336 sources += [ "serialization/serialization_utils_unittest.cc" ] 338 sources += [ "serialization/serialization_utils_unittest.cc" ]
337 deps += [ ":serialization" ] 339 deps += [ ":serialization" ]
338 } 340 }
339 341
340 if (is_chromeos) { 342 if (is_chromeos) {
341 deps += [ ":leak_detector_unit_tests" ] 343 deps += [ ":leak_detector_unit_tests" ]
342 } 344 }
343 } 345 }
344 # TODO(GYP): metrics_chromeos 346 # TODO(GYP): metrics_chromeos
OLDNEW
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/file_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698