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

Side by Side Diff: ash/BUILD.gn

Issue 2891263002: chromeos: Remove some IME methods from ash::SystemTrayDelegate (Closed)
Patch Set: rebase 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/accelerators/accelerator_controller.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 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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 "//content/public/app:both", 1519 "//content/public/app:both",
1520 "//device/bluetooth", 1520 "//device/bluetooth",
1521 ] 1521 ]
1522 1522
1523 data_deps = [ 1523 data_deps = [
1524 "//ash/strings:ash_test_strings", 1524 "//ash/strings:ash_test_strings",
1525 "//ash/resources:ash_test_resources_with_content_100_percent", 1525 "//ash/resources:ash_test_resources_with_content_100_percent",
1526 "//ash/resources:ash_test_resources_200_percent", 1526 "//ash/resources:ash_test_resources_200_percent",
1527 ] 1527 ]
1528 } 1528 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698