| 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 "common/wm/workspace/workspace_event_handler.cc", | 572 "common/wm/workspace/workspace_event_handler.cc", |
| 573 "common/wm/workspace/workspace_event_handler.h", | 573 "common/wm/workspace/workspace_event_handler.h", |
| 574 "common/wm/workspace/workspace_layout_manager.cc", | 574 "common/wm/workspace/workspace_layout_manager.cc", |
| 575 "common/wm/workspace/workspace_layout_manager.h", | 575 "common/wm/workspace/workspace_layout_manager.h", |
| 576 "common/wm/workspace/workspace_layout_manager_backdrop_delegate.h", | 576 "common/wm/workspace/workspace_layout_manager_backdrop_delegate.h", |
| 577 "common/wm/workspace/workspace_types.h", | 577 "common/wm/workspace/workspace_types.h", |
| 578 "common/wm/workspace/workspace_window_resizer.cc", | 578 "common/wm/workspace/workspace_window_resizer.cc", |
| 579 "common/wm/workspace/workspace_window_resizer.h", | 579 "common/wm/workspace/workspace_window_resizer.h", |
| 580 "common/wm/workspace_controller.cc", | 580 "common/wm/workspace_controller.cc", |
| 581 "common/wm/workspace_controller.h", | 581 "common/wm/workspace_controller.h", |
| 582 "common/wm_activation_observer.h", | |
| 583 "common/wm_display_observer.h", | 582 "common/wm_display_observer.h", |
| 584 "common/wm_layout_manager.h", | 583 "common/wm_layout_manager.h", |
| 585 "common/wm_shell.cc", | 584 "common/wm_shell.cc", |
| 586 "common/wm_shell.h", | 585 "common/wm_shell.h", |
| 587 "common/wm_transient_window_observer.h", | 586 "common/wm_transient_window_observer.h", |
| 588 "common/wm_window.cc", | 587 "common/wm_window.cc", |
| 589 "common/wm_window.h", | 588 "common/wm_window.h", |
| 590 "common/wm_window_user_data.h", | 589 "common/wm_window_user_data.h", |
| 591 "debug.cc", | 590 "debug.cc", |
| 592 "debug.h", | 591 "debug.h", |
| (...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 "//content/public/app:both", | 1507 "//content/public/app:both", |
| 1509 "//device/bluetooth", | 1508 "//device/bluetooth", |
| 1510 ] | 1509 ] |
| 1511 | 1510 |
| 1512 data_deps = [ | 1511 data_deps = [ |
| 1513 "//ash/strings:ash_test_strings", | 1512 "//ash/strings:ash_test_strings", |
| 1514 "//ash/resources:ash_test_resources_with_content_100_percent", | 1513 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1515 "//ash/resources:ash_test_resources_200_percent", | 1514 "//ash/resources:ash_test_resources_200_percent", |
| 1516 ] | 1515 ] |
| 1517 } | 1516 } |
| OLD | NEW |