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

Unified Diff: chrome/browser/BUILD.gn

Issue 2335203003: Add metrics to keep track of the tab activate/deactivate cycle (Closed)
Patch Set: Addressed comments 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 96a89bdf0b7a82f628fcf60997e653f91fc27f2b..e3ae22be48eac1228cdc30ff788e056ff2afdfef 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -550,6 +550,8 @@ split_static_library("browser") {
"memory_details_win.cc",
"metrics/antivirus_metrics_provider_win.cc",
"metrics/antivirus_metrics_provider_win.h",
+ "metrics/browser_tab_strip_observer.cc",
+ "metrics/browser_tab_strip_observer.h",
"metrics/chrome_browser_main_extra_parts_metrics.cc",
"metrics/chrome_browser_main_extra_parts_metrics.h",
"metrics/chrome_browser_main_extra_parts_metrics_mac.mm",
@@ -579,6 +581,8 @@ split_static_library("browser") {
"metrics/sampling_metrics_provider.h",
"metrics/subprocess_metrics_provider.cc",
"metrics/subprocess_metrics_provider.h",
+ "metrics/tab_usage_recorder.cc",
+ "metrics/tab_usage_recorder.h",
"metrics/thread_watcher.cc",
"metrics/thread_watcher.h",
"metrics/thread_watcher_android.cc",

Powered by Google App Engine
This is Rietveld 408576698