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

Side by Side Diff: ash/ash.gyp

Issue 2191153002: Revert of Replaced BackgroundAnimator with ShelfBackgroundAnimator. (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.cc » ('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 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',
114 'common/shelf/shelf_button.cc', 111 'common/shelf/shelf_button.cc',
115 'common/shelf/shelf_button.h', 112 'common/shelf/shelf_button.h',
116 'common/shelf/shelf_button_pressed_metric_tracker.cc', 113 'common/shelf/shelf_button_pressed_metric_tracker.cc',
117 'common/shelf/shelf_button_pressed_metric_tracker.h', 114 'common/shelf/shelf_button_pressed_metric_tracker.h',
118 'common/shelf/shelf_constants.cc', 115 'common/shelf/shelf_constants.cc',
119 'common/shelf/shelf_constants.h', 116 'common/shelf/shelf_constants.h',
120 'common/shelf/shelf_delegate.h', 117 'common/shelf/shelf_delegate.h',
121 'common/shelf/shelf_item_delegate.h', 118 'common/shelf/shelf_item_delegate.h',
122 'common/shelf/shelf_item_types.cc', 119 'common/shelf/shelf_item_types.cc',
123 'common/shelf/shelf_item_types.h', 120 'common/shelf/shelf_item_types.h',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'content/keyboard_overlay/keyboard_overlay_delegate.cc', 785 'content/keyboard_overlay/keyboard_overlay_delegate.cc',
789 'content/keyboard_overlay/keyboard_overlay_delegate.h', 786 'content/keyboard_overlay/keyboard_overlay_delegate.h',
790 'content/keyboard_overlay/keyboard_overlay_view.cc', 787 'content/keyboard_overlay/keyboard_overlay_view.cc',
791 'content/keyboard_overlay/keyboard_overlay_view.h', 788 'content/keyboard_overlay/keyboard_overlay_view.h',
792 'content/screen_orientation_delegate_chromeos.cc', 789 'content/screen_orientation_delegate_chromeos.cc',
793 'content/screen_orientation_delegate_chromeos.h', 790 'content/screen_orientation_delegate_chromeos.h',
794 'content/shell_content_state.cc', 791 'content/shell_content_state.cc',
795 'content/shell_content_state.h', 792 'content/shell_content_state.h',
796 ], 793 ],
797 'ash_test_support_sources': [ 794 'ash_test_support_sources': [
798 'common/test/material_design_controller_test_api.cc',
799 'common/test/material_design_controller_test_api.h',
800 'common/test/test_volume_control_delegate.cc', 795 'common/test/test_volume_control_delegate.cc',
801 'common/test/test_volume_control_delegate.h', 796 'common/test/test_volume_control_delegate.h',
802 'desktop_background/desktop_background_controller_test_api.cc', 797 'desktop_background/desktop_background_controller_test_api.cc',
803 'desktop_background/desktop_background_controller_test_api.h', 798 'desktop_background/desktop_background_controller_test_api.h',
804 'shell/toplevel_window.cc', 799 'shell/toplevel_window.cc',
805 'shell/toplevel_window.h', 800 'shell/toplevel_window.h',
806 'test/ash_md_test_base.cc', 801 'test/ash_md_test_base.cc',
807 'test/ash_md_test_base.h', 802 'test/ash_md_test_base.h',
808 'test/ash_test_base.cc', 803 'test/ash_test_base.cc',
809 'test/ash_test_base.h', 804 'test/ash_test_base.h',
810 'test/ash_test_helper.cc', 805 'test/ash_test_helper.cc',
811 'test/ash_test_helper.h', 806 'test/ash_test_helper.h',
812 'test/ash_test_views_delegate.cc', 807 'test/ash_test_views_delegate.cc',
813 'test/ash_test_views_delegate.h', 808 'test/ash_test_views_delegate.h',
814 'test/child_modal_window.cc', 809 'test/child_modal_window.cc',
815 'test/child_modal_window.h', 810 'test/child_modal_window.h',
816 'test/cursor_manager_test_api.cc', 811 'test/cursor_manager_test_api.cc',
817 'test/cursor_manager_test_api.h', 812 'test/cursor_manager_test_api.h',
818 'test/display_manager_test_api.cc', 813 'test/display_manager_test_api.cc',
819 'test/display_manager_test_api.h', 814 'test/display_manager_test_api.h',
815 'test/material_design_controller_test_api.cc',
816 'test/material_design_controller_test_api.h',
820 'test/mirror_window_test_api.cc', 817 'test/mirror_window_test_api.cc',
821 'test/mirror_window_test_api.h', 818 'test/mirror_window_test_api.h',
822 'test/overflow_bubble_view_test_api.cc', 819 'test/overflow_bubble_view_test_api.cc',
823 'test/overflow_bubble_view_test_api.h', 820 'test/overflow_bubble_view_test_api.h',
824 'test/shelf_button_pressed_metric_tracker_test_api.cc', 821 'test/shelf_button_pressed_metric_tracker_test_api.cc',
825 'test/shelf_button_pressed_metric_tracker_test_api.h', 822 'test/shelf_button_pressed_metric_tracker_test_api.h',
826 'test/shelf_test_api.h', 823 'test/shelf_test_api.h',
827 'test/shelf_view_test_api.cc', 824 'test/shelf_view_test_api.cc',
828 'test/shelf_view_test_api.h', 825 'test/shelf_view_test_api.h',
829 'test/shell_test_api.cc', 826 'test/shell_test_api.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 'accelerators/accelerator_filter_unittest.cc', 910 'accelerators/accelerator_filter_unittest.cc',
914 'accelerators/magnifier_key_scroller_unittest.cc', 911 'accelerators/magnifier_key_scroller_unittest.cc',
915 'accelerators/spoken_feedback_toggler_unittest.cc', 912 'accelerators/spoken_feedback_toggler_unittest.cc',
916 'app_list/app_list_presenter_delegate_unittest.cc', 913 'app_list/app_list_presenter_delegate_unittest.cc',
917 'ash_touch_exploration_manager_chromeos_unittest.cc', 914 'ash_touch_exploration_manager_chromeos_unittest.cc',
918 'autoclick/autoclick_unittest.cc', 915 'autoclick/autoclick_unittest.cc',
919 'common/accelerators/accelerator_table_unittest.cc', 916 'common/accelerators/accelerator_table_unittest.cc',
920 'common/display/display_info_unittest.cc', 917 'common/display/display_info_unittest.cc',
921 'common/material_design/material_design_controller_unittest.cc', 918 'common/material_design/material_design_controller_unittest.cc',
922 'common/popup_message_unittest.cc', 919 'common/popup_message_unittest.cc',
923 'common/shelf/shelf_background_animator_unittest.cc',
924 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 920 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
925 'common/shelf/shelf_locking_manager_unittest.cc', 921 'common/shelf/shelf_locking_manager_unittest.cc',
926 'common/shelf/shelf_model_unittest.cc', 922 'common/shelf/shelf_model_unittest.cc',
927 'common/shelf/shelf_navigator_unittest.cc', 923 'common/shelf/shelf_navigator_unittest.cc',
928 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 924 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
929 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 925 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
930 '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',
931 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 927 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
932 'common/system/chromeos/power/power_status_unittest.cc', 928 'common/system/chromeos/power/power_status_unittest.cc',
933 'common/system/chromeos/power/power_status_view_unittest.cc', 929 'common/system/chromeos/power/power_status_view_unittest.cc',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1480 ], 1476 ],
1481 } 1477 }
1482 ], 1478 ],
1483 ], 1479 ],
1484 }, 1480 },
1485 ], 1481 ],
1486 }], 1482 }],
1487 ], 1483 ],
1488 } 1484 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698