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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'host/ash_window_tree_host_x11.h', 161 'host/ash_window_tree_host_x11.h',
162 'host/root_window_transformer.h', 162 'host/root_window_transformer.h',
163 'host/transformer_helper.cc', 163 'host/transformer_helper.cc',
164 'host/transformer_helper.h', 164 'host/transformer_helper.h',
165 'keyboard_uma_event_filter.cc', 165 'keyboard_uma_event_filter.cc',
166 'keyboard_uma_event_filter.h', 166 'keyboard_uma_event_filter.h',
167 'magnifier/magnification_controller.cc', 167 'magnifier/magnification_controller.cc',
168 'magnifier/magnification_controller.h', 168 'magnifier/magnification_controller.h',
169 'magnifier/partial_magnification_controller.cc', 169 'magnifier/partial_magnification_controller.cc',
170 'magnifier/partial_magnification_controller.h', 170 'magnifier/partial_magnification_controller.h',
171 'metrics/screen_event_task_switch_metric_recorder.h',
172 'metrics/screen_event_task_switch_metric_recorder.cc',
171 'metrics/task_switch_metrics_recorder.cc', 173 'metrics/task_switch_metrics_recorder.cc',
172 'metrics/task_switch_metrics_recorder.h', 174 'metrics/task_switch_metrics_recorder.h',
173 'metrics/task_switch_time_tracker.cc', 175 'metrics/task_switch_time_tracker.cc',
174 'metrics/task_switch_time_tracker.h', 176 'metrics/task_switch_time_tracker.h',
175 'metrics/user_metrics_recorder.cc', 177 'metrics/user_metrics_recorder.cc',
176 'metrics/user_metrics_recorder.h', 178 'metrics/user_metrics_recorder.h',
177 'multi_profile_uma.cc', 179 'multi_profile_uma.cc',
178 'multi_profile_uma.h', 180 'multi_profile_uma.h',
179 'networking_config_delegate.cc', 181 'networking_config_delegate.cc',
180 'networking_config_delegate.h', 182 'networking_config_delegate.h',
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1340 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1339 ], 1341 ],
1340 } 1342 }
1341 ], 1343 ],
1342 ], 1344 ],
1343 }, 1345 },
1344 ], 1346 ],
1345 }], 1347 }],
1346 ], 1348 ],
1347 } 1349 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698