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

Side by Side Diff: ash/BUILD.gn

Issue 2884623002: Refactor backdrop (Closed)
Patch Set: . Created 3 years, 7 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/test/workspace_controller_test_api.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "wm/immersive_gesture_handler_aura.h", 651 "wm/immersive_gesture_handler_aura.h",
652 "wm/immersive_handler_factory_ash.cc", 652 "wm/immersive_handler_factory_ash.cc",
653 "wm/immersive_handler_factory_ash.h", 653 "wm/immersive_handler_factory_ash.h",
654 "wm/lock_layout_manager.cc", 654 "wm/lock_layout_manager.cc",
655 "wm/lock_layout_manager.h", 655 "wm/lock_layout_manager.h",
656 "wm/lock_state_controller.cc", 656 "wm/lock_state_controller.cc",
657 "wm/lock_state_controller.h", 657 "wm/lock_state_controller.h",
658 "wm/lock_state_observer.h", 658 "wm/lock_state_observer.h",
659 "wm/lock_window_state.cc", 659 "wm/lock_window_state.cc",
660 "wm/lock_window_state.h", 660 "wm/lock_window_state.h",
661 "wm/maximize_mode/maximize_mode_backdrop_delegate_impl.cc",
662 "wm/maximize_mode/maximize_mode_backdrop_delegate_impl.h",
661 "wm/maximize_mode/maximize_mode_controller.cc", 663 "wm/maximize_mode/maximize_mode_controller.cc",
662 "wm/maximize_mode/maximize_mode_controller.h", 664 "wm/maximize_mode/maximize_mode_controller.h",
663 "wm/maximize_mode/maximize_mode_event_handler.cc", 665 "wm/maximize_mode/maximize_mode_event_handler.cc",
664 "wm/maximize_mode/maximize_mode_event_handler.h", 666 "wm/maximize_mode/maximize_mode_event_handler.h",
665 "wm/maximize_mode/maximize_mode_event_handler_aura.cc", 667 "wm/maximize_mode/maximize_mode_event_handler_aura.cc",
666 "wm/maximize_mode/maximize_mode_event_handler_aura.h", 668 "wm/maximize_mode/maximize_mode_event_handler_aura.h",
667 "wm/maximize_mode/maximize_mode_window_manager.cc", 669 "wm/maximize_mode/maximize_mode_window_manager.cc",
668 "wm/maximize_mode/maximize_mode_window_manager.h", 670 "wm/maximize_mode/maximize_mode_window_manager.h",
669 "wm/maximize_mode/maximize_mode_window_state.cc", 671 "wm/maximize_mode/maximize_mode_window_state.cc",
670 "wm/maximize_mode/maximize_mode_window_state.h", 672 "wm/maximize_mode/maximize_mode_window_state.h",
671 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h", 673 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h",
672 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc", 674 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc",
673 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", 675 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h",
674 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", 676 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
675 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", 677 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
676 "wm/maximize_mode/workspace_backdrop_delegate.cc",
677 "wm/maximize_mode/workspace_backdrop_delegate.h",
678 "wm/mru_window_tracker.cc", 678 "wm/mru_window_tracker.cc",
679 "wm/mru_window_tracker.h", 679 "wm/mru_window_tracker.h",
680 "wm/overlay_event_filter.cc", 680 "wm/overlay_event_filter.cc",
681 "wm/overlay_event_filter.h", 681 "wm/overlay_event_filter.h",
682 "wm/overview/cleanup_animation_observer.cc", 682 "wm/overview/cleanup_animation_observer.cc",
683 "wm/overview/cleanup_animation_observer.h", 683 "wm/overview/cleanup_animation_observer.h",
684 "wm/overview/overview_animation_type.h", 684 "wm/overview/overview_animation_type.h",
685 "wm/overview/scoped_overview_animation_settings.h", 685 "wm/overview/scoped_overview_animation_settings.h",
686 "wm/overview/scoped_overview_animation_settings_aura.cc", 686 "wm/overview/scoped_overview_animation_settings_aura.cc",
687 "wm/overview/scoped_overview_animation_settings_aura.h", 687 "wm/overview/scoped_overview_animation_settings_aura.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 "wm/wm_event.cc", 787 "wm/wm_event.cc",
788 "wm/wm_event.h", 788 "wm/wm_event.h",
789 "wm/wm_snap_to_pixel_layout_manager.cc", 789 "wm/wm_snap_to_pixel_layout_manager.cc",
790 "wm/wm_snap_to_pixel_layout_manager.h", 790 "wm/wm_snap_to_pixel_layout_manager.h",
791 "wm/wm_toplevel_window_event_handler.cc", 791 "wm/wm_toplevel_window_event_handler.cc",
792 "wm/wm_toplevel_window_event_handler.h", 792 "wm/wm_toplevel_window_event_handler.h",
793 "wm/wm_types.cc", 793 "wm/wm_types.cc",
794 "wm/wm_types.h", 794 "wm/wm_types.h",
795 "wm/wm_window_animations.cc", 795 "wm/wm_window_animations.cc",
796 "wm/wm_window_animations.h", 796 "wm/wm_window_animations.h",
797 "wm/workspace/backdrop_controller.cc",
798 "wm/workspace/backdrop_controller.h",
799 "wm/workspace/backdrop_delegate.h",
797 "wm/workspace/magnetism_matcher.cc", 800 "wm/workspace/magnetism_matcher.cc",
798 "wm/workspace/magnetism_matcher.h", 801 "wm/workspace/magnetism_matcher.h",
799 "wm/workspace/multi_window_resize_controller.cc", 802 "wm/workspace/multi_window_resize_controller.cc",
800 "wm/workspace/multi_window_resize_controller.h", 803 "wm/workspace/multi_window_resize_controller.h",
801 "wm/workspace/phantom_window_controller.cc", 804 "wm/workspace/phantom_window_controller.cc",
802 "wm/workspace/phantom_window_controller.h", 805 "wm/workspace/phantom_window_controller.h",
803 "wm/workspace/two_step_edge_cycler.cc", 806 "wm/workspace/two_step_edge_cycler.cc",
804 "wm/workspace/two_step_edge_cycler.h", 807 "wm/workspace/two_step_edge_cycler.h",
805 "wm/workspace/workspace_event_handler.cc", 808 "wm/workspace/workspace_event_handler.cc",
806 "wm/workspace/workspace_event_handler.h", 809 "wm/workspace/workspace_event_handler.h",
807 "wm/workspace/workspace_event_handler_aura.cc", 810 "wm/workspace/workspace_event_handler_aura.cc",
808 "wm/workspace/workspace_event_handler_aura.h", 811 "wm/workspace/workspace_event_handler_aura.h",
809 "wm/workspace/workspace_layout_manager.cc", 812 "wm/workspace/workspace_layout_manager.cc",
810 "wm/workspace/workspace_layout_manager.h", 813 "wm/workspace/workspace_layout_manager.h",
811 "wm/workspace/workspace_layout_manager_backdrop_delegate.h",
812 "wm/workspace/workspace_types.h", 814 "wm/workspace/workspace_types.h",
813 "wm/workspace/workspace_window_resizer.cc", 815 "wm/workspace/workspace_window_resizer.cc",
814 "wm/workspace/workspace_window_resizer.h", 816 "wm/workspace/workspace_window_resizer.h",
815 "wm/workspace_controller.cc", 817 "wm/workspace_controller.cc",
816 "wm/workspace_controller.h", 818 "wm/workspace_controller.h",
817 "wm_display_observer.h", 819 "wm_display_observer.h",
818 "wm_transient_window_observer.h", 820 "wm_transient_window_observer.h",
819 "wm_window.cc", 821 "wm_window.cc",
820 "wm_window.h", 822 "wm_window.h",
821 ] 823 ]
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 "//content/public/app:both", 1512 "//content/public/app:both",
1511 "//device/bluetooth", 1513 "//device/bluetooth",
1512 ] 1514 ]
1513 1515
1514 data_deps = [ 1516 data_deps = [
1515 "//ash/strings:ash_test_strings", 1517 "//ash/strings:ash_test_strings",
1516 "//ash/resources:ash_test_resources_with_content_100_percent", 1518 "//ash/resources:ash_test_resources_with_content_100_percent",
1517 "//ash/resources:ash_test_resources_200_percent", 1519 "//ash/resources:ash_test_resources_200_percent",
1518 ] 1520 ]
1519 } 1521 }
OLDNEW
« no previous file with comments | « no previous file | ash/test/workspace_controller_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698