| 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 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1141 "policy/user_cloud_policy_store_chromeos.cc", | 1141 "policy/user_cloud_policy_store_chromeos.cc", |
| 1142 "policy/user_cloud_policy_store_chromeos.h", | 1142 "policy/user_cloud_policy_store_chromeos.h", |
| 1143 "policy/user_cloud_policy_token_forwarder.cc", | 1143 "policy/user_cloud_policy_token_forwarder.cc", |
| 1144 "policy/user_cloud_policy_token_forwarder.h", | 1144 "policy/user_cloud_policy_token_forwarder.h", |
| 1145 "policy/user_cloud_policy_token_forwarder_factory.cc", | 1145 "policy/user_cloud_policy_token_forwarder_factory.cc", |
| 1146 "policy/user_cloud_policy_token_forwarder_factory.h", | 1146 "policy/user_cloud_policy_token_forwarder_factory.h", |
| 1147 "policy/user_network_configuration_updater.cc", | 1147 "policy/user_network_configuration_updater.cc", |
| 1148 "policy/user_network_configuration_updater.h", | 1148 "policy/user_network_configuration_updater.h", |
| 1149 "policy/user_network_configuration_updater_factory.cc", | 1149 "policy/user_network_configuration_updater_factory.cc", |
| 1150 "policy/user_network_configuration_updater_factory.h", | 1150 "policy/user_network_configuration_updater_factory.h", |
| 1151 "policy/user_policy_disk_cache.cc", | |
| 1152 "policy/user_policy_disk_cache.h", | |
| 1153 "policy/user_policy_manager_factory_chromeos.cc", | 1151 "policy/user_policy_manager_factory_chromeos.cc", |
| 1154 "policy/user_policy_manager_factory_chromeos.h", | 1152 "policy/user_policy_manager_factory_chromeos.h", |
| 1155 "policy/user_policy_token_loader.cc", | 1153 "policy/user_policy_token_loader.cc", |
| 1156 "policy/user_policy_token_loader.h", | 1154 "policy/user_policy_token_loader.h", |
| 1157 "policy/wildcard_login_checker.cc", | 1155 "policy/wildcard_login_checker.cc", |
| 1158 "policy/wildcard_login_checker.h", | 1156 "policy/wildcard_login_checker.h", |
| 1159 "power/cpu_data_collector.cc", | 1157 "power/cpu_data_collector.cc", |
| 1160 "power/cpu_data_collector.h", | 1158 "power/cpu_data_collector.h", |
| 1161 "power/extension_event_observer.cc", | 1159 "power/extension_event_observer.cc", |
| 1162 "power/extension_event_observer.h", | 1160 "power/extension_event_observer.h", |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1747 "policy/proto/chrome_device_policy.proto", | 1745 "policy/proto/chrome_device_policy.proto", |
| 1748 "policy/proto/install_attributes.proto", | 1746 "policy/proto/install_attributes.proto", |
| 1749 ] | 1747 ] |
| 1750 } | 1748 } |
| 1751 | 1749 |
| 1752 proto_library("attestation_proto") { | 1750 proto_library("attestation_proto") { |
| 1753 sources = [ | 1751 sources = [ |
| 1754 "attestation/attestation_key_payload.proto", | 1752 "attestation/attestation_key_payload.proto", |
| 1755 ] | 1753 ] |
| 1756 } | 1754 } |
| OLD | NEW |