| 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 "common/wm_activation_observer.h", | 584 "common/wm_activation_observer.h", |
| 585 "common/wm_display_observer.h", | 585 "common/wm_display_observer.h", |
| 586 "common/wm_layout_manager.h", | 586 "common/wm_layout_manager.h", |
| 587 "common/wm_lookup.cc", | 587 "common/wm_lookup.cc", |
| 588 "common/wm_lookup.h", | 588 "common/wm_lookup.h", |
| 589 "common/wm_shell.cc", | 589 "common/wm_shell.cc", |
| 590 "common/wm_shell.h", | 590 "common/wm_shell.h", |
| 591 "common/wm_transient_window_observer.h", | 591 "common/wm_transient_window_observer.h", |
| 592 "common/wm_window.cc", | 592 "common/wm_window.cc", |
| 593 "common/wm_window.h", | 593 "common/wm_window.h", |
| 594 "common/wm_window_observer.h", | |
| 595 "common/wm_window_property.h", | 594 "common/wm_window_property.h", |
| 596 "common/wm_window_tracker.h", | |
| 597 "common/wm_window_user_data.h", | 595 "common/wm_window_user_data.h", |
| 598 "debug.cc", | 596 "debug.cc", |
| 599 "debug.h", | 597 "debug.h", |
| 600 "default_wallpaper_delegate.cc", | 598 "default_wallpaper_delegate.cc", |
| 601 "default_wallpaper_delegate.h", | 599 "default_wallpaper_delegate.h", |
| 602 "display/cursor_window_controller.cc", | 600 "display/cursor_window_controller.cc", |
| 603 "display/cursor_window_controller.h", | 601 "display/cursor_window_controller.h", |
| 604 "display/display_animator.h", | 602 "display/display_animator.h", |
| 605 "display/display_animator_chromeos.cc", | 603 "display/display_animator_chromeos.cc", |
| 606 "display/display_animator_chromeos.h", | 604 "display/display_animator_chromeos.h", |
| (...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1411 "//content/public/app:both", | 1409 "//content/public/app:both", |
| 1412 "//device/bluetooth", | 1410 "//device/bluetooth", |
| 1413 ] | 1411 ] |
| 1414 | 1412 |
| 1415 data_deps = [ | 1413 data_deps = [ |
| 1416 "//ash/common/strings:ash_test_strings", | 1414 "//ash/common/strings:ash_test_strings", |
| 1417 "//ash/resources:ash_test_resources_with_content_100_percent", | 1415 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1418 "//ash/resources:ash_test_resources_200_percent", | 1416 "//ash/resources:ash_test_resources_200_percent", |
| 1419 ] | 1417 ] |
| 1420 } | 1418 } |
| OLD | NEW |