| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 "host/ash_window_tree_host_init_params.h", | 170 "host/ash_window_tree_host_init_params.h", |
| 171 "host/ash_window_tree_host_platform.cc", | 171 "host/ash_window_tree_host_platform.cc", |
| 172 "host/ash_window_tree_host_platform.h", | 172 "host/ash_window_tree_host_platform.h", |
| 173 "host/ash_window_tree_host_unified.cc", | 173 "host/ash_window_tree_host_unified.cc", |
| 174 "host/ash_window_tree_host_unified.h", | 174 "host/ash_window_tree_host_unified.h", |
| 175 "host/ash_window_tree_host_x11.cc", | 175 "host/ash_window_tree_host_x11.cc", |
| 176 "host/ash_window_tree_host_x11.h", | 176 "host/ash_window_tree_host_x11.h", |
| 177 "host/root_window_transformer.h", | 177 "host/root_window_transformer.h", |
| 178 "host/transformer_helper.cc", | 178 "host/transformer_helper.cc", |
| 179 "host/transformer_helper.h", | 179 "host/transformer_helper.h", |
| 180 "ime/input_method_event_handler.cc", |
| 181 "ime/input_method_event_handler.h", |
| 180 "ime_control_delegate.h", | 182 "ime_control_delegate.h", |
| 181 "key_event_watcher.cc", | 183 "key_event_watcher.cc", |
| 182 "key_event_watcher.h", | 184 "key_event_watcher.h", |
| 183 "keyboard/keyboard_observer_register.cc", | 185 "keyboard/keyboard_observer_register.cc", |
| 184 "keyboard/keyboard_observer_register.h", | 186 "keyboard/keyboard_observer_register.h", |
| 185 "keyboard/keyboard_ui.cc", | 187 "keyboard/keyboard_ui.cc", |
| 186 "keyboard/keyboard_ui.h", | 188 "keyboard/keyboard_ui.h", |
| 187 "keyboard/keyboard_ui_observer.h", | 189 "keyboard/keyboard_ui_observer.h", |
| 188 "laser/laser_pointer_controller.cc", | 190 "laser/laser_pointer_controller.cc", |
| 189 "laser/laser_pointer_controller.h", | 191 "laser/laser_pointer_controller.h", |
| (...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 "//content/public/app:both", | 1510 "//content/public/app:both", |
| 1509 "//device/bluetooth", | 1511 "//device/bluetooth", |
| 1510 ] | 1512 ] |
| 1511 | 1513 |
| 1512 data_deps = [ | 1514 data_deps = [ |
| 1513 "//ash/strings:ash_test_strings", | 1515 "//ash/strings:ash_test_strings", |
| 1514 "//ash/resources:ash_test_resources_with_content_100_percent", | 1516 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1515 "//ash/resources:ash_test_resources_200_percent", | 1517 "//ash/resources:ash_test_resources_200_percent", |
| 1516 ] | 1518 ] |
| 1517 } | 1519 } |
| OLD | NEW |