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

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

Issue 2335203003: Add metrics to keep track of the tab activate/deactivate cycle (Closed)
Patch Set: Tab discarding resistant Created 4 years, 2 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
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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "metrics/metrics_memory_details.cc", 578 "metrics/metrics_memory_details.cc",
579 "metrics/metrics_memory_details.h", 579 "metrics/metrics_memory_details.h",
580 "metrics/metrics_reporting_state.cc", 580 "metrics/metrics_reporting_state.cc",
581 "metrics/metrics_reporting_state.h", 581 "metrics/metrics_reporting_state.h",
582 "metrics/perf/perf_provider_chromeos.cc", 582 "metrics/perf/perf_provider_chromeos.cc",
583 "metrics/perf/perf_provider_chromeos.h", 583 "metrics/perf/perf_provider_chromeos.h",
584 "metrics/sampling_metrics_provider.cc", 584 "metrics/sampling_metrics_provider.cc",
585 "metrics/sampling_metrics_provider.h", 585 "metrics/sampling_metrics_provider.h",
586 "metrics/subprocess_metrics_provider.cc", 586 "metrics/subprocess_metrics_provider.cc",
587 "metrics/subprocess_metrics_provider.h", 587 "metrics/subprocess_metrics_provider.h",
588 "metrics/tab_reactivation_tracker.cc",
589 "metrics/tab_reactivation_tracker.h",
590 "metrics/tab_usage_recorder.cc",
591 "metrics/tab_usage_recorder.h",
588 "metrics/thread_watcher.cc", 592 "metrics/thread_watcher.cc",
589 "metrics/thread_watcher.h", 593 "metrics/thread_watcher.h",
590 "metrics/thread_watcher_android.cc", 594 "metrics/thread_watcher_android.cc",
591 "metrics/thread_watcher_android.h", 595 "metrics/thread_watcher_android.h",
592 "metrics/thread_watcher_report_hang.cc", 596 "metrics/thread_watcher_report_hang.cc",
593 "metrics/thread_watcher_report_hang.h", 597 "metrics/thread_watcher_report_hang.h",
594 "metrics/time_ticks_experiment_win.cc", 598 "metrics/time_ticks_experiment_win.cc",
595 "metrics/time_ticks_experiment_win.h", 599 "metrics/time_ticks_experiment_win.h",
596 "metrics/variations/chrome_variations_service_client.cc", 600 "metrics/variations/chrome_variations_service_client.cc",
597 "metrics/variations/chrome_variations_service_client.h", 601 "metrics/variations/chrome_variations_service_client.h",
(...skipping 3643 matching lines...) Expand 10 before | Expand all | Expand 10 after
4241 # linking all of the test support. 4245 # linking all of the test support.
4242 static_library("pepper_cdm_test_constants") { 4246 static_library("pepper_cdm_test_constants") {
4243 testonly = true 4247 testonly = true
4244 visibility = [ "//chrome/*" ] 4248 visibility = [ "//chrome/*" ]
4245 sources = [ 4249 sources = [
4246 "media/pepper_cdm_test_constants.cc", 4250 "media/pepper_cdm_test_constants.cc",
4247 "media/pepper_cdm_test_constants.h", 4251 "media/pepper_cdm_test_constants.h",
4248 ] 4252 ]
4249 } 4253 }
4250 } 4254 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698