Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: ash/BUILD.gn

Issue 2872343003: Remove InputMethodEventHandler. (Closed)
Patch Set: addressed feedback. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/display/window_tree_host_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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",
182 "ime_control_delegate.h", 180 "ime_control_delegate.h",
183 "key_event_watcher.cc", 181 "key_event_watcher.cc",
184 "key_event_watcher.h", 182 "key_event_watcher.h",
185 "keyboard/keyboard_observer_register.cc", 183 "keyboard/keyboard_observer_register.cc",
186 "keyboard/keyboard_observer_register.h", 184 "keyboard/keyboard_observer_register.h",
187 "keyboard/keyboard_ui.cc", 185 "keyboard/keyboard_ui.cc",
188 "keyboard/keyboard_ui.h", 186 "keyboard/keyboard_ui.h",
189 "keyboard/keyboard_ui_observer.h", 187 "keyboard/keyboard_ui_observer.h",
190 "laser/laser_pointer_controller.cc", 188 "laser/laser_pointer_controller.cc",
191 "laser/laser_pointer_controller.h", 189 "laser/laser_pointer_controller.h",
(...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 "//content/public/app:both", 1508 "//content/public/app:both",
1511 "//device/bluetooth", 1509 "//device/bluetooth",
1512 ] 1510 ]
1513 1511
1514 data_deps = [ 1512 data_deps = [
1515 "//ash/strings:ash_test_strings", 1513 "//ash/strings:ash_test_strings",
1516 "//ash/resources:ash_test_resources_with_content_100_percent", 1514 "//ash/resources:ash_test_resources_with_content_100_percent",
1517 "//ash/resources:ash_test_resources_200_percent", 1515 "//ash/resources:ash_test_resources_200_percent",
1518 ] 1516 ]
1519 } 1517 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/window_tree_host_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698