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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2697323004: Adds UMA metrics for renderer uptime (Closed)
Patch Set: fix Created 3 years, 9 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 | chrome/browser/chrome_browser_main.cc » ('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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 "metrics/jumplist_metrics_win.cc", 619 "metrics/jumplist_metrics_win.cc",
620 "metrics/jumplist_metrics_win.h", 620 "metrics/jumplist_metrics_win.h",
621 "metrics/metrics_memory_details.cc", 621 "metrics/metrics_memory_details.cc",
622 "metrics/metrics_memory_details.h", 622 "metrics/metrics_memory_details.h",
623 "metrics/metrics_reporting_state.cc", 623 "metrics/metrics_reporting_state.cc",
624 "metrics/metrics_reporting_state.h", 624 "metrics/metrics_reporting_state.h",
625 "metrics/network_quality_estimator_provider_impl.cc", 625 "metrics/network_quality_estimator_provider_impl.cc",
626 "metrics/network_quality_estimator_provider_impl.h", 626 "metrics/network_quality_estimator_provider_impl.h",
627 "metrics/perf/perf_provider_chromeos.cc", 627 "metrics/perf/perf_provider_chromeos.cc",
628 "metrics/perf/perf_provider_chromeos.h", 628 "metrics/perf/perf_provider_chromeos.h",
629 "metrics/renderer_uptime_tracker.cc",
630 "metrics/renderer_uptime_tracker.h",
631 "metrics/renderer_uptime_web_contents_observer.cc",
632 "metrics/renderer_uptime_web_contents_observer.h",
629 "metrics/sampling_metrics_provider.cc", 633 "metrics/sampling_metrics_provider.cc",
630 "metrics/sampling_metrics_provider.h", 634 "metrics/sampling_metrics_provider.h",
631 "metrics/subprocess_metrics_provider.cc", 635 "metrics/subprocess_metrics_provider.cc",
632 "metrics/subprocess_metrics_provider.h", 636 "metrics/subprocess_metrics_provider.h",
633 "metrics/thread_watcher.cc", 637 "metrics/thread_watcher.cc",
634 "metrics/thread_watcher.h", 638 "metrics/thread_watcher.h",
635 "metrics/thread_watcher_android.cc", 639 "metrics/thread_watcher_android.cc",
636 "metrics/thread_watcher_android.h", 640 "metrics/thread_watcher_android.h",
637 "metrics/thread_watcher_report_hang.cc", 641 "metrics/thread_watcher_report_hang.cc",
638 "metrics/thread_watcher_report_hang.h", 642 "metrics/thread_watcher_report_hang.h",
(...skipping 3915 matching lines...) Expand 10 before | Expand all | Expand 10 after
4554 "media/pepper_cdm_test_constants.cc", 4558 "media/pepper_cdm_test_constants.cc",
4555 "media/pepper_cdm_test_constants.h", 4559 "media/pepper_cdm_test_constants.h",
4556 ] 4560 ]
4557 } 4561 }
4558 } 4562 }
4559 4563
4560 service_manifest("preferences_manifest") { 4564 service_manifest("preferences_manifest") {
4561 name = "preferences" 4565 name = "preferences"
4562 source = "prefs/preferences_manifest.json" 4566 source = "prefs/preferences_manifest.json"
4563 } 4567 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698