| 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 "wm/native_cursor_manager_ash.h", | 683 "wm/native_cursor_manager_ash.h", |
| 684 "wm/native_cursor_manager_ash_classic.cc", | 684 "wm/native_cursor_manager_ash_classic.cc", |
| 685 "wm/native_cursor_manager_ash_classic.h", | 685 "wm/native_cursor_manager_ash_classic.h", |
| 686 "wm/native_cursor_manager_ash_mus.cc", | 686 "wm/native_cursor_manager_ash_mus.cc", |
| 687 "wm/native_cursor_manager_ash_mus.h", | 687 "wm/native_cursor_manager_ash_mus.h", |
| 688 "wm/overlay_event_filter.cc", | 688 "wm/overlay_event_filter.cc", |
| 689 "wm/overlay_event_filter.h", | 689 "wm/overlay_event_filter.h", |
| 690 "wm/overview/cleanup_animation_observer.cc", | 690 "wm/overview/cleanup_animation_observer.cc", |
| 691 "wm/overview/cleanup_animation_observer.h", | 691 "wm/overview/cleanup_animation_observer.h", |
| 692 "wm/overview/overview_animation_type.h", | 692 "wm/overview/overview_animation_type.h", |
| 693 "wm/overview/overview_window_drag_controller.cc", |
| 694 "wm/overview/overview_window_drag_controller.h", |
| 693 "wm/overview/scoped_overview_animation_settings.cc", | 695 "wm/overview/scoped_overview_animation_settings.cc", |
| 694 "wm/overview/scoped_overview_animation_settings.h", | 696 "wm/overview/scoped_overview_animation_settings.h", |
| 695 "wm/overview/scoped_transform_overview_window.cc", | 697 "wm/overview/scoped_transform_overview_window.cc", |
| 696 "wm/overview/scoped_transform_overview_window.h", | 698 "wm/overview/scoped_transform_overview_window.h", |
| 697 "wm/overview/window_grid.cc", | 699 "wm/overview/window_grid.cc", |
| 698 "wm/overview/window_grid.h", | 700 "wm/overview/window_grid.h", |
| 699 "wm/overview/window_selector.cc", | 701 "wm/overview/window_selector.cc", |
| 700 "wm/overview/window_selector.h", | 702 "wm/overview/window_selector.h", |
| 701 "wm/overview/window_selector_controller.cc", | 703 "wm/overview/window_selector_controller.cc", |
| 702 "wm/overview/window_selector_controller.h", | 704 "wm/overview/window_selector_controller.h", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 726 "wm/root_window_layout_manager.cc", | 728 "wm/root_window_layout_manager.cc", |
| 727 "wm/root_window_layout_manager.h", | 729 "wm/root_window_layout_manager.h", |
| 728 "wm/screen_dimmer.cc", | 730 "wm/screen_dimmer.cc", |
| 729 "wm/screen_dimmer.h", | 731 "wm/screen_dimmer.h", |
| 730 "wm/screen_pinning_controller.cc", | 732 "wm/screen_pinning_controller.cc", |
| 731 "wm/screen_pinning_controller.h", | 733 "wm/screen_pinning_controller.h", |
| 732 "wm/session_state_animator.cc", | 734 "wm/session_state_animator.cc", |
| 733 "wm/session_state_animator.h", | 735 "wm/session_state_animator.h", |
| 734 "wm/session_state_animator_impl.cc", | 736 "wm/session_state_animator_impl.cc", |
| 735 "wm/session_state_animator_impl.h", | 737 "wm/session_state_animator_impl.h", |
| 738 "wm/splitview/split_view_controller.cc", |
| 739 "wm/splitview/split_view_controller.h", |
| 736 "wm/stacking_controller.cc", | 740 "wm/stacking_controller.cc", |
| 737 "wm/stacking_controller.h", | 741 "wm/stacking_controller.h", |
| 738 "wm/switchable_windows.cc", | 742 "wm/switchable_windows.cc", |
| 739 "wm/switchable_windows.h", | 743 "wm/switchable_windows.h", |
| 740 "wm/system_gesture_event_filter.cc", | 744 "wm/system_gesture_event_filter.cc", |
| 741 "wm/system_gesture_event_filter.h", | 745 "wm/system_gesture_event_filter.h", |
| 742 "wm/system_modal_container_event_filter.cc", | 746 "wm/system_modal_container_event_filter.cc", |
| 743 "wm/system_modal_container_event_filter.h", | 747 "wm/system_modal_container_event_filter.h", |
| 744 "wm/system_modal_container_event_filter_delegate.h", | 748 "wm/system_modal_container_event_filter_delegate.h", |
| 745 "wm/system_modal_container_layout_manager.cc", | 749 "wm/system_modal_container_layout_manager.cc", |
| (...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1560 "//content/public/app:both", | 1564 "//content/public/app:both", |
| 1561 "//device/bluetooth", | 1565 "//device/bluetooth", |
| 1562 ] | 1566 ] |
| 1563 | 1567 |
| 1564 data_deps = [ | 1568 data_deps = [ |
| 1565 "//ash/strings:ash_test_strings", | 1569 "//ash/strings:ash_test_strings", |
| 1566 "//ash/resources:ash_test_resources_with_content_100_percent", | 1570 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1567 "//ash/resources:ash_test_resources_200_percent", | 1571 "//ash/resources:ash_test_resources_200_percent", |
| 1568 ] | 1572 ] |
| 1569 } | 1573 } |
| OLD | NEW |