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

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

Issue 2335203003: Add metrics to keep track of the tab activate/deactivate cycle (Closed)
Patch Set: Removed a problematic dcheck 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
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.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 2726 matching lines...) Expand 10 before | Expand all | Expand 10 after
2737 "memory/tab_manager_delegate_chromeos.cc", 2737 "memory/tab_manager_delegate_chromeos.cc",
2738 "memory/tab_manager_delegate_chromeos.h", 2738 "memory/tab_manager_delegate_chromeos.h",
2739 "memory/tab_manager_observer.cc", 2739 "memory/tab_manager_observer.cc",
2740 "memory/tab_manager_observer.h", 2740 "memory/tab_manager_observer.h",
2741 "memory/tab_manager_web_contents_data.cc", 2741 "memory/tab_manager_web_contents_data.cc",
2742 "memory/tab_manager_web_contents_data.h", 2742 "memory/tab_manager_web_contents_data.h",
2743 "memory/tab_stats.cc", 2743 "memory/tab_stats.cc",
2744 "memory/tab_stats.h", 2744 "memory/tab_stats.h",
2745 "metrics/first_web_contents_profiler.cc", 2745 "metrics/first_web_contents_profiler.cc",
2746 "metrics/first_web_contents_profiler.h", 2746 "metrics/first_web_contents_profiler.h",
2747 "metrics/tab_reactivation_tracker.cc",
2748 "metrics/tab_reactivation_tracker.h",
2749 "metrics/tab_usage_recorder.cc",
2750 "metrics/tab_usage_recorder.h",
2747 "net/firefox_proxy_settings.cc", 2751 "net/firefox_proxy_settings.cc",
2748 "net/firefox_proxy_settings.h", 2752 "net/firefox_proxy_settings.h",
2749 "net/utility_process_mojo_proxy_resolver_factory.cc", 2753 "net/utility_process_mojo_proxy_resolver_factory.cc",
2750 "net/utility_process_mojo_proxy_resolver_factory.h", 2754 "net/utility_process_mojo_proxy_resolver_factory.h",
2751 "obsolete_system/obsolete_system.h", 2755 "obsolete_system/obsolete_system.h",
2752 "obsolete_system/obsolete_system_linux.cc", 2756 "obsolete_system/obsolete_system_linux.cc",
2753 "obsolete_system/obsolete_system_mac.cc", 2757 "obsolete_system/obsolete_system_mac.cc",
2754 "obsolete_system/obsolete_system_win.cc", 2758 "obsolete_system/obsolete_system_win.cc",
2755 "pdf/pdf_extension_util.cc", 2759 "pdf/pdf_extension_util.cc",
2756 "pdf/pdf_extension_util.h", 2760 "pdf/pdf_extension_util.h",
(...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after
4242 # linking all of the test support. 4246 # linking all of the test support.
4243 static_library("pepper_cdm_test_constants") { 4247 static_library("pepper_cdm_test_constants") {
4244 testonly = true 4248 testonly = true
4245 visibility = [ "//chrome/*" ] 4249 visibility = [ "//chrome/*" ]
4246 sources = [ 4250 sources = [
4247 "media/pepper_cdm_test_constants.cc", 4251 "media/pepper_cdm_test_constants.cc",
4248 "media/pepper_cdm_test_constants.h", 4252 "media/pepper_cdm_test_constants.h",
4249 ] 4253 ]
4250 } 4254 }
4251 } 4255 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698