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

Side by Side Diff: chrome/browser/chromeos/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
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("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 "input_method/input_method_configuration.cc", 684 "input_method/input_method_configuration.cc",
685 "input_method/input_method_configuration.h", 685 "input_method/input_method_configuration.h",
686 "input_method/input_method_delegate_impl.cc", 686 "input_method/input_method_delegate_impl.cc",
687 "input_method/input_method_delegate_impl.h", 687 "input_method/input_method_delegate_impl.h",
688 "input_method/input_method_engine.cc", 688 "input_method/input_method_engine.cc",
689 "input_method/input_method_engine.h", 689 "input_method/input_method_engine.h",
690 "input_method/input_method_manager_impl.cc", 690 "input_method/input_method_manager_impl.cc",
691 "input_method/input_method_manager_impl.h", 691 "input_method/input_method_manager_impl.h",
692 "input_method/input_method_persistence.cc", 692 "input_method/input_method_persistence.cc",
693 "input_method/input_method_persistence.h", 693 "input_method/input_method_persistence.h",
694 "input_method/input_method_switch_recorder.cc",
695 "input_method/input_method_switch_recorder.h",
696 "input_method/input_method_syncer.cc", 694 "input_method/input_method_syncer.cc",
697 "input_method/input_method_syncer.h", 695 "input_method/input_method_syncer.h",
698 "input_method/input_method_util.cc", 696 "input_method/input_method_util.cc",
699 "input_method/input_method_util.h", 697 "input_method/input_method_util.h",
700 "input_method/mode_indicator_controller.cc", 698 "input_method/mode_indicator_controller.cc",
701 "input_method/mode_indicator_controller.h", 699 "input_method/mode_indicator_controller.h",
702 "language_preferences.cc", 700 "language_preferences.cc",
703 "language_preferences.h", 701 "language_preferences.h",
704 "launcher_search_provider/error_reporter.cc", 702 "launcher_search_provider/error_reporter.cc",
705 "launcher_search_provider/error_reporter.h", 703 "launcher_search_provider/error_reporter.h",
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 "policy/proto/chrome_device_policy.proto", 1866 "policy/proto/chrome_device_policy.proto",
1869 "policy/proto/install_attributes.proto", 1867 "policy/proto/install_attributes.proto",
1870 ] 1868 ]
1871 } 1869 }
1872 1870
1873 proto_library("attestation_proto") { 1871 proto_library("attestation_proto") {
1874 sources = [ 1872 sources = [
1875 "attestation/attestation_key_payload.proto", 1873 "attestation/attestation_key_payload.proto",
1876 ] 1874 ]
1877 } 1875 }
OLDNEW
« no previous file with comments | « ash/system/tray/system_tray_delegate.cc ('k') | chrome/browser/chromeos/input_method/input_method_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698