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

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: Moved ash/test/material_design_controller_test_api.(h|cc) to ash/common/material_design/test/. Created 4 years, 6 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/aura/wm_shelf_aura.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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'common/material_design/material_design_controller.h', 68 'common/material_design/material_design_controller.h',
69 'common/root_window_controller_common.cc', 69 'common/root_window_controller_common.cc',
70 'common/root_window_controller_common.h', 70 'common/root_window_controller_common.h',
71 'common/session/session_state_delegate.cc', 71 'common/session/session_state_delegate.cc',
72 'common/session/session_state_delegate.h', 72 'common/session/session_state_delegate.h',
73 'common/session/session_state_observer.cc', 73 'common/session/session_state_observer.cc',
74 'common/session/session_state_observer.h', 74 'common/session/session_state_observer.h',
75 'common/session/session_types.h', 75 'common/session/session_types.h',
76 'common/shelf/shelf_alignment_menu.cc', 76 'common/shelf/shelf_alignment_menu.cc',
77 'common/shelf/shelf_alignment_menu.h', 77 'common/shelf/shelf_alignment_menu.h',
78 'common/shelf/shelf_background_animator.cc',
79 'common/shelf/shelf_background_animator.h',
80 'common/shelf/shelf_background_animator_observer.h',
78 'common/shelf/shelf_constants.cc', 81 'common/shelf/shelf_constants.cc',
79 'common/shelf/shelf_constants.h', 82 'common/shelf/shelf_constants.h',
80 'common/shelf/shelf_item_delegate.h', 83 'common/shelf/shelf_item_delegate.h',
81 'common/shelf/shelf_item_delegate_manager.cc', 84 'common/shelf/shelf_item_delegate_manager.cc',
82 'common/shelf/shelf_item_delegate_manager.h', 85 'common/shelf/shelf_item_delegate_manager.h',
83 'common/shelf/shelf_item_types.cc', 86 'common/shelf/shelf_item_types.cc',
84 'common/shelf/shelf_item_types.h', 87 'common/shelf/shelf_item_types.h',
85 'common/shelf/shelf_menu_model.h', 88 'common/shelf/shelf_menu_model.h',
86 'common/shelf/shelf_model.cc', 89 'common/shelf/shelf_model.cc',
87 'common/shelf/shelf_model.h', 90 'common/shelf/shelf_model.h',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 'test/ash_test_helper.cc', 785 'test/ash_test_helper.cc',
783 'test/ash_test_helper.h', 786 'test/ash_test_helper.h',
784 'test/ash_test_views_delegate.cc', 787 'test/ash_test_views_delegate.cc',
785 'test/ash_test_views_delegate.h', 788 'test/ash_test_views_delegate.h',
786 'test/child_modal_window.cc', 789 'test/child_modal_window.cc',
787 'test/child_modal_window.h', 790 'test/child_modal_window.h',
788 'test/cursor_manager_test_api.cc', 791 'test/cursor_manager_test_api.cc',
789 'test/cursor_manager_test_api.h', 792 'test/cursor_manager_test_api.h',
790 'test/display_manager_test_api.cc', 793 'test/display_manager_test_api.cc',
791 'test/display_manager_test_api.h', 794 'test/display_manager_test_api.h',
792 'test/material_design_controller_test_api.cc', 795 'common/material_design/test/material_design_controller_test_api.cc',
James Cook 2016/06/14 17:50:00 nit: Sort includes. Also, I would prefer this eit
bruthig 2016/07/26 19:50:01 Moved to //ash/common/test
793 'test/material_design_controller_test_api.h', 796 'common/material_design/test/material_design_controller_test_api.h',
794 'test/mirror_window_test_api.cc', 797 'test/mirror_window_test_api.cc',
795 'test/mirror_window_test_api.h', 798 'test/mirror_window_test_api.h',
796 'test/overflow_bubble_view_test_api.cc', 799 'test/overflow_bubble_view_test_api.cc',
797 'test/overflow_bubble_view_test_api.h', 800 'test/overflow_bubble_view_test_api.h',
798 'test/shelf_button_pressed_metric_tracker_test_api.cc', 801 'test/shelf_button_pressed_metric_tracker_test_api.cc',
799 'test/shelf_button_pressed_metric_tracker_test_api.h', 802 'test/shelf_button_pressed_metric_tracker_test_api.h',
800 'test/shelf_item_delegate_manager_test_api.cc', 803 'test/shelf_item_delegate_manager_test_api.cc',
801 'test/shelf_item_delegate_manager_test_api.h', 804 'test/shelf_item_delegate_manager_test_api.h',
802 'test/shelf_test_api.h', 805 'test/shelf_test_api.h',
803 'test/shelf_view_test_api.cc', 806 'test/shelf_view_test_api.cc',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'accelerators/accelerator_commands_unittest.cc', 892 'accelerators/accelerator_commands_unittest.cc',
890 'accelerators/accelerator_controller_unittest.cc', 893 'accelerators/accelerator_controller_unittest.cc',
891 'accelerators/accelerator_filter_unittest.cc', 894 'accelerators/accelerator_filter_unittest.cc',
892 'accelerators/accelerator_table_unittest.cc', 895 'accelerators/accelerator_table_unittest.cc',
893 'accelerators/magnifier_key_scroller_unittest.cc', 896 'accelerators/magnifier_key_scroller_unittest.cc',
894 'accelerators/spoken_feedback_toggler_unittest.cc', 897 'accelerators/spoken_feedback_toggler_unittest.cc',
895 'app_list/app_list_presenter_delegate_unittest.cc', 898 'app_list/app_list_presenter_delegate_unittest.cc',
896 'ash_touch_exploration_manager_chromeos_unittest.cc', 899 'ash_touch_exploration_manager_chromeos_unittest.cc',
897 'autoclick/autoclick_unittest.cc', 900 'autoclick/autoclick_unittest.cc',
898 'common/material_design/material_design_controller_unittest.cc', 901 'common/material_design/material_design_controller_unittest.cc',
902 'common/shelf/shelf_background_animator_unittest.cc',
899 'common/shelf/shelf_model_unittest.cc', 903 'common/shelf/shelf_model_unittest.cc',
900 'common/system/update/tray_update_unittest.cc', 904 'common/system/update/tray_update_unittest.cc',
901 'content/display/screen_orientation_controller_chromeos_unittest.cc', 905 'content/display/screen_orientation_controller_chromeos_unittest.cc',
902 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 906 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
903 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 907 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
904 'desktop_background/desktop_background_controller_unittest.cc', 908 'desktop_background/desktop_background_controller_unittest.cc',
905 'dip_unittest.cc', 909 'dip_unittest.cc',
906 'display/cursor_window_controller_unittest.cc', 910 'display/cursor_window_controller_unittest.cc',
907 'display/display_change_observer_chromeos_unittest.cc', 911 'display/display_change_observer_chromeos_unittest.cc',
908 'display/display_color_manager_chromeos_unittest.cc', 912 'display/display_color_manager_chromeos_unittest.cc',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1456 ],
1453 } 1457 }
1454 ], 1458 ],
1455 ], 1459 ],
1456 }, 1460 },
1457 ], 1461 ],
1458 }], 1462 }],
1459 ], 1463 ],
1460 } 1464 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.h » ('j') | ash/aura/wm_shelf_aura.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698