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

Side by Side Diff: ash/ash.gyp

Issue 2187953002: mash: Migrate ShelfButton* to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_shelf_aura.h » ('j') | ash/common/shelf/wm_shelf.h » ('J')
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'common/shelf/app_list_shelf_item_delegate.h', 101 'common/shelf/app_list_shelf_item_delegate.h',
102 'common/shelf/ink_drop_button_listener.h', 102 'common/shelf/ink_drop_button_listener.h',
103 'common/shelf/overflow_bubble.cc', 103 'common/shelf/overflow_bubble.cc',
104 'common/shelf/overflow_bubble.h', 104 'common/shelf/overflow_bubble.h',
105 'common/shelf/overflow_bubble_view.cc', 105 'common/shelf/overflow_bubble_view.cc',
106 'common/shelf/overflow_bubble_view.h', 106 'common/shelf/overflow_bubble_view.h',
107 'common/shelf/overflow_button.cc', 107 'common/shelf/overflow_button.cc',
108 'common/shelf/overflow_button.h', 108 'common/shelf/overflow_button.h',
109 'common/shelf/shelf_alignment_menu.cc', 109 'common/shelf/shelf_alignment_menu.cc',
110 'common/shelf/shelf_alignment_menu.h', 110 'common/shelf/shelf_alignment_menu.h',
111 'common/shelf/shelf_button.cc',
112 'common/shelf/shelf_button.h',
113 'common/shelf/shelf_button_pressed_metric_tracker.cc',
114 'common/shelf/shelf_button_pressed_metric_tracker.h',
111 'common/shelf/shelf_constants.cc', 115 'common/shelf/shelf_constants.cc',
112 'common/shelf/shelf_constants.h', 116 'common/shelf/shelf_constants.h',
113 'common/shelf/shelf_delegate.h', 117 'common/shelf/shelf_delegate.h',
114 'common/shelf/shelf_item_delegate.h', 118 'common/shelf/shelf_item_delegate.h',
115 'common/shelf/shelf_item_types.cc', 119 'common/shelf/shelf_item_types.cc',
116 'common/shelf/shelf_item_types.h', 120 'common/shelf/shelf_item_types.h',
117 'common/shelf/shelf_locking_manager.cc', 121 'common/shelf/shelf_locking_manager.cc',
118 'common/shelf/shelf_locking_manager.h', 122 'common/shelf/shelf_locking_manager.h',
119 'common/shelf/shelf_menu_model.h', 123 'common/shelf/shelf_menu_model.h',
120 'common/shelf/shelf_model.cc', 124 'common/shelf/shelf_model.cc',
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'rotator/window_rotation.h', 619 'rotator/window_rotation.h',
616 'scoped_target_root_window.cc', 620 'scoped_target_root_window.cc',
617 'scoped_target_root_window.h', 621 'scoped_target_root_window.h',
618 'screen_util.cc', 622 'screen_util.cc',
619 'screen_util.h', 623 'screen_util.h',
620 'screenshot_delegate.h', 624 'screenshot_delegate.h',
621 'shelf/shelf.cc', 625 'shelf/shelf.cc',
622 'shelf/shelf.h', 626 'shelf/shelf.h',
623 'shelf/shelf_bezel_event_filter.cc', 627 'shelf/shelf_bezel_event_filter.cc',
624 'shelf/shelf_bezel_event_filter.h', 628 'shelf/shelf_bezel_event_filter.h',
625 'shelf/shelf_button.cc',
626 'shelf/shelf_button.h',
627 'shelf/shelf_button_pressed_metric_tracker.cc',
628 'shelf/shelf_button_pressed_metric_tracker.h',
629 'shelf/shelf_icon_observer.h', 629 'shelf/shelf_icon_observer.h',
630 'shelf/shelf_layout_manager.cc', 630 'shelf/shelf_layout_manager.cc',
631 'shelf/shelf_layout_manager.h', 631 'shelf/shelf_layout_manager.h',
632 'shelf/shelf_layout_manager_observer.h', 632 'shelf/shelf_layout_manager_observer.h',
633 'shelf/shelf_util.cc', 633 'shelf/shelf_util.cc',
634 'shelf/shelf_util.h', 634 'shelf/shelf_util.h',
635 'shelf/shelf_view.cc', 635 'shelf/shelf_view.cc',
636 'shelf/shelf_view.h', 636 'shelf/shelf_view.h',
637 'shelf/shelf_widget.cc', 637 'shelf/shelf_widget.cc',
638 'shelf/shelf_widget.h', 638 'shelf/shelf_widget.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 'accelerators/accelerator_filter_unittest.cc', 906 'accelerators/accelerator_filter_unittest.cc',
907 'accelerators/magnifier_key_scroller_unittest.cc', 907 'accelerators/magnifier_key_scroller_unittest.cc',
908 'accelerators/spoken_feedback_toggler_unittest.cc', 908 'accelerators/spoken_feedback_toggler_unittest.cc',
909 'app_list/app_list_presenter_delegate_unittest.cc', 909 'app_list/app_list_presenter_delegate_unittest.cc',
910 'ash_touch_exploration_manager_chromeos_unittest.cc', 910 'ash_touch_exploration_manager_chromeos_unittest.cc',
911 'autoclick/autoclick_unittest.cc', 911 'autoclick/autoclick_unittest.cc',
912 'common/accelerators/accelerator_table_unittest.cc', 912 'common/accelerators/accelerator_table_unittest.cc',
913 'common/display/display_info_unittest.cc', 913 'common/display/display_info_unittest.cc',
914 'common/material_design/material_design_controller_unittest.cc', 914 'common/material_design/material_design_controller_unittest.cc',
915 'common/popup_message_unittest.cc', 915 'common/popup_message_unittest.cc',
916 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
916 'common/shelf/shelf_locking_manager_unittest.cc', 917 'common/shelf/shelf_locking_manager_unittest.cc',
917 'common/shelf/shelf_model_unittest.cc', 918 'common/shelf/shelf_model_unittest.cc',
918 'common/shelf/shelf_navigator_unittest.cc', 919 'common/shelf/shelf_navigator_unittest.cc',
919 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 920 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
920 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 921 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
921 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 922 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
922 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 923 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
923 'common/system/chromeos/power/power_status_unittest.cc', 924 'common/system/chromeos/power/power_status_unittest.cc',
924 'common/system/chromeos/power/power_status_view_unittest.cc', 925 'common/system/chromeos/power/power_status_view_unittest.cc',
925 'common/system/chromeos/power/tray_power_unittest.cc', 926 'common/system/chromeos/power/tray_power_unittest.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'frame/default_header_painter_unittest.cc', 967 'frame/default_header_painter_unittest.cc',
967 'host/ash_window_tree_host_x11_unittest.cc', 968 'host/ash_window_tree_host_x11_unittest.cc',
968 'magnifier/magnification_controller_unittest.cc', 969 'magnifier/magnification_controller_unittest.cc',
969 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 970 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
970 'metrics/task_switch_metrics_recorder_unittest.cc', 971 'metrics/task_switch_metrics_recorder_unittest.cc',
971 'metrics/task_switch_time_tracker_unittest.cc', 972 'metrics/task_switch_time_tracker_unittest.cc',
972 'metrics/user_metrics_recorder_unittest.cc', 973 'metrics/user_metrics_recorder_unittest.cc',
973 'root_window_controller_unittest.cc', 974 'root_window_controller_unittest.cc',
974 'rotator/screen_rotation_animation_unittest.cc', 975 'rotator/screen_rotation_animation_unittest.cc',
975 'screen_util_unittest.cc', 976 'screen_util_unittest.cc',
976 'shelf/shelf_button_pressed_metric_tracker_unittest.cc',
977 'shelf/shelf_layout_manager_unittest.cc', 977 'shelf/shelf_layout_manager_unittest.cc',
978 'shelf/shelf_tooltip_manager_unittest.cc', 978 'shelf/shelf_tooltip_manager_unittest.cc',
979 'shelf/shelf_unittest.cc', 979 'shelf/shelf_unittest.cc',
980 'shelf/shelf_view_unittest.cc', 980 'shelf/shelf_view_unittest.cc',
981 'shelf/shelf_widget_unittest.cc', 981 'shelf/shelf_widget_unittest.cc',
982 'shelf/shelf_window_watcher_unittest.cc', 982 'shelf/shelf_window_watcher_unittest.cc',
983 'shell_unittest.cc', 983 'shell_unittest.cc',
984 'sticky_keys/sticky_keys_overlay_unittest.cc', 984 'sticky_keys/sticky_keys_overlay_unittest.cc',
985 'sticky_keys/sticky_keys_unittest.cc', 985 'sticky_keys/sticky_keys_unittest.cc',
986 'system/chromeos/power/power_event_observer_unittest.cc', 986 'system/chromeos/power/power_event_observer_unittest.cc',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1472 ], 1472 ],
1473 } 1473 }
1474 ], 1474 ],
1475 ], 1475 ],
1476 }, 1476 },
1477 ], 1477 ],
1478 }], 1478 }],
1479 ], 1479 ],
1480 } 1480 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.h » ('j') | ash/common/shelf/wm_shelf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698