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

Unified Diff: ash/ash.gyp

Issue 1153633006: Added UMA statistics for changing the active window via click or touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the branch that the CL was based on. Created 5 years, 6 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: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 6ef24a1773e36280dec0816724d5a9e52df64f82..bb33bfbba87279e4b0e3c2b9732d06c754ab0df6 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -168,6 +168,8 @@
'magnifier/magnification_controller.h',
'magnifier/partial_magnification_controller.cc',
'magnifier/partial_magnification_controller.h',
+ 'metrics/desktop_task_switch_metric_recorder.cc',
+ 'metrics/desktop_task_switch_metric_recorder.h',
'metrics/task_switch_metrics_recorder.cc',
'metrics/task_switch_metrics_recorder.h',
'metrics/task_switch_time_tracker.cc',
@@ -815,6 +817,7 @@
'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
'keyboard_overlay/keyboard_overlay_view_unittest.cc',
'magnifier/magnification_controller_unittest.cc',
+ 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
'metrics/task_switch_metrics_recorder_unittest.cc',
'metrics/task_switch_time_tracker_unittest.cc',
'metrics/user_metrics_recorder_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698