| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "host/ash_window_tree_host_platform.cc", | 180 "host/ash_window_tree_host_platform.cc", |
| 181 "host/ash_window_tree_host_platform.h", | 181 "host/ash_window_tree_host_platform.h", |
| 182 "host/ash_window_tree_host_unified.cc", | 182 "host/ash_window_tree_host_unified.cc", |
| 183 "host/ash_window_tree_host_unified.h", | 183 "host/ash_window_tree_host_unified.h", |
| 184 "host/ash_window_tree_host_x11.cc", | 184 "host/ash_window_tree_host_x11.cc", |
| 185 "host/ash_window_tree_host_x11.h", | 185 "host/ash_window_tree_host_x11.h", |
| 186 "host/root_window_transformer.h", | 186 "host/root_window_transformer.h", |
| 187 "host/transformer_helper.cc", | 187 "host/transformer_helper.cc", |
| 188 "host/transformer_helper.h", | 188 "host/transformer_helper.h", |
| 189 "ime/ime_switch_type.h", | 189 "ime/ime_switch_type.h", |
| 190 "ime/input_method_event_handler.cc", |
| 191 "ime/input_method_event_handler.h", |
| 190 "key_event_watcher.cc", | 192 "key_event_watcher.cc", |
| 191 "key_event_watcher.h", | 193 "key_event_watcher.h", |
| 192 "keyboard/keyboard_observer_register.cc", | 194 "keyboard/keyboard_observer_register.cc", |
| 193 "keyboard/keyboard_observer_register.h", | 195 "keyboard/keyboard_observer_register.h", |
| 194 "keyboard/keyboard_ui.cc", | 196 "keyboard/keyboard_ui.cc", |
| 195 "keyboard/keyboard_ui.h", | 197 "keyboard/keyboard_ui.h", |
| 196 "keyboard/keyboard_ui_observer.h", | 198 "keyboard/keyboard_ui_observer.h", |
| 197 "laser/laser_pointer_controller.cc", | 199 "laser/laser_pointer_controller.cc", |
| 198 "laser/laser_pointer_controller.h", | 200 "laser/laser_pointer_controller.h", |
| 199 "laser/laser_pointer_points.cc", | 201 "laser/laser_pointer_points.cc", |
| (...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1524 "//content/public/app:both", | 1526 "//content/public/app:both", |
| 1525 "//device/bluetooth", | 1527 "//device/bluetooth", |
| 1526 ] | 1528 ] |
| 1527 | 1529 |
| 1528 data_deps = [ | 1530 data_deps = [ |
| 1529 "//ash/strings:ash_test_strings", | 1531 "//ash/strings:ash_test_strings", |
| 1530 "//ash/resources:ash_test_resources_with_content_100_percent", | 1532 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1531 "//ash/resources:ash_test_resources_200_percent", | 1533 "//ash/resources:ash_test_resources_200_percent", |
| 1532 ] | 1534 ] |
| 1533 } | 1535 } |
| OLD | NEW |