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 24 matching lines...) Expand all Loading... |
35 "ash_touch_exploration_manager_chromeos.cc", | 35 "ash_touch_exploration_manager_chromeos.cc", |
36 "ash_touch_exploration_manager_chromeos.h", | 36 "ash_touch_exploration_manager_chromeos.h", |
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", | |
46 "aura/wm_root_window_controller_aura.h", | |
47 "aura/wm_shell_aura.cc", | 45 "aura/wm_shell_aura.cc", |
48 "aura/wm_shell_aura.h", | 46 "aura/wm_shell_aura.h", |
49 "aura/wm_window_aura.cc", | 47 "aura/wm_window_aura.cc", |
50 "aura/wm_window_aura.h", | 48 "aura/wm_window_aura.h", |
51 "autoclick/autoclick_controller.cc", | 49 "autoclick/autoclick_controller.cc", |
52 "autoclick/autoclick_controller.h", | 50 "autoclick/autoclick_controller.h", |
53 "cancel_mode.cc", | 51 "cancel_mode.cc", |
54 "cancel_mode.h", | 52 "cancel_mode.h", |
55 "common/accelerators/accelerator_commands.cc", | 53 "common/accelerators/accelerator_commands.cc", |
56 "common/accelerators/accelerator_commands.h", | 54 "common/accelerators/accelerator_commands.h", |
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1429 "//content/public/app:both", | 1427 "//content/public/app:both", |
1430 "//device/bluetooth", | 1428 "//device/bluetooth", |
1431 ] | 1429 ] |
1432 | 1430 |
1433 data_deps = [ | 1431 data_deps = [ |
1434 "//ash/common/strings:ash_test_strings", | 1432 "//ash/common/strings:ash_test_strings", |
1435 "//ash/resources:ash_test_resources_with_content_100_percent", | 1433 "//ash/resources:ash_test_resources_with_content_100_percent", |
1436 "//ash/resources:ash_test_resources_200_percent", | 1434 "//ash/resources:ash_test_resources_200_percent", |
1437 ] | 1435 ] |
1438 } | 1436 } |
OLD | NEW |