| 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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 "wm/workspace/workspace_event_handler_aura.cc", | 813 "wm/workspace/workspace_event_handler_aura.cc", |
| 814 "wm/workspace/workspace_event_handler_aura.h", | 814 "wm/workspace/workspace_event_handler_aura.h", |
| 815 "wm/workspace/workspace_layout_manager.cc", | 815 "wm/workspace/workspace_layout_manager.cc", |
| 816 "wm/workspace/workspace_layout_manager.h", | 816 "wm/workspace/workspace_layout_manager.h", |
| 817 "wm/workspace/workspace_types.h", | 817 "wm/workspace/workspace_types.h", |
| 818 "wm/workspace/workspace_window_resizer.cc", | 818 "wm/workspace/workspace_window_resizer.cc", |
| 819 "wm/workspace/workspace_window_resizer.h", | 819 "wm/workspace/workspace_window_resizer.h", |
| 820 "wm/workspace_controller.cc", | 820 "wm/workspace_controller.cc", |
| 821 "wm/workspace_controller.h", | 821 "wm/workspace_controller.h", |
| 822 "wm_display_observer.h", | 822 "wm_display_observer.h", |
| 823 "wm_transient_window_observer.h", | |
| 824 "wm_window.cc", | |
| 825 "wm_window.h", | |
| 826 ] | 823 ] |
| 827 | 824 |
| 828 configs += [ "//build/config:precompiled_headers" ] | 825 configs += [ "//build/config:precompiled_headers" ] |
| 829 defines = [ "ASH_IMPLEMENTATION" ] | 826 defines = [ "ASH_IMPLEMENTATION" ] |
| 830 | 827 |
| 831 public_deps = [ | 828 public_deps = [ |
| 832 "//ash/resources", | 829 "//ash/resources", |
| 833 "//ash/resources/vector_icons", | 830 "//ash/resources/vector_icons", |
| 834 "//ash/shared:app_types", | 831 "//ash/shared:app_types", |
| 835 "//ash/strings", | 832 "//ash/strings", |
| (...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1527 "//content/public/app:both", | 1524 "//content/public/app:both", |
| 1528 "//device/bluetooth", | 1525 "//device/bluetooth", |
| 1529 ] | 1526 ] |
| 1530 | 1527 |
| 1531 data_deps = [ | 1528 data_deps = [ |
| 1532 "//ash/strings:ash_test_strings", | 1529 "//ash/strings:ash_test_strings", |
| 1533 "//ash/resources:ash_test_resources_with_content_100_percent", | 1530 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1534 "//ash/resources:ash_test_resources_200_percent", | 1531 "//ash/resources:ash_test_resources_200_percent", |
| 1535 ] | 1532 ] |
| 1536 } | 1533 } |
| OLD | NEW |