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

Side by Side Diff: ash/BUILD.gn

Issue 2920883002: chromeos: Make ash system tray directly observe IME state changes (Closed)
Patch Set: Created 3 years, 6 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/system/ime/ime_observer.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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "system/devicetype_utils.h", 368 "system/devicetype_utils.h",
369 "system/display_scale/scale_detailed_view.cc", 369 "system/display_scale/scale_detailed_view.cc",
370 "system/display_scale/scale_detailed_view.h", 370 "system/display_scale/scale_detailed_view.h",
371 "system/display_scale/scale_view.cc", 371 "system/display_scale/scale_view.cc",
372 "system/display_scale/scale_view.h", 372 "system/display_scale/scale_view.h",
373 "system/display_scale/tray_scale.cc", 373 "system/display_scale/tray_scale.cc",
374 "system/display_scale/tray_scale.h", 374 "system/display_scale/tray_scale.h",
375 "system/enterprise/enterprise_domain_observer.h", 375 "system/enterprise/enterprise_domain_observer.h",
376 "system/enterprise/tray_enterprise.cc", 376 "system/enterprise/tray_enterprise.cc",
377 "system/enterprise/tray_enterprise.h", 377 "system/enterprise/tray_enterprise.h",
378 "system/ime/ime_observer.h",
379 "system/ime/ime_util.cc", 378 "system/ime/ime_util.cc",
380 "system/ime/ime_util.h", 379 "system/ime/ime_util.h",
381 "system/ime/tray_ime_chromeos.cc", 380 "system/ime/tray_ime_chromeos.cc",
382 "system/ime/tray_ime_chromeos.h", 381 "system/ime/tray_ime_chromeos.h",
383 "system/ime_menu/ime_list_view.cc", 382 "system/ime_menu/ime_list_view.cc",
384 "system/ime_menu/ime_list_view.h", 383 "system/ime_menu/ime_list_view.h",
385 "system/ime_menu/ime_menu_tray.cc", 384 "system/ime_menu/ime_menu_tray.cc",
386 "system/ime_menu/ime_menu_tray.h", 385 "system/ime_menu/ime_menu_tray.h",
387 "system/keyboard_brightness_control_delegate.h", 386 "system/keyboard_brightness_control_delegate.h",
388 "system/keyboard_brightness_controller.cc", 387 "system/keyboard_brightness_controller.cc",
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 "//content/public/app:both", 1527 "//content/public/app:both",
1529 "//device/bluetooth", 1528 "//device/bluetooth",
1530 ] 1529 ]
1531 1530
1532 data_deps = [ 1531 data_deps = [
1533 "//ash/strings:ash_test_strings", 1532 "//ash/strings:ash_test_strings",
1534 "//ash/resources:ash_test_resources_with_content_100_percent", 1533 "//ash/resources:ash_test_resources_with_content_100_percent",
1535 "//ash/resources:ash_test_resources_200_percent", 1534 "//ash/resources:ash_test_resources_200_percent",
1536 ] 1535 ]
1537 } 1536 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/ime/ime_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698