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

Side by Side Diff: ash/ash.gyp

Issue 2211463002: mash: Move ShelfWindowWatcher[ItemDelegate] to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO comments with bug for WmWindowMus ShelfItemDetails support. Created 4 years, 4 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/aura/wm_window_aura.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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'common/shelf/shelf_locking_manager.h', 127 'common/shelf/shelf_locking_manager.h',
128 'common/shelf/shelf_menu_model.h', 128 'common/shelf/shelf_menu_model.h',
129 'common/shelf/shelf_model.cc', 129 'common/shelf/shelf_model.cc',
130 'common/shelf/shelf_model.h', 130 'common/shelf/shelf_model.h',
131 'common/shelf/shelf_model_observer.h', 131 'common/shelf/shelf_model_observer.h',
132 'common/shelf/shelf_navigator.cc', 132 'common/shelf/shelf_navigator.cc',
133 'common/shelf/shelf_navigator.h', 133 'common/shelf/shelf_navigator.h',
134 'common/shelf/shelf_tooltip_manager.cc', 134 'common/shelf/shelf_tooltip_manager.cc',
135 'common/shelf/shelf_tooltip_manager.h', 135 'common/shelf/shelf_tooltip_manager.h',
136 'common/shelf/shelf_types.h', 136 'common/shelf/shelf_types.h',
137 'common/shelf/shelf_window_watcher.cc',
138 'common/shelf/shelf_window_watcher.h',
139 'common/shelf/shelf_window_watcher_item_delegate.cc',
140 'common/shelf/shelf_window_watcher_item_delegate.h',
137 'common/shelf/wm_shelf.h', 141 'common/shelf/wm_shelf.h',
138 'common/shelf/wm_shelf_observer.h', 142 'common/shelf/wm_shelf_observer.h',
139 'common/shelf/wm_shelf_util.cc', 143 'common/shelf/wm_shelf_util.cc',
140 'common/shelf/wm_shelf_util.h', 144 'common/shelf/wm_shelf_util.h',
141 'common/shell_delegate.h', 145 'common/shell_delegate.h',
142 'common/shell_window_ids.cc', 146 'common/shell_window_ids.cc',
143 'common/shell_window_ids.h', 147 'common/shell_window_ids.h',
144 'common/system/accessibility_observer.h', 148 'common/system/accessibility_observer.h',
145 'common/system/audio/audio_observer.h', 149 'common/system/audio/audio_observer.h',
146 'common/system/audio/tray_audio.cc', 150 'common/system/audio/tray_audio.cc',
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'shelf/shelf_icon_observer.h', 640 'shelf/shelf_icon_observer.h',
637 'shelf/shelf_layout_manager.cc', 641 'shelf/shelf_layout_manager.cc',
638 'shelf/shelf_layout_manager.h', 642 'shelf/shelf_layout_manager.h',
639 'shelf/shelf_layout_manager_observer.h', 643 'shelf/shelf_layout_manager_observer.h',
640 'shelf/shelf_util.cc', 644 'shelf/shelf_util.cc',
641 'shelf/shelf_util.h', 645 'shelf/shelf_util.h',
642 'shelf/shelf_view.cc', 646 'shelf/shelf_view.cc',
643 'shelf/shelf_view.h', 647 'shelf/shelf_view.h',
644 'shelf/shelf_widget.cc', 648 'shelf/shelf_widget.cc',
645 'shelf/shelf_widget.h', 649 'shelf/shelf_widget.h',
646 'shelf/shelf_window_watcher.cc',
647 'shelf/shelf_window_watcher.h',
648 'shelf/shelf_window_watcher_item_delegate.cc',
649 'shelf/shelf_window_watcher_item_delegate.h',
650 'shell.cc', 650 'shell.cc',
651 'shell.h', 651 'shell.h',
652 'shell_init_params.cc', 652 'shell_init_params.cc',
653 'shell_init_params.h', 653 'shell_init_params.h',
654 'snap_to_pixel_layout_manager.cc', 654 'snap_to_pixel_layout_manager.cc',
655 'snap_to_pixel_layout_manager.h', 655 'snap_to_pixel_layout_manager.h',
656 'sticky_keys/sticky_keys_controller.cc', 656 'sticky_keys/sticky_keys_controller.cc',
657 'sticky_keys/sticky_keys_controller.h', 657 'sticky_keys/sticky_keys_controller.h',
658 'sticky_keys/sticky_keys_overlay.cc', 658 'sticky_keys/sticky_keys_overlay.cc',
659 'sticky_keys/sticky_keys_overlay.h', 659 'sticky_keys/sticky_keys_overlay.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'common/accelerators/accelerator_table_unittest.cc', 916 'common/accelerators/accelerator_table_unittest.cc',
917 'common/display/display_info_unittest.cc', 917 'common/display/display_info_unittest.cc',
918 'common/material_design/material_design_controller_unittest.cc', 918 'common/material_design/material_design_controller_unittest.cc',
919 'common/popup_message_unittest.cc', 919 'common/popup_message_unittest.cc',
920 'common/shelf/shelf_background_animator_unittest.cc', 920 'common/shelf/shelf_background_animator_unittest.cc',
921 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 921 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
922 'common/shelf/shelf_locking_manager_unittest.cc', 922 'common/shelf/shelf_locking_manager_unittest.cc',
923 'common/shelf/shelf_model_unittest.cc', 923 'common/shelf/shelf_model_unittest.cc',
924 'common/shelf/shelf_navigator_unittest.cc', 924 'common/shelf/shelf_navigator_unittest.cc',
925 'common/shelf/shelf_tooltip_manager_unittest.cc', 925 'common/shelf/shelf_tooltip_manager_unittest.cc',
926 'common/shelf/shelf_window_watcher_unittest.cc',
926 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 927 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
927 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 928 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
928 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 929 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
929 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 930 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
930 'common/system/chromeos/power/power_status_unittest.cc', 931 'common/system/chromeos/power/power_status_unittest.cc',
931 'common/system/chromeos/power/power_status_view_unittest.cc', 932 'common/system/chromeos/power/power_status_view_unittest.cc',
932 'common/system/chromeos/power/tray_power_unittest.cc', 933 'common/system/chromeos/power/tray_power_unittest.cc',
933 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 934 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
934 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 935 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
935 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 936 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'metrics/task_switch_metrics_recorder_unittest.cc', 978 'metrics/task_switch_metrics_recorder_unittest.cc',
978 'metrics/task_switch_time_tracker_unittest.cc', 979 'metrics/task_switch_time_tracker_unittest.cc',
979 'metrics/user_metrics_recorder_unittest.cc', 980 'metrics/user_metrics_recorder_unittest.cc',
980 'root_window_controller_unittest.cc', 981 'root_window_controller_unittest.cc',
981 'rotator/screen_rotation_animation_unittest.cc', 982 'rotator/screen_rotation_animation_unittest.cc',
982 'screen_util_unittest.cc', 983 'screen_util_unittest.cc',
983 'shelf/shelf_layout_manager_unittest.cc', 984 'shelf/shelf_layout_manager_unittest.cc',
984 'shelf/shelf_unittest.cc', 985 'shelf/shelf_unittest.cc',
985 'shelf/shelf_view_unittest.cc', 986 'shelf/shelf_view_unittest.cc',
986 'shelf/shelf_widget_unittest.cc', 987 'shelf/shelf_widget_unittest.cc',
987 'shelf/shelf_window_watcher_unittest.cc',
988 'shell_unittest.cc', 988 'shell_unittest.cc',
989 'sticky_keys/sticky_keys_overlay_unittest.cc', 989 'sticky_keys/sticky_keys_overlay_unittest.cc',
990 'sticky_keys/sticky_keys_unittest.cc', 990 'sticky_keys/sticky_keys_unittest.cc',
991 'system/chromeos/power/power_event_observer_unittest.cc', 991 'system/chromeos/power/power_event_observer_unittest.cc',
992 'system/chromeos/power/video_activity_notifier_unittest.cc', 992 'system/chromeos/power/video_activity_notifier_unittest.cc',
993 'system/chromeos/rotation/tray_rotation_lock_unittest.cc', 993 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
994 'system/chromeos/tray_display_unittest.cc', 994 'system/chromeos/tray_display_unittest.cc',
995 'system/overview/overview_button_tray_unittest.cc', 995 'system/overview/overview_button_tray_unittest.cc',
996 'system/toast/toast_manager_unittest.cc', 996 'system/toast/toast_manager_unittest.cc',
997 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 997 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1477 ], 1477 ],
1478 } 1478 }
1479 ], 1479 ],
1480 ], 1480 ],
1481 }, 1481 },
1482 ], 1482 ],
1483 }], 1483 }],
1484 ], 1484 ],
1485 } 1485 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698