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

Side by Side Diff: ash/ash.gyp

Issue 1165003010: Revert r333104: "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
« no previous file with comments | « no previous file | ash/metrics/desktop_task_switch_metric_recorder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/desktop_task_switch_metric_recorder.cc',
172 'metrics/desktop_task_switch_metric_recorder.h',
173 'metrics/task_switch_metrics_recorder.cc', 171 'metrics/task_switch_metrics_recorder.cc',
174 'metrics/task_switch_metrics_recorder.h', 172 'metrics/task_switch_metrics_recorder.h',
175 'metrics/task_switch_time_tracker.cc', 173 'metrics/task_switch_time_tracker.cc',
176 'metrics/task_switch_time_tracker.h', 174 'metrics/task_switch_time_tracker.h',
177 'metrics/user_metrics_recorder.cc', 175 'metrics/user_metrics_recorder.cc',
178 'metrics/user_metrics_recorder.h', 176 'metrics/user_metrics_recorder.h',
179 'multi_profile_uma.cc', 177 'multi_profile_uma.cc',
180 'multi_profile_uma.h', 178 'multi_profile_uma.h',
181 'networking_config_delegate.cc', 179 'networking_config_delegate.cc',
182 'networking_config_delegate.h', 180 'networking_config_delegate.h',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 'extended_desktop_unittest.cc', 808 'extended_desktop_unittest.cc',
811 'focus_cycler_unittest.cc', 809 'focus_cycler_unittest.cc',
812 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', 810 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
813 'frame/caption_buttons/frame_size_button_unittest.cc', 811 'frame/caption_buttons/frame_size_button_unittest.cc',
814 'frame/custom_frame_view_ash_unittest.cc', 812 'frame/custom_frame_view_ash_unittest.cc',
815 'frame/default_header_painter_unittest.cc', 813 'frame/default_header_painter_unittest.cc',
816 'host/ash_window_tree_host_x11_unittest.cc', 814 'host/ash_window_tree_host_x11_unittest.cc',
817 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 815 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
818 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 816 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
819 'magnifier/magnification_controller_unittest.cc', 817 'magnifier/magnification_controller_unittest.cc',
820 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
821 'metrics/task_switch_metrics_recorder_unittest.cc', 818 'metrics/task_switch_metrics_recorder_unittest.cc',
822 'metrics/task_switch_time_tracker_unittest.cc', 819 'metrics/task_switch_time_tracker_unittest.cc',
823 'metrics/user_metrics_recorder_unittest.cc', 820 'metrics/user_metrics_recorder_unittest.cc',
824 'popup_message_unittest.cc', 821 'popup_message_unittest.cc',
825 'root_window_controller_unittest.cc', 822 'root_window_controller_unittest.cc',
826 'screen_util_unittest.cc', 823 'screen_util_unittest.cc',
827 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 824 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
828 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', 825 'shelf/shelf_button_pressed_metric_tracker_unittest.cc',
829 'shelf/shelf_layout_manager_unittest.cc', 826 'shelf/shelf_layout_manager_unittest.cc',
830 'shelf/shelf_model_unittest.cc', 827 'shelf/shelf_model_unittest.cc',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1343 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1347 ], 1344 ],
1348 } 1345 }
1349 ], 1346 ],
1350 ], 1347 ],
1351 }, 1348 },
1352 ], 1349 ],
1353 }], 1350 }],
1354 ], 1351 ],
1355 } 1352 }
OLDNEW
« no previous file with comments | « no previous file | ash/metrics/desktop_task_switch_metric_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698