| 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 "wm/native_cursor_manager_ash.h", | 674 "wm/native_cursor_manager_ash.h", |
| 675 "wm/native_cursor_manager_ash_classic.cc", | 675 "wm/native_cursor_manager_ash_classic.cc", |
| 676 "wm/native_cursor_manager_ash_classic.h", | 676 "wm/native_cursor_manager_ash_classic.h", |
| 677 "wm/native_cursor_manager_ash_mus.cc", | 677 "wm/native_cursor_manager_ash_mus.cc", |
| 678 "wm/native_cursor_manager_ash_mus.h", | 678 "wm/native_cursor_manager_ash_mus.h", |
| 679 "wm/overlay_event_filter.cc", | 679 "wm/overlay_event_filter.cc", |
| 680 "wm/overlay_event_filter.h", | 680 "wm/overlay_event_filter.h", |
| 681 "wm/overview/cleanup_animation_observer.cc", | 681 "wm/overview/cleanup_animation_observer.cc", |
| 682 "wm/overview/cleanup_animation_observer.h", | 682 "wm/overview/cleanup_animation_observer.h", |
| 683 "wm/overview/overview_animation_type.h", | 683 "wm/overview/overview_animation_type.h", |
| 684 "wm/overview/overview_window_drag_controller.cc", | |
| 685 "wm/overview/overview_window_drag_controller.h", | |
| 686 "wm/overview/scoped_overview_animation_settings.cc", | 684 "wm/overview/scoped_overview_animation_settings.cc", |
| 687 "wm/overview/scoped_overview_animation_settings.h", | 685 "wm/overview/scoped_overview_animation_settings.h", |
| 688 "wm/overview/scoped_transform_overview_window.cc", | 686 "wm/overview/scoped_transform_overview_window.cc", |
| 689 "wm/overview/scoped_transform_overview_window.h", | 687 "wm/overview/scoped_transform_overview_window.h", |
| 690 "wm/overview/window_grid.cc", | 688 "wm/overview/window_grid.cc", |
| 691 "wm/overview/window_grid.h", | 689 "wm/overview/window_grid.h", |
| 692 "wm/overview/window_selector.cc", | 690 "wm/overview/window_selector.cc", |
| 693 "wm/overview/window_selector.h", | 691 "wm/overview/window_selector.h", |
| 694 "wm/overview/window_selector_controller.cc", | 692 "wm/overview/window_selector_controller.cc", |
| 695 "wm/overview/window_selector_controller.h", | 693 "wm/overview/window_selector_controller.h", |
| (...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1567 "//content/public/app:both", | 1565 "//content/public/app:both", |
| 1568 "//device/bluetooth", | 1566 "//device/bluetooth", |
| 1569 ] | 1567 ] |
| 1570 | 1568 |
| 1571 data_deps = [ | 1569 data_deps = [ |
| 1572 "//ash/strings:ash_test_strings", | 1570 "//ash/strings:ash_test_strings", |
| 1573 "//ash/resources:ash_test_resources_with_content_100_percent", | 1571 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1574 "//ash/resources:ash_test_resources_200_percent", | 1572 "//ash/resources:ash_test_resources_200_percent", |
| 1575 ] | 1573 ] |
| 1576 } | 1574 } |
| OLD | NEW |