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

Unified Diff: ash/ash.gyp

Issue 1133123003: Added metrics to track the time between task switches done via the shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added ASH_EXPORT to TaskSwitchTimeTracker. Created 5 years, 7 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
« no previous file with comments | « no previous file | ash/metrics/task_switch_metrics_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 1044e244c6c67f6624a3958915aa9a8e2acb9f9d..b875febca801cdf972531a138e7f0604b801ebc7 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -166,6 +166,10 @@
'magnifier/magnification_controller.h',
'magnifier/partial_magnification_controller.cc',
'magnifier/partial_magnification_controller.h',
+ 'metrics/task_switch_metrics_recorder.cc',
+ 'metrics/task_switch_metrics_recorder.h',
+ 'metrics/task_switch_time_tracker.cc',
+ 'metrics/task_switch_time_tracker.h',
'metrics/user_metrics_recorder.cc',
'metrics/user_metrics_recorder.h',
'multi_profile_uma.cc',
@@ -693,6 +697,8 @@
'test/shell_test_api.h',
'test/status_area_widget_test_helper.cc',
'test/status_area_widget_test_helper.h',
+ 'test/task_switch_time_tracker_test_api.cc',
+ 'test/task_switch_time_tracker_test_api.h',
'test/test_activation_delegate.cc',
'test/test_activation_delegate.h',
'test/test_lock_state_controller_delegate.cc',
@@ -800,6 +806,8 @@
'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
'keyboard_overlay/keyboard_overlay_view_unittest.cc',
'magnifier/magnification_controller_unittest.cc',
+ 'metrics/task_switch_metrics_recorder_unittest.cc',
+ 'metrics/task_switch_time_tracker_unittest.cc',
'metrics/user_metrics_recorder_unittest.cc',
'popup_message_unittest.cc',
'root_window_controller_unittest.cc',
« no previous file with comments | « no previous file | ash/metrics/task_switch_metrics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698