| 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 "common/wm/workspace/workspace_types.h", | 588 "common/wm/workspace/workspace_types.h", |
| 589 "common/wm/workspace/workspace_window_resizer.cc", | 589 "common/wm/workspace/workspace_window_resizer.cc", |
| 590 "common/wm/workspace/workspace_window_resizer.h", | 590 "common/wm/workspace/workspace_window_resizer.h", |
| 591 "common/wm/workspace_controller.cc", | 591 "common/wm/workspace_controller.cc", |
| 592 "common/wm/workspace_controller.h", | 592 "common/wm/workspace_controller.h", |
| 593 "common/wm_activation_observer.h", | 593 "common/wm_activation_observer.h", |
| 594 "common/wm_display_observer.h", | 594 "common/wm_display_observer.h", |
| 595 "common/wm_layout_manager.h", | 595 "common/wm_layout_manager.h", |
| 596 "common/wm_lookup.cc", | 596 "common/wm_lookup.cc", |
| 597 "common/wm_lookup.h", | 597 "common/wm_lookup.h", |
| 598 "common/wm_root_window_controller.cc", | |
| 599 "common/wm_root_window_controller.h", | |
| 600 "common/wm_shell.cc", | 598 "common/wm_shell.cc", |
| 601 "common/wm_shell.h", | 599 "common/wm_shell.h", |
| 602 "common/wm_transient_window_observer.h", | 600 "common/wm_transient_window_observer.h", |
| 603 "common/wm_window.h", | 601 "common/wm_window.h", |
| 604 "common/wm_window_observer.h", | 602 "common/wm_window_observer.h", |
| 605 "common/wm_window_property.h", | 603 "common/wm_window_property.h", |
| 606 "common/wm_window_tracker.h", | 604 "common/wm_window_tracker.h", |
| 607 "common/wm_window_user_data.h", | 605 "common/wm_window_user_data.h", |
| 608 "debug.cc", | 606 "debug.cc", |
| 609 "debug.h", | 607 "debug.h", |
| (...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1427 "//content/public/app:both", | 1425 "//content/public/app:both", |
| 1428 "//device/bluetooth", | 1426 "//device/bluetooth", |
| 1429 ] | 1427 ] |
| 1430 | 1428 |
| 1431 data_deps = [ | 1429 data_deps = [ |
| 1432 "//ash/common/strings:ash_test_strings", | 1430 "//ash/common/strings:ash_test_strings", |
| 1433 "//ash/resources:ash_test_resources_with_content_100_percent", | 1431 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1434 "//ash/resources:ash_test_resources_200_percent", | 1432 "//ash/resources:ash_test_resources_200_percent", |
| 1435 ] | 1433 ] |
| 1436 } | 1434 } |
| OLD | NEW |