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

Unified Diff: ui/wm/wm.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: 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
Index: ui/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index 8ce5e515529ce738f3fa4259e0710f6a898c2486..6c3b48eaf6c831ec148bfd7ef2d3fe4958cf2124 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -84,6 +84,10 @@
'core/transient_window_stacking_client.h',
'core/visibility_controller.cc',
'core/visibility_controller.h',
+ 'core/window_activation_pre_target_handler.cc',
+ 'core/window_activation_pre_target_handler.h',
+ 'core/window_activation_pre_target_handler_observer.cc',
+ 'core/window_activation_pre_target_handler_observer.h',
'core/window_animations.cc',
'core/window_animations.h',
'core/window_modality_controller.cc',

Powered by Google App Engine
This is Rietveld 408576698