OLD | NEW |
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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", | 689 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", |
690 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", | 690 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", |
691 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", | 691 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", |
692 "wm/mru_window_tracker.cc", | 692 "wm/mru_window_tracker.cc", |
693 "wm/mru_window_tracker.h", | 693 "wm/mru_window_tracker.h", |
694 "wm/overlay_event_filter.cc", | 694 "wm/overlay_event_filter.cc", |
695 "wm/overlay_event_filter.h", | 695 "wm/overlay_event_filter.h", |
696 "wm/overview/cleanup_animation_observer.cc", | 696 "wm/overview/cleanup_animation_observer.cc", |
697 "wm/overview/cleanup_animation_observer.h", | 697 "wm/overview/cleanup_animation_observer.h", |
698 "wm/overview/overview_animation_type.h", | 698 "wm/overview/overview_animation_type.h", |
| 699 "wm/overview/overview_window_drag_controller.cc", |
| 700 "wm/overview/overview_window_drag_controller.h", |
699 "wm/overview/scoped_overview_animation_settings.cc", | 701 "wm/overview/scoped_overview_animation_settings.cc", |
700 "wm/overview/scoped_overview_animation_settings.h", | 702 "wm/overview/scoped_overview_animation_settings.h", |
701 "wm/overview/scoped_transform_overview_window.cc", | 703 "wm/overview/scoped_transform_overview_window.cc", |
702 "wm/overview/scoped_transform_overview_window.h", | 704 "wm/overview/scoped_transform_overview_window.h", |
703 "wm/overview/window_grid.cc", | 705 "wm/overview/window_grid.cc", |
704 "wm/overview/window_grid.h", | 706 "wm/overview/window_grid.h", |
705 "wm/overview/window_selector.cc", | 707 "wm/overview/window_selector.cc", |
706 "wm/overview/window_selector.h", | 708 "wm/overview/window_selector.h", |
707 "wm/overview/window_selector_controller.cc", | 709 "wm/overview/window_selector_controller.cc", |
708 "wm/overview/window_selector_controller.h", | 710 "wm/overview/window_selector_controller.h", |
(...skipping 23 matching lines...) Expand all Loading... |
732 "wm/root_window_layout_manager.cc", | 734 "wm/root_window_layout_manager.cc", |
733 "wm/root_window_layout_manager.h", | 735 "wm/root_window_layout_manager.h", |
734 "wm/screen_dimmer.cc", | 736 "wm/screen_dimmer.cc", |
735 "wm/screen_dimmer.h", | 737 "wm/screen_dimmer.h", |
736 "wm/screen_pinning_controller.cc", | 738 "wm/screen_pinning_controller.cc", |
737 "wm/screen_pinning_controller.h", | 739 "wm/screen_pinning_controller.h", |
738 "wm/session_state_animator.cc", | 740 "wm/session_state_animator.cc", |
739 "wm/session_state_animator.h", | 741 "wm/session_state_animator.h", |
740 "wm/session_state_animator_impl.cc", | 742 "wm/session_state_animator_impl.cc", |
741 "wm/session_state_animator_impl.h", | 743 "wm/session_state_animator_impl.h", |
| 744 "wm/splitview/split_view_controller.cc", |
| 745 "wm/splitview/split_view_controller.h", |
742 "wm/stacking_controller.cc", | 746 "wm/stacking_controller.cc", |
743 "wm/stacking_controller.h", | 747 "wm/stacking_controller.h", |
744 "wm/switchable_windows.cc", | 748 "wm/switchable_windows.cc", |
745 "wm/switchable_windows.h", | 749 "wm/switchable_windows.h", |
746 "wm/system_gesture_event_filter.cc", | 750 "wm/system_gesture_event_filter.cc", |
747 "wm/system_gesture_event_filter.h", | 751 "wm/system_gesture_event_filter.h", |
748 "wm/system_modal_container_event_filter.cc", | 752 "wm/system_modal_container_event_filter.cc", |
749 "wm/system_modal_container_event_filter.h", | 753 "wm/system_modal_container_event_filter.h", |
750 "wm/system_modal_container_event_filter_delegate.h", | 754 "wm/system_modal_container_event_filter_delegate.h", |
751 "wm/system_modal_container_layout_manager.cc", | 755 "wm/system_modal_container_layout_manager.cc", |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1558 "//content/public/app:both", | 1562 "//content/public/app:both", |
1559 "//device/bluetooth", | 1563 "//device/bluetooth", |
1560 ] | 1564 ] |
1561 | 1565 |
1562 data_deps = [ | 1566 data_deps = [ |
1563 "//ash/strings:ash_test_strings", | 1567 "//ash/strings:ash_test_strings", |
1564 "//ash/resources:ash_test_resources_with_content_100_percent", | 1568 "//ash/resources:ash_test_resources_with_content_100_percent", |
1565 "//ash/resources:ash_test_resources_200_percent", | 1569 "//ash/resources:ash_test_resources_200_percent", |
1566 ] | 1570 ] |
1567 } | 1571 } |
OLD | NEW |