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

Unified Diff: ui/wm/BUILD.gn

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/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index d149b48d08b30fcc889d12f1e796ae7663a33516..be5bc72c44d2ead19616d694d34fe50b297b194f 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -59,6 +59,10 @@ component("wm") {
"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