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

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

Issue 2335203003: Add metrics to keep track of the tab activate/deactivate cycle (Closed)
Patch Set: Moved the TabStripModelObserver change to another CL Created 4 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
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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 "metrics/metrics_memory_details.cc", 572 "metrics/metrics_memory_details.cc",
573 "metrics/metrics_memory_details.h", 573 "metrics/metrics_memory_details.h",
574 "metrics/metrics_reporting_state.cc", 574 "metrics/metrics_reporting_state.cc",
575 "metrics/metrics_reporting_state.h", 575 "metrics/metrics_reporting_state.h",
576 "metrics/perf/perf_provider_chromeos.cc", 576 "metrics/perf/perf_provider_chromeos.cc",
577 "metrics/perf/perf_provider_chromeos.h", 577 "metrics/perf/perf_provider_chromeos.h",
578 "metrics/sampling_metrics_provider.cc", 578 "metrics/sampling_metrics_provider.cc",
579 "metrics/sampling_metrics_provider.h", 579 "metrics/sampling_metrics_provider.h",
580 "metrics/subprocess_metrics_provider.cc", 580 "metrics/subprocess_metrics_provider.cc",
581 "metrics/subprocess_metrics_provider.h", 581 "metrics/subprocess_metrics_provider.h",
582 "metrics/tab_usage_recorder.cc",
583 "metrics/tab_usage_recorder.h",
582 "metrics/thread_watcher.cc", 584 "metrics/thread_watcher.cc",
583 "metrics/thread_watcher.h", 585 "metrics/thread_watcher.h",
584 "metrics/thread_watcher_android.cc", 586 "metrics/thread_watcher_android.cc",
585 "metrics/thread_watcher_android.h", 587 "metrics/thread_watcher_android.h",
586 "metrics/thread_watcher_report_hang.cc", 588 "metrics/thread_watcher_report_hang.cc",
587 "metrics/thread_watcher_report_hang.h", 589 "metrics/thread_watcher_report_hang.h",
588 "metrics/time_ticks_experiment_win.cc", 590 "metrics/time_ticks_experiment_win.cc",
589 "metrics/time_ticks_experiment_win.h", 591 "metrics/time_ticks_experiment_win.h",
590 "metrics/variations/chrome_variations_service_client.cc", 592 "metrics/variations/chrome_variations_service_client.cc",
591 "metrics/variations/chrome_variations_service_client.h", 593 "metrics/variations/chrome_variations_service_client.h",
(...skipping 3659 matching lines...) Expand 10 before | Expand all | Expand 10 after
4251 # linking all of the test support. 4253 # linking all of the test support.
4252 static_library("pepper_cdm_test_constants") { 4254 static_library("pepper_cdm_test_constants") {
4253 testonly = true 4255 testonly = true
4254 visibility = [ "//chrome/*" ] 4256 visibility = [ "//chrome/*" ]
4255 sources = [ 4257 sources = [
4256 "media/pepper_cdm_test_constants.cc", 4258 "media/pepper_cdm_test_constants.cc",
4257 "media/pepper_cdm_test_constants.h", 4259 "media/pepper_cdm_test_constants.h",
4258 ] 4260 ]
4259 } 4261 }
4260 } 4262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698