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

Side by Side Diff: chrome/browser/chromeos/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("//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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 "input_method/input_method_configuration.cc", 681 "input_method/input_method_configuration.cc",
682 "input_method/input_method_configuration.h", 682 "input_method/input_method_configuration.h",
683 "input_method/input_method_delegate_impl.cc", 683 "input_method/input_method_delegate_impl.cc",
684 "input_method/input_method_delegate_impl.h", 684 "input_method/input_method_delegate_impl.h",
685 "input_method/input_method_engine.cc", 685 "input_method/input_method_engine.cc",
686 "input_method/input_method_engine.h", 686 "input_method/input_method_engine.h",
687 "input_method/input_method_manager_impl.cc", 687 "input_method/input_method_manager_impl.cc",
688 "input_method/input_method_manager_impl.h", 688 "input_method/input_method_manager_impl.h",
689 "input_method/input_method_persistence.cc", 689 "input_method/input_method_persistence.cc",
690 "input_method/input_method_persistence.h", 690 "input_method/input_method_persistence.h",
691 "input_method/input_method_switch_recorder.cc",
692 "input_method/input_method_switch_recorder.h",
693 "input_method/input_method_syncer.cc", 691 "input_method/input_method_syncer.cc",
694 "input_method/input_method_syncer.h", 692 "input_method/input_method_syncer.h",
695 "input_method/input_method_util.cc", 693 "input_method/input_method_util.cc",
696 "input_method/input_method_util.h", 694 "input_method/input_method_util.h",
697 "input_method/mode_indicator_controller.cc", 695 "input_method/mode_indicator_controller.cc",
698 "input_method/mode_indicator_controller.h", 696 "input_method/mode_indicator_controller.h",
699 "language_preferences.cc", 697 "language_preferences.cc",
700 "language_preferences.h", 698 "language_preferences.h",
701 "launcher_search_provider/error_reporter.cc", 699 "launcher_search_provider/error_reporter.cc",
702 "launcher_search_provider/error_reporter.h", 700 "launcher_search_provider/error_reporter.h",
(...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1864 "policy/proto/chrome_device_policy.proto", 1862 "policy/proto/chrome_device_policy.proto",
1865 "policy/proto/install_attributes.proto", 1863 "policy/proto/install_attributes.proto",
1866 ] 1864 ]
1867 } 1865 }
1868 1866
1869 proto_library("attestation_proto") { 1867 proto_library("attestation_proto") {
1870 sources = [ 1868 sources = [
1871 "attestation/attestation_key_payload.proto", 1869 "attestation/attestation_key_payload.proto",
1872 ] 1870 ]
1873 } 1871 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698