| 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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 "wm/window_positioner.cc", | 768 "wm/window_positioner.cc", |
| 769 "wm/window_positioner.h", | 769 "wm/window_positioner.h", |
| 770 "wm/window_positioning_utils.cc", | 770 "wm/window_positioning_utils.cc", |
| 771 "wm/window_positioning_utils.h", | 771 "wm/window_positioning_utils.h", |
| 772 "wm/window_properties.cc", | 772 "wm/window_properties.cc", |
| 773 "wm/window_properties.h", | 773 "wm/window_properties.h", |
| 774 "wm/window_resizer.cc", | 774 "wm/window_resizer.cc", |
| 775 "wm/window_resizer.h", | 775 "wm/window_resizer.h", |
| 776 "wm/window_state.cc", | 776 "wm/window_state.cc", |
| 777 "wm/window_state.h", | 777 "wm/window_state.h", |
| 778 "wm/window_state_aura.cc", | |
| 779 "wm/window_state_aura.h", | |
| 780 "wm/window_state_delegate.cc", | 778 "wm/window_state_delegate.cc", |
| 781 "wm/window_state_delegate.h", | 779 "wm/window_state_delegate.h", |
| 782 "wm/window_state_observer.h", | 780 "wm/window_state_observer.h", |
| 783 "wm/window_state_util.cc", | 781 "wm/window_state_util.cc", |
| 784 "wm/window_state_util.h", | 782 "wm/window_state_util.h", |
| 785 "wm/window_util.cc", | 783 "wm/window_util.cc", |
| 786 "wm/window_util.h", | 784 "wm/window_util.h", |
| 787 "wm/wm_event.cc", | 785 "wm/wm_event.cc", |
| 788 "wm/wm_event.h", | 786 "wm/wm_event.h", |
| 789 "wm/wm_snap_to_pixel_layout_manager.cc", | 787 "wm/wm_snap_to_pixel_layout_manager.cc", |
| (...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1514 "//content/public/app:both", | 1512 "//content/public/app:both", |
| 1515 "//device/bluetooth", | 1513 "//device/bluetooth", |
| 1516 ] | 1514 ] |
| 1517 | 1515 |
| 1518 data_deps = [ | 1516 data_deps = [ |
| 1519 "//ash/strings:ash_test_strings", | 1517 "//ash/strings:ash_test_strings", |
| 1520 "//ash/resources:ash_test_resources_with_content_100_percent", | 1518 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1521 "//ash/resources:ash_test_resources_200_percent", | 1519 "//ash/resources:ash_test_resources_200_percent", |
| 1522 ] | 1520 ] |
| 1523 } | 1521 } |
| OLD | NEW |