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

Side by Side Diff: ash/ash.gyp

Issue 2164733002: mash: Convert ash shelf overflow bubble to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 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') | 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'common/pointer_watcher_delegate.h', 81 'common/pointer_watcher_delegate.h',
82 'common/popup_message.cc', 82 'common/popup_message.cc',
83 'common/popup_message.h', 83 'common/popup_message.h',
84 'common/root_window_controller_common.cc', 84 'common/root_window_controller_common.cc',
85 'common/root_window_controller_common.h', 85 'common/root_window_controller_common.h',
86 'common/session/session_state_delegate.cc', 86 'common/session/session_state_delegate.cc',
87 'common/session/session_state_delegate.h', 87 'common/session/session_state_delegate.h',
88 'common/session/session_state_observer.cc', 88 'common/session/session_state_observer.cc',
89 'common/session/session_state_observer.h', 89 'common/session/session_state_observer.h',
90 'common/session/session_types.h', 90 'common/session/session_types.h',
91 'common/shelf/ink_drop_button_listener.h',
92 'common/shelf/overflow_bubble.cc',
93 'common/shelf/overflow_bubble.h',
94 'common/shelf/overflow_bubble_view.cc',
95 'common/shelf/overflow_bubble_view.h',
96 'common/shelf/overflow_button.cc',
97 'common/shelf/overflow_button.h',
91 'common/shelf/shelf_alignment_menu.cc', 98 'common/shelf/shelf_alignment_menu.cc',
92 'common/shelf/shelf_alignment_menu.h', 99 'common/shelf/shelf_alignment_menu.h',
93 'common/shelf/shelf_constants.cc', 100 'common/shelf/shelf_constants.cc',
94 'common/shelf/shelf_constants.h', 101 'common/shelf/shelf_constants.h',
95 'common/shelf/shelf_item_delegate.h', 102 'common/shelf/shelf_item_delegate.h',
96 'common/shelf/shelf_item_delegate_manager.cc', 103 'common/shelf/shelf_item_delegate_manager.cc',
97 'common/shelf/shelf_item_delegate_manager.h', 104 'common/shelf/shelf_item_delegate_manager.h',
98 'common/shelf/shelf_item_types.cc', 105 'common/shelf/shelf_item_types.cc',
99 'common/shelf/shelf_item_types.h', 106 'common/shelf/shelf_item_types.h',
100 'common/shelf/shelf_menu_model.h', 107 'common/shelf/shelf_menu_model.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'rotator/window_rotation.h', 588 'rotator/window_rotation.h',
582 'scoped_target_root_window.cc', 589 'scoped_target_root_window.cc',
583 'scoped_target_root_window.h', 590 'scoped_target_root_window.h',
584 'screen_util.cc', 591 'screen_util.cc',
585 'screen_util.h', 592 'screen_util.h',
586 'screenshot_delegate.h', 593 'screenshot_delegate.h',
587 'shelf/app_list_button.cc', 594 'shelf/app_list_button.cc',
588 'shelf/app_list_button.h', 595 'shelf/app_list_button.h',
589 'shelf/app_list_shelf_item_delegate.cc', 596 'shelf/app_list_shelf_item_delegate.cc',
590 'shelf/app_list_shelf_item_delegate.h', 597 'shelf/app_list_shelf_item_delegate.h',
591 'shelf/ink_drop_button_listener.h',
592 'shelf/overflow_bubble.cc',
593 'shelf/overflow_bubble.h',
594 'shelf/overflow_bubble_view.cc',
595 'shelf/overflow_bubble_view.h',
596 'shelf/overflow_button.cc',
597 'shelf/overflow_button.h',
598 'shelf/scoped_observer_with_duplicated_sources.h', 598 'shelf/scoped_observer_with_duplicated_sources.h',
599 'shelf/shelf.cc', 599 'shelf/shelf.cc',
600 'shelf/shelf.h', 600 'shelf/shelf.h',
601 'shelf/shelf_bezel_event_filter.cc', 601 'shelf/shelf_bezel_event_filter.cc',
602 'shelf/shelf_bezel_event_filter.h', 602 'shelf/shelf_bezel_event_filter.h',
603 'shelf/shelf_button.cc', 603 'shelf/shelf_button.cc',
604 'shelf/shelf_button.h', 604 'shelf/shelf_button.h',
605 'shelf/shelf_button_pressed_metric_tracker.cc', 605 'shelf/shelf_button_pressed_metric_tracker.cc',
606 'shelf/shelf_button_pressed_metric_tracker.h', 606 'shelf/shelf_button_pressed_metric_tracker.h',
607 'shelf/shelf_delegate.h', 607 'shelf/shelf_delegate.h',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 'accelerators/magnifier_key_scroller_unittest.cc', 896 'accelerators/magnifier_key_scroller_unittest.cc',
897 'accelerators/spoken_feedback_toggler_unittest.cc', 897 'accelerators/spoken_feedback_toggler_unittest.cc',
898 'app_list/app_list_presenter_delegate_unittest.cc', 898 'app_list/app_list_presenter_delegate_unittest.cc',
899 'ash_touch_exploration_manager_chromeos_unittest.cc', 899 'ash_touch_exploration_manager_chromeos_unittest.cc',
900 'autoclick/autoclick_unittest.cc', 900 'autoclick/autoclick_unittest.cc',
901 'common/display/display_info_unittest.cc', 901 'common/display/display_info_unittest.cc',
902 'common/material_design/material_design_controller_unittest.cc', 902 'common/material_design/material_design_controller_unittest.cc',
903 'common/popup_message_unittest.cc', 903 'common/popup_message_unittest.cc',
904 'common/shelf/shelf_model_unittest.cc', 904 'common/shelf/shelf_model_unittest.cc',
905 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 905 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
906 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
906 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 907 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
907 'common/system/chromeos/power/power_status_unittest.cc', 908 'common/system/chromeos/power/power_status_unittest.cc',
908 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
909 'common/system/chromeos/power/power_status_view_unittest.cc', 909 'common/system/chromeos/power/power_status_view_unittest.cc',
910 'common/system/chromeos/power/tray_power_unittest.cc', 910 'common/system/chromeos/power/tray_power_unittest.cc',
911 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 911 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
912 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 912 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
913 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 913 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
914 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 914 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
915 'common/system/date/date_view_unittest.cc', 915 'common/system/date/date_view_unittest.cc',
916 'common/system/ime/tray_ime_chromeos_unittest.cc', 916 'common/system/ime/tray_ime_chromeos_unittest.cc',
917 'common/system/tray/system_tray_unittest.cc', 917 'common/system/tray/system_tray_unittest.cc',
918 'common/system/tray/tray_details_view_unittest.cc', 918 'common/system/tray/tray_details_view_unittest.cc',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1456 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1457 ], 1457 ],
1458 } 1458 }
1459 ], 1459 ],
1460 ], 1460 ],
1461 }, 1461 },
1462 ], 1462 ],
1463 }], 1463 }],
1464 ], 1464 ],
1465 } 1465 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698