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

Side by Side Diff: ash/BUILD.gn

Issue 2891263002: chromeos: Remove some IME methods from ash::SystemTrayDelegate (Closed)
Patch Set: cleanup 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
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "host/ash_window_tree_host_init_params.h", 179 "host/ash_window_tree_host_init_params.h",
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_control_delegate.h", 189 "ime/ime_switch_type.h",
190 "key_event_watcher.cc", 190 "key_event_watcher.cc",
191 "key_event_watcher.h", 191 "key_event_watcher.h",
192 "keyboard/keyboard_observer_register.cc", 192 "keyboard/keyboard_observer_register.cc",
193 "keyboard/keyboard_observer_register.h", 193 "keyboard/keyboard_observer_register.h",
194 "keyboard/keyboard_ui.cc", 194 "keyboard/keyboard_ui.cc",
195 "keyboard/keyboard_ui.h", 195 "keyboard/keyboard_ui.h",
196 "keyboard/keyboard_ui_observer.h", 196 "keyboard/keyboard_ui_observer.h",
197 "laser/laser_pointer_controller.cc", 197 "laser/laser_pointer_controller.cc",
198 "laser/laser_pointer_controller.h", 198 "laser/laser_pointer_controller.h",
199 "laser/laser_pointer_points.cc", 199 "laser/laser_pointer_points.cc",
(...skipping 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 "//content/public/app:both", 1521 "//content/public/app:both",
1522 "//device/bluetooth", 1522 "//device/bluetooth",
1523 ] 1523 ]
1524 1524
1525 data_deps = [ 1525 data_deps = [
1526 "//ash/strings:ash_test_strings", 1526 "//ash/strings:ash_test_strings",
1527 "//ash/resources:ash_test_resources_with_content_100_percent", 1527 "//ash/resources:ash_test_resources_with_content_100_percent",
1528 "//ash/resources:ash_test_resources_200_percent", 1528 "//ash/resources:ash_test_resources_200_percent",
1529 ] 1529 ]
1530 } 1530 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.h » ('j') | ui/base/ime/chromeos/mock_input_method_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698