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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'core/shadow_types.h', 77 'core/shadow_types.h',
78 'core/transient_window_controller.cc', 78 'core/transient_window_controller.cc',
79 'core/transient_window_controller.h', 79 'core/transient_window_controller.h',
80 'core/transient_window_manager.cc', 80 'core/transient_window_manager.cc',
81 'core/transient_window_manager.h', 81 'core/transient_window_manager.h',
82 'core/transient_window_observer.h', 82 'core/transient_window_observer.h',
83 'core/transient_window_stacking_client.cc', 83 'core/transient_window_stacking_client.cc',
84 'core/transient_window_stacking_client.h', 84 'core/transient_window_stacking_client.h',
85 'core/visibility_controller.cc', 85 'core/visibility_controller.cc',
86 'core/visibility_controller.h', 86 'core/visibility_controller.h',
87 'core/window_activation_pre_target_handler.cc',
88 'core/window_activation_pre_target_handler.h',
89 'core/window_activation_pre_target_handler_observer.cc',
90 'core/window_activation_pre_target_handler_observer.h',
87 'core/window_animations.cc', 91 'core/window_animations.cc',
88 'core/window_animations.h', 92 'core/window_animations.h',
89 'core/window_modality_controller.cc', 93 'core/window_modality_controller.cc',
90 'core/window_modality_controller.h', 94 'core/window_modality_controller.h',
91 'core/window_util.cc', 95 'core/window_util.cc',
92 'core/window_util.h', 96 'core/window_util.h',
93 'core/wm_core_switches.cc', 97 'core/wm_core_switches.cc',
94 'core/wm_core_switches.h', 98 'core/wm_core_switches.h',
95 'core/wm_state.cc', 99 'core/wm_state.cc',
96 'core/wm_state.h', 100 'core/wm_state.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'core/transient_window_manager_unittest.cc', 158 'core/transient_window_manager_unittest.cc',
155 'core/transient_window_stacking_client_unittest.cc', 159 'core/transient_window_stacking_client_unittest.cc',
156 'core/visibility_controller_unittest.cc', 160 'core/visibility_controller_unittest.cc',
157 'core/window_animations_unittest.cc', 161 'core/window_animations_unittest.cc',
158 'core/window_util_unittest.cc', 162 'core/window_util_unittest.cc',
159 'test/run_all_unittests.cc', 163 'test/run_all_unittests.cc',
160 ], 164 ],
161 }, 165 },
162 ], 166 ],
163 } 167 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698