| 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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 "policy/policy_cert_verifier.cc", | 1123 "policy/policy_cert_verifier.cc", |
| 1124 "policy/policy_cert_verifier.h", | 1124 "policy/policy_cert_verifier.h", |
| 1125 "policy/policy_oauth2_token_fetcher.cc", | 1125 "policy/policy_oauth2_token_fetcher.cc", |
| 1126 "policy/policy_oauth2_token_fetcher.h", | 1126 "policy/policy_oauth2_token_fetcher.h", |
| 1127 "policy/recommendation_restorer.cc", | 1127 "policy/recommendation_restorer.cc", |
| 1128 "policy/recommendation_restorer.h", | 1128 "policy/recommendation_restorer.h", |
| 1129 "policy/recommendation_restorer_factory.cc", | 1129 "policy/recommendation_restorer_factory.cc", |
| 1130 "policy/recommendation_restorer_factory.h", | 1130 "policy/recommendation_restorer_factory.h", |
| 1131 "policy/remote_commands/affiliated_remote_commands_invalidator.cc", | 1131 "policy/remote_commands/affiliated_remote_commands_invalidator.cc", |
| 1132 "policy/remote_commands/affiliated_remote_commands_invalidator.h", | 1132 "policy/remote_commands/affiliated_remote_commands_invalidator.h", |
| 1133 "policy/remote_commands/device_command_fetch_status_job.cc", |
| 1134 "policy/remote_commands/device_command_fetch_status_job.h", |
| 1133 "policy/remote_commands/device_command_reboot_job.cc", | 1135 "policy/remote_commands/device_command_reboot_job.cc", |
| 1134 "policy/remote_commands/device_command_reboot_job.h", | 1136 "policy/remote_commands/device_command_reboot_job.h", |
| 1135 "policy/remote_commands/device_command_screenshot_job.cc", | 1137 "policy/remote_commands/device_command_screenshot_job.cc", |
| 1136 "policy/remote_commands/device_command_screenshot_job.h", | 1138 "policy/remote_commands/device_command_screenshot_job.h", |
| 1137 "policy/remote_commands/device_command_set_volume_job.cc", | 1139 "policy/remote_commands/device_command_set_volume_job.cc", |
| 1138 "policy/remote_commands/device_command_set_volume_job.h", | 1140 "policy/remote_commands/device_command_set_volume_job.h", |
| 1139 "policy/remote_commands/device_commands_factory_chromeos.cc", | 1141 "policy/remote_commands/device_commands_factory_chromeos.cc", |
| 1140 "policy/remote_commands/device_commands_factory_chromeos.h", | 1142 "policy/remote_commands/device_commands_factory_chromeos.h", |
| 1141 "policy/remote_commands/screenshot_delegate.cc", | 1143 "policy/remote_commands/screenshot_delegate.cc", |
| 1142 "policy/remote_commands/screenshot_delegate.h", | 1144 "policy/remote_commands/screenshot_delegate.h", |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1795 "policy/proto/chrome_device_policy.proto", | 1797 "policy/proto/chrome_device_policy.proto", |
| 1796 "policy/proto/install_attributes.proto", | 1798 "policy/proto/install_attributes.proto", |
| 1797 ] | 1799 ] |
| 1798 } | 1800 } |
| 1799 | 1801 |
| 1800 proto_library("attestation_proto") { | 1802 proto_library("attestation_proto") { |
| 1801 sources = [ | 1803 sources = [ |
| 1802 "attestation/attestation_key_payload.proto", | 1804 "attestation/attestation_key_payload.proto", |
| 1803 ] | 1805 ] |
| 1804 } | 1806 } |
| OLD | NEW |