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

Side by Side Diff: ash/ash.gyp

Issue 2053113002: Replaced BackgroundAnimator with ShelfBackgroundAnimator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added PaletteTray to the Shelf background animations. 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.cc » ('j') | ash/common/shelf/shelf_background_animator.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_background_animator.cc',
112 'common/shelf/shelf_background_animator.h',
113 'common/shelf/shelf_background_animator_observer.h',
111 'common/shelf/shelf_constants.cc', 114 'common/shelf/shelf_constants.cc',
112 'common/shelf/shelf_constants.h', 115 'common/shelf/shelf_constants.h',
113 'common/shelf/shelf_delegate.h', 116 'common/shelf/shelf_delegate.h',
114 'common/shelf/shelf_item_delegate.h', 117 'common/shelf/shelf_item_delegate.h',
115 'common/shelf/shelf_item_types.cc', 118 'common/shelf/shelf_item_types.cc',
116 'common/shelf/shelf_item_types.h', 119 'common/shelf/shelf_item_types.h',
117 'common/shelf/shelf_locking_manager.cc', 120 'common/shelf/shelf_locking_manager.cc',
118 'common/shelf/shelf_locking_manager.h', 121 'common/shelf/shelf_locking_manager.h',
119 'common/shelf/shelf_menu_model.h', 122 'common/shelf/shelf_menu_model.h',
120 'common/shelf/shelf_model.cc', 123 'common/shelf/shelf_model.cc',
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 'content/keyboard_overlay/keyboard_overlay_delegate.cc', 785 'content/keyboard_overlay/keyboard_overlay_delegate.cc',
783 'content/keyboard_overlay/keyboard_overlay_delegate.h', 786 'content/keyboard_overlay/keyboard_overlay_delegate.h',
784 'content/keyboard_overlay/keyboard_overlay_view.cc', 787 'content/keyboard_overlay/keyboard_overlay_view.cc',
785 'content/keyboard_overlay/keyboard_overlay_view.h', 788 'content/keyboard_overlay/keyboard_overlay_view.h',
786 'content/screen_orientation_delegate_chromeos.cc', 789 'content/screen_orientation_delegate_chromeos.cc',
787 'content/screen_orientation_delegate_chromeos.h', 790 'content/screen_orientation_delegate_chromeos.h',
788 'content/shell_content_state.cc', 791 'content/shell_content_state.cc',
789 'content/shell_content_state.h', 792 'content/shell_content_state.h',
790 ], 793 ],
791 'ash_test_support_sources': [ 794 'ash_test_support_sources': [
795 'common/test/material_design_controller_test_api.cc',
796 'common/test/material_design_controller_test_api.h',
792 'desktop_background/desktop_background_controller_test_api.cc', 797 'desktop_background/desktop_background_controller_test_api.cc',
793 'desktop_background/desktop_background_controller_test_api.h', 798 'desktop_background/desktop_background_controller_test_api.h',
794 'shell/toplevel_window.cc', 799 'shell/toplevel_window.cc',
795 'shell/toplevel_window.h', 800 'shell/toplevel_window.h',
796 'test/ash_md_test_base.cc', 801 'test/ash_md_test_base.cc',
797 'test/ash_md_test_base.h', 802 'test/ash_md_test_base.h',
798 'test/ash_test_base.cc', 803 'test/ash_test_base.cc',
799 'test/ash_test_base.h', 804 'test/ash_test_base.h',
800 'test/ash_test_helper.cc', 805 'test/ash_test_helper.cc',
801 'test/ash_test_helper.h', 806 'test/ash_test_helper.h',
802 'test/ash_test_views_delegate.cc', 807 'test/ash_test_views_delegate.cc',
803 'test/ash_test_views_delegate.h', 808 'test/ash_test_views_delegate.h',
804 'test/child_modal_window.cc', 809 'test/child_modal_window.cc',
805 'test/child_modal_window.h', 810 'test/child_modal_window.h',
806 'test/cursor_manager_test_api.cc', 811 'test/cursor_manager_test_api.cc',
807 'test/cursor_manager_test_api.h', 812 'test/cursor_manager_test_api.h',
808 'test/display_manager_test_api.cc', 813 'test/display_manager_test_api.cc',
809 'test/display_manager_test_api.h', 814 'test/display_manager_test_api.h',
810 'test/material_design_controller_test_api.cc',
811 'test/material_design_controller_test_api.h',
812 'test/mirror_window_test_api.cc', 815 'test/mirror_window_test_api.cc',
813 'test/mirror_window_test_api.h', 816 'test/mirror_window_test_api.h',
814 'test/overflow_bubble_view_test_api.cc', 817 'test/overflow_bubble_view_test_api.cc',
815 'test/overflow_bubble_view_test_api.h', 818 'test/overflow_bubble_view_test_api.h',
816 'test/shelf_button_pressed_metric_tracker_test_api.cc', 819 'test/shelf_button_pressed_metric_tracker_test_api.cc',
817 'test/shelf_button_pressed_metric_tracker_test_api.h', 820 'test/shelf_button_pressed_metric_tracker_test_api.h',
818 'test/shelf_test_api.h', 821 'test/shelf_test_api.h',
819 'test/shelf_view_test_api.cc', 822 'test/shelf_view_test_api.cc',
820 'test/shelf_view_test_api.h', 823 'test/shelf_view_test_api.h',
821 'test/shell_test_api.cc', 824 'test/shell_test_api.cc',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'accelerators/accelerator_filter_unittest.cc', 910 'accelerators/accelerator_filter_unittest.cc',
908 'accelerators/magnifier_key_scroller_unittest.cc', 911 'accelerators/magnifier_key_scroller_unittest.cc',
909 'accelerators/spoken_feedback_toggler_unittest.cc', 912 'accelerators/spoken_feedback_toggler_unittest.cc',
910 'app_list/app_list_presenter_delegate_unittest.cc', 913 'app_list/app_list_presenter_delegate_unittest.cc',
911 'ash_touch_exploration_manager_chromeos_unittest.cc', 914 'ash_touch_exploration_manager_chromeos_unittest.cc',
912 'autoclick/autoclick_unittest.cc', 915 'autoclick/autoclick_unittest.cc',
913 'common/accelerators/accelerator_table_unittest.cc', 916 'common/accelerators/accelerator_table_unittest.cc',
914 'common/display/display_info_unittest.cc', 917 'common/display/display_info_unittest.cc',
915 'common/material_design/material_design_controller_unittest.cc', 918 'common/material_design/material_design_controller_unittest.cc',
916 'common/popup_message_unittest.cc', 919 'common/popup_message_unittest.cc',
920 'common/shelf/shelf_background_animator_unittest.cc',
917 'common/shelf/shelf_locking_manager_unittest.cc', 921 'common/shelf/shelf_locking_manager_unittest.cc',
918 'common/shelf/shelf_model_unittest.cc', 922 'common/shelf/shelf_model_unittest.cc',
919 'common/shelf/shelf_navigator_unittest.cc', 923 'common/shelf/shelf_navigator_unittest.cc',
920 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 924 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
921 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 925 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
922 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 926 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
923 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 927 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
924 'common/system/chromeos/power/power_status_unittest.cc', 928 'common/system/chromeos/power/power_status_unittest.cc',
925 'common/system/chromeos/power/power_status_view_unittest.cc', 929 'common/system/chromeos/power/power_status_view_unittest.cc',
926 'common/system/chromeos/power/tray_power_unittest.cc', 930 'common/system/chromeos/power/tray_power_unittest.cc',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1477 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1474 ], 1478 ],
1475 } 1479 }
1476 ], 1480 ],
1477 ], 1481 ],
1478 }, 1482 },
1479 ], 1483 ],
1480 }], 1484 }],
1481 ], 1485 ],
1482 } 1486 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.cc » ('j') | ash/common/shelf/shelf_background_animator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698