| 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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 "wm/window_state_aura.h", | 763 "wm/window_state_aura.h", |
| 764 "wm/window_state_delegate.cc", | 764 "wm/window_state_delegate.cc", |
| 765 "wm/window_state_delegate.h", | 765 "wm/window_state_delegate.h", |
| 766 "wm/window_state_observer.h", | 766 "wm/window_state_observer.h", |
| 767 "wm/window_state_util.cc", | 767 "wm/window_state_util.cc", |
| 768 "wm/window_state_util.h", | 768 "wm/window_state_util.h", |
| 769 "wm/window_util.cc", | 769 "wm/window_util.cc", |
| 770 "wm/window_util.h", | 770 "wm/window_util.h", |
| 771 "wm/wm_event.cc", | 771 "wm/wm_event.cc", |
| 772 "wm/wm_event.h", | 772 "wm/wm_event.h", |
| 773 "wm/wm_screen_util.cc", | |
| 774 "wm/wm_screen_util.h", | |
| 775 "wm/wm_snap_to_pixel_layout_manager.cc", | 773 "wm/wm_snap_to_pixel_layout_manager.cc", |
| 776 "wm/wm_snap_to_pixel_layout_manager.h", | 774 "wm/wm_snap_to_pixel_layout_manager.h", |
| 777 "wm/wm_toplevel_window_event_handler.cc", | 775 "wm/wm_toplevel_window_event_handler.cc", |
| 778 "wm/wm_toplevel_window_event_handler.h", | 776 "wm/wm_toplevel_window_event_handler.h", |
| 779 "wm/wm_types.cc", | 777 "wm/wm_types.cc", |
| 780 "wm/wm_types.h", | 778 "wm/wm_types.h", |
| 781 "wm/wm_window_animations.cc", | 779 "wm/wm_window_animations.cc", |
| 782 "wm/wm_window_animations.h", | 780 "wm/wm_window_animations.h", |
| 783 "wm/workspace/magnetism_matcher.cc", | 781 "wm/workspace/magnetism_matcher.cc", |
| 784 "wm/workspace/magnetism_matcher.h", | 782 "wm/workspace/magnetism_matcher.h", |
| (...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1493 "//content/public/app:both", | 1491 "//content/public/app:both", |
| 1494 "//device/bluetooth", | 1492 "//device/bluetooth", |
| 1495 ] | 1493 ] |
| 1496 | 1494 |
| 1497 data_deps = [ | 1495 data_deps = [ |
| 1498 "//ash/strings:ash_test_strings", | 1496 "//ash/strings:ash_test_strings", |
| 1499 "//ash/resources:ash_test_resources_with_content_100_percent", | 1497 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1500 "//ash/resources:ash_test_resources_200_percent", | 1498 "//ash/resources:ash_test_resources_200_percent", |
| 1501 ] | 1499 ] |
| 1502 } | 1500 } |
| OLD | NEW |