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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", | 682 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", |
683 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", | 683 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", |
684 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", | 684 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", |
685 "wm/mru_window_tracker.cc", | 685 "wm/mru_window_tracker.cc", |
686 "wm/mru_window_tracker.h", | 686 "wm/mru_window_tracker.h", |
687 "wm/overlay_event_filter.cc", | 687 "wm/overlay_event_filter.cc", |
688 "wm/overlay_event_filter.h", | 688 "wm/overlay_event_filter.h", |
689 "wm/overview/cleanup_animation_observer.cc", | 689 "wm/overview/cleanup_animation_observer.cc", |
690 "wm/overview/cleanup_animation_observer.h", | 690 "wm/overview/cleanup_animation_observer.h", |
691 "wm/overview/overview_animation_type.h", | 691 "wm/overview/overview_animation_type.h", |
| 692 "wm/overview/scoped_overview_animation_settings.cc", |
692 "wm/overview/scoped_overview_animation_settings.h", | 693 "wm/overview/scoped_overview_animation_settings.h", |
693 "wm/overview/scoped_overview_animation_settings_aura.cc", | |
694 "wm/overview/scoped_overview_animation_settings_aura.h", | |
695 "wm/overview/scoped_overview_animation_settings_factory.cc", | |
696 "wm/overview/scoped_overview_animation_settings_factory.h", | |
697 "wm/overview/scoped_overview_animation_settings_factory_aura.cc", | |
698 "wm/overview/scoped_overview_animation_settings_factory_aura.h", | |
699 "wm/overview/scoped_transform_overview_window.cc", | 694 "wm/overview/scoped_transform_overview_window.cc", |
700 "wm/overview/scoped_transform_overview_window.h", | 695 "wm/overview/scoped_transform_overview_window.h", |
701 "wm/overview/window_grid.cc", | 696 "wm/overview/window_grid.cc", |
702 "wm/overview/window_grid.h", | 697 "wm/overview/window_grid.h", |
703 "wm/overview/window_selector.cc", | 698 "wm/overview/window_selector.cc", |
704 "wm/overview/window_selector.h", | 699 "wm/overview/window_selector.h", |
705 "wm/overview/window_selector_controller.cc", | 700 "wm/overview/window_selector_controller.cc", |
706 "wm/overview/window_selector_controller.h", | 701 "wm/overview/window_selector_controller.h", |
707 "wm/overview/window_selector_delegate.h", | 702 "wm/overview/window_selector_delegate.h", |
708 "wm/overview/window_selector_item.cc", | 703 "wm/overview/window_selector_item.cc", |
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1519 "//content/public/app:both", | 1514 "//content/public/app:both", |
1520 "//device/bluetooth", | 1515 "//device/bluetooth", |
1521 ] | 1516 ] |
1522 | 1517 |
1523 data_deps = [ | 1518 data_deps = [ |
1524 "//ash/strings:ash_test_strings", | 1519 "//ash/strings:ash_test_strings", |
1525 "//ash/resources:ash_test_resources_with_content_100_percent", | 1520 "//ash/resources:ash_test_resources_with_content_100_percent", |
1526 "//ash/resources:ash_test_resources_200_percent", | 1521 "//ash/resources:ash_test_resources_200_percent", |
1527 ] | 1522 ] |
1528 } | 1523 } |
OLD | NEW |