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

Side by Side Diff: ash/ash.gyp

Issue 1133123003: Added metrics to track the time between task switches done via the shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added ASH_EXPORT to TaskSwitchTimeTracker. 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
« no previous file with comments | « no previous file | ash/metrics/task_switch_metrics_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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'host/ash_window_tree_host_x11.h', 159 'host/ash_window_tree_host_x11.h',
160 'host/root_window_transformer.h', 160 'host/root_window_transformer.h',
161 'host/transformer_helper.cc', 161 'host/transformer_helper.cc',
162 'host/transformer_helper.h', 162 'host/transformer_helper.h',
163 'keyboard_uma_event_filter.cc', 163 'keyboard_uma_event_filter.cc',
164 'keyboard_uma_event_filter.h', 164 'keyboard_uma_event_filter.h',
165 'magnifier/magnification_controller.cc', 165 'magnifier/magnification_controller.cc',
166 'magnifier/magnification_controller.h', 166 'magnifier/magnification_controller.h',
167 'magnifier/partial_magnification_controller.cc', 167 'magnifier/partial_magnification_controller.cc',
168 'magnifier/partial_magnification_controller.h', 168 'magnifier/partial_magnification_controller.h',
169 'metrics/task_switch_metrics_recorder.cc',
170 'metrics/task_switch_metrics_recorder.h',
171 'metrics/task_switch_time_tracker.cc',
172 'metrics/task_switch_time_tracker.h',
169 'metrics/user_metrics_recorder.cc', 173 'metrics/user_metrics_recorder.cc',
170 'metrics/user_metrics_recorder.h', 174 'metrics/user_metrics_recorder.h',
171 'multi_profile_uma.cc', 175 'multi_profile_uma.cc',
172 'multi_profile_uma.h', 176 'multi_profile_uma.h',
173 'networking_config_delegate.cc', 177 'networking_config_delegate.cc',
174 'networking_config_delegate.h', 178 'networking_config_delegate.h',
175 'popup_message.cc', 179 'popup_message.cc',
176 'popup_message.h', 180 'popup_message.h',
177 'root_window_controller.cc', 181 'root_window_controller.cc',
178 'root_window_controller.h', 182 'root_window_controller.h',
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'test/shelf_item_delegate_manager_test_api.cc', 690 'test/shelf_item_delegate_manager_test_api.cc',
687 'test/shelf_item_delegate_manager_test_api.h', 691 'test/shelf_item_delegate_manager_test_api.h',
688 'test/shelf_test_api.cc', 692 'test/shelf_test_api.cc',
689 'test/shelf_test_api.h', 693 'test/shelf_test_api.h',
690 'test/shelf_view_test_api.cc', 694 'test/shelf_view_test_api.cc',
691 'test/shelf_view_test_api.h', 695 'test/shelf_view_test_api.h',
692 'test/shell_test_api.cc', 696 'test/shell_test_api.cc',
693 'test/shell_test_api.h', 697 'test/shell_test_api.h',
694 'test/status_area_widget_test_helper.cc', 698 'test/status_area_widget_test_helper.cc',
695 'test/status_area_widget_test_helper.h', 699 'test/status_area_widget_test_helper.h',
700 'test/task_switch_time_tracker_test_api.cc',
701 'test/task_switch_time_tracker_test_api.h',
696 'test/test_activation_delegate.cc', 702 'test/test_activation_delegate.cc',
697 'test/test_activation_delegate.h', 703 'test/test_activation_delegate.h',
698 'test/test_lock_state_controller_delegate.cc', 704 'test/test_lock_state_controller_delegate.cc',
699 'test/test_lock_state_controller_delegate.h', 705 'test/test_lock_state_controller_delegate.h',
700 'test/test_overlay_delegate.cc', 706 'test/test_overlay_delegate.cc',
701 'test/test_overlay_delegate.h', 707 'test/test_overlay_delegate.h',
702 'test/test_screenshot_delegate.cc', 708 'test/test_screenshot_delegate.cc',
703 'test/test_screenshot_delegate.h', 709 'test/test_screenshot_delegate.h',
704 'test/test_session_state_animator.cc', 710 'test/test_session_state_animator.cc',
705 'test/test_session_state_animator.h', 711 'test/test_session_state_animator.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'extended_desktop_unittest.cc', 799 'extended_desktop_unittest.cc',
794 'focus_cycler_unittest.cc', 800 'focus_cycler_unittest.cc',
795 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', 801 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
796 'frame/caption_buttons/frame_size_button_unittest.cc', 802 'frame/caption_buttons/frame_size_button_unittest.cc',
797 'frame/custom_frame_view_ash_unittest.cc', 803 'frame/custom_frame_view_ash_unittest.cc',
798 'frame/default_header_painter_unittest.cc', 804 'frame/default_header_painter_unittest.cc',
799 'host/ash_window_tree_host_x11_unittest.cc', 805 'host/ash_window_tree_host_x11_unittest.cc',
800 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 806 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
801 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 807 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
802 'magnifier/magnification_controller_unittest.cc', 808 'magnifier/magnification_controller_unittest.cc',
809 'metrics/task_switch_metrics_recorder_unittest.cc',
810 'metrics/task_switch_time_tracker_unittest.cc',
803 'metrics/user_metrics_recorder_unittest.cc', 811 'metrics/user_metrics_recorder_unittest.cc',
804 'popup_message_unittest.cc', 812 'popup_message_unittest.cc',
805 'root_window_controller_unittest.cc', 813 'root_window_controller_unittest.cc',
806 'screen_util_unittest.cc', 814 'screen_util_unittest.cc',
807 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 815 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
808 'shelf/shelf_layout_manager_unittest.cc', 816 'shelf/shelf_layout_manager_unittest.cc',
809 'shelf/shelf_model_unittest.cc', 817 'shelf/shelf_model_unittest.cc',
810 'shelf/shelf_navigator_unittest.cc', 818 'shelf/shelf_navigator_unittest.cc',
811 'shelf/shelf_tooltip_manager_unittest.cc', 819 'shelf/shelf_tooltip_manager_unittest.cc',
812 'shelf/shelf_unittest.cc', 820 'shelf/shelf_unittest.cc',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1333 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1326 ], 1334 ],
1327 } 1335 }
1328 ], 1336 ],
1329 ], 1337 ],
1330 }, 1338 },
1331 ], 1339 ],
1332 }], 1340 }],
1333 ], 1341 ],
1334 } 1342 }
OLDNEW
« no previous file with comments | « no previous file | ash/metrics/task_switch_metrics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698