| 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 26 matching lines...) Expand all Loading... |
| 37 "aura/aura_layout_manager_adapter.cc", | 37 "aura/aura_layout_manager_adapter.cc", |
| 38 "aura/aura_layout_manager_adapter.h", | 38 "aura/aura_layout_manager_adapter.h", |
| 39 "aura/key_event_watcher_aura.cc", | 39 "aura/key_event_watcher_aura.cc", |
| 40 "aura/key_event_watcher_aura.h", | 40 "aura/key_event_watcher_aura.h", |
| 41 "aura/pointer_watcher_adapter.cc", | 41 "aura/pointer_watcher_adapter.cc", |
| 42 "aura/pointer_watcher_adapter.h", | 42 "aura/pointer_watcher_adapter.h", |
| 43 "aura/wm_lookup_aura.cc", | 43 "aura/wm_lookup_aura.cc", |
| 44 "aura/wm_lookup_aura.h", | 44 "aura/wm_lookup_aura.h", |
| 45 "aura/wm_root_window_controller_aura.cc", | 45 "aura/wm_root_window_controller_aura.cc", |
| 46 "aura/wm_root_window_controller_aura.h", | 46 "aura/wm_root_window_controller_aura.h", |
| 47 "aura/wm_shelf_aura.cc", | |
| 48 "aura/wm_shelf_aura.h", | |
| 49 "aura/wm_shell_aura.cc", | 47 "aura/wm_shell_aura.cc", |
| 50 "aura/wm_shell_aura.h", | 48 "aura/wm_shell_aura.h", |
| 51 "aura/wm_window_aura.cc", | 49 "aura/wm_window_aura.cc", |
| 52 "aura/wm_window_aura.h", | 50 "aura/wm_window_aura.h", |
| 53 "autoclick/autoclick_controller.cc", | 51 "autoclick/autoclick_controller.cc", |
| 54 "autoclick/autoclick_controller.h", | 52 "autoclick/autoclick_controller.h", |
| 55 "cancel_mode.cc", | 53 "cancel_mode.cc", |
| 56 "cancel_mode.h", | 54 "cancel_mode.h", |
| 57 "common/accelerators/accelerator_commands.cc", | 55 "common/accelerators/accelerator_commands.cc", |
| 58 "common/accelerators/accelerator_commands.h", | 56 "common/accelerators/accelerator_commands.h", |
| (...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1431 "//content/public/app:both", | 1429 "//content/public/app:both", |
| 1432 "//device/bluetooth", | 1430 "//device/bluetooth", |
| 1433 ] | 1431 ] |
| 1434 | 1432 |
| 1435 data_deps = [ | 1433 data_deps = [ |
| 1436 "//ash/common/strings:ash_test_strings", | 1434 "//ash/common/strings:ash_test_strings", |
| 1437 "//ash/resources:ash_test_resources_with_content_100_percent", | 1435 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1438 "//ash/resources:ash_test_resources_200_percent", | 1436 "//ash/resources:ash_test_resources_200_percent", |
| 1439 ] | 1437 ] |
| 1440 } | 1438 } |
| OLD | NEW |