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