| 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |