| OLD | NEW |
| 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 Loading... |
| 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", |
| 694 "input_method/input_method_syncer.cc", | 696 "input_method/input_method_syncer.cc", |
| 695 "input_method/input_method_syncer.h", | 697 "input_method/input_method_syncer.h", |
| 696 "input_method/input_method_util.cc", | 698 "input_method/input_method_util.cc", |
| 697 "input_method/input_method_util.h", | 699 "input_method/input_method_util.h", |
| 698 "input_method/mode_indicator_controller.cc", | 700 "input_method/mode_indicator_controller.cc", |
| 699 "input_method/mode_indicator_controller.h", | 701 "input_method/mode_indicator_controller.h", |
| 700 "language_preferences.cc", | 702 "language_preferences.cc", |
| 701 "language_preferences.h", | 703 "language_preferences.h", |
| 702 "launcher_search_provider/error_reporter.cc", | 704 "launcher_search_provider/error_reporter.cc", |
| 703 "launcher_search_provider/error_reporter.h", | 705 "launcher_search_provider/error_reporter.h", |
| (...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1866 "policy/proto/chrome_device_policy.proto", | 1868 "policy/proto/chrome_device_policy.proto", |
| 1867 "policy/proto/install_attributes.proto", | 1869 "policy/proto/install_attributes.proto", |
| 1868 ] | 1870 ] |
| 1869 } | 1871 } |
| 1870 | 1872 |
| 1871 proto_library("attestation_proto") { | 1873 proto_library("attestation_proto") { |
| 1872 sources = [ | 1874 sources = [ |
| 1873 "attestation/attestation_key_payload.proto", | 1875 "attestation/attestation_key_payload.proto", |
| 1874 ] | 1876 ] |
| 1875 } | 1877 } |
| OLD | NEW |