| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "arc/arc_optin_uma.cc", | 220 "arc/arc_optin_uma.cc", |
| 221 "arc/arc_optin_uma.h", | 221 "arc/arc_optin_uma.h", |
| 222 "arc/arc_service_launcher.cc", | 222 "arc/arc_service_launcher.cc", |
| 223 "arc/arc_service_launcher.h", | 223 "arc/arc_service_launcher.h", |
| 224 "arc/arc_session_manager.cc", | 224 "arc/arc_session_manager.cc", |
| 225 "arc/arc_session_manager.h", | 225 "arc/arc_session_manager.h", |
| 226 "arc/arc_support_host.cc", | 226 "arc/arc_support_host.cc", |
| 227 "arc/arc_support_host.h", | 227 "arc/arc_support_host.h", |
| 228 "arc/arc_util.cc", | 228 "arc/arc_util.cc", |
| 229 "arc/arc_util.h", | 229 "arc/arc_util.h", |
| 230 "arc/auth/arc_auth_code_fetcher.h", | 230 "arc/auth/arc_active_directory_enrollment_token_fetcher.cc", |
| 231 "arc/auth/arc_active_directory_enrollment_token_fetcher.h", |
| 232 "arc/auth/arc_auth_info_fetcher.h", |
| 231 "arc/auth/arc_background_auth_code_fetcher.cc", | 233 "arc/auth/arc_background_auth_code_fetcher.cc", |
| 232 "arc/auth/arc_background_auth_code_fetcher.h", | 234 "arc/auth/arc_background_auth_code_fetcher.h", |
| 233 "arc/auth/arc_manual_auth_code_fetcher.cc", | 235 "arc/auth/arc_manual_auth_code_fetcher.cc", |
| 234 "arc/auth/arc_manual_auth_code_fetcher.h", | 236 "arc/auth/arc_manual_auth_code_fetcher.h", |
| 235 "arc/auth/arc_robot_auth_code_fetcher.cc", | 237 "arc/auth/arc_robot_auth_code_fetcher.cc", |
| 236 "arc/auth/arc_robot_auth_code_fetcher.h", | 238 "arc/auth/arc_robot_auth_code_fetcher.h", |
| 237 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc", | 239 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc", |
| 238 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.h", | 240 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.h", |
| 239 "arc/boot_phase_monitor/arc_instance_throttle.cc", | 241 "arc/boot_phase_monitor/arc_instance_throttle.cc", |
| 240 "arc/boot_phase_monitor/arc_instance_throttle.h", | 242 "arc/boot_phase_monitor/arc_instance_throttle.h", |
| (...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1747 "policy/proto/chrome_device_policy.proto", | 1749 "policy/proto/chrome_device_policy.proto", |
| 1748 "policy/proto/install_attributes.proto", | 1750 "policy/proto/install_attributes.proto", |
| 1749 ] | 1751 ] |
| 1750 } | 1752 } |
| 1751 | 1753 |
| 1752 proto_library("attestation_proto") { | 1754 proto_library("attestation_proto") { |
| 1753 sources = [ | 1755 sources = [ |
| 1754 "attestation/attestation_key_payload.proto", | 1756 "attestation/attestation_key_payload.proto", |
| 1755 ] | 1757 ] |
| 1756 } | 1758 } |
| OLD | NEW |