| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
| 9 | 9 |
| 10 assert(is_chromeos) | 10 assert(is_chromeos) |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "app_mode/kiosk_mode_idle_app_name_notification.h", | 189 "app_mode/kiosk_mode_idle_app_name_notification.h", |
| 190 "app_mode/kiosk_profile_loader.cc", | 190 "app_mode/kiosk_profile_loader.cc", |
| 191 "app_mode/kiosk_profile_loader.h", | 191 "app_mode/kiosk_profile_loader.h", |
| 192 "app_mode/kiosk_session_plugin_handler.cc", | 192 "app_mode/kiosk_session_plugin_handler.cc", |
| 193 "app_mode/kiosk_session_plugin_handler.h", | 193 "app_mode/kiosk_session_plugin_handler.h", |
| 194 "app_mode/kiosk_session_plugin_handler_delegate.h", | 194 "app_mode/kiosk_session_plugin_handler_delegate.h", |
| 195 "app_mode/startup_app_launcher.cc", | 195 "app_mode/startup_app_launcher.cc", |
| 196 "app_mode/startup_app_launcher.h", | 196 "app_mode/startup_app_launcher.h", |
| 197 "arc/arc_android_management_checker.cc", | 197 "arc/arc_android_management_checker.cc", |
| 198 "arc/arc_android_management_checker.h", | 198 "arc/arc_android_management_checker.h", |
| 199 "arc/arc_android_management_checker_delegate.h", | |
| 200 "arc/arc_auth_code_fetcher.cc", | 199 "arc/arc_auth_code_fetcher.cc", |
| 201 "arc/arc_auth_code_fetcher.h", | 200 "arc/arc_auth_code_fetcher.h", |
| 202 "arc/arc_auth_code_fetcher_delegate.h", | 201 "arc/arc_auth_code_fetcher_delegate.h", |
| 203 "arc/arc_auth_context.cc", | 202 "arc/arc_auth_context.cc", |
| 204 "arc/arc_auth_context.h", | 203 "arc/arc_auth_context.h", |
| 205 "arc/arc_auth_context_delegate.h", | 204 "arc/arc_auth_context_delegate.h", |
| 206 "arc/arc_auth_notification.cc", | 205 "arc/arc_auth_notification.cc", |
| 207 "arc/arc_auth_notification.h", | 206 "arc/arc_auth_notification.h", |
| 208 "arc/arc_auth_service.cc", | 207 "arc/arc_auth_service.cc", |
| 209 "arc/arc_auth_service.h", | 208 "arc/arc_auth_service.h", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 240 "arc/fileapi/arc_content_file_system_async_file_util.cc", | 239 "arc/fileapi/arc_content_file_system_async_file_util.cc", |
| 241 "arc/fileapi/arc_content_file_system_async_file_util.h", | 240 "arc/fileapi/arc_content_file_system_async_file_util.h", |
| 242 "arc/fileapi/arc_content_file_system_backend_delegate.cc", | 241 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
| 243 "arc/fileapi/arc_content_file_system_backend_delegate.h", | 242 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
| 244 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 243 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
| 245 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 244 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
| 246 "arc/fileapi/arc_content_file_system_url_util.cc", | 245 "arc/fileapi/arc_content_file_system_url_util.cc", |
| 247 "arc/fileapi/arc_content_file_system_url_util.h", | 246 "arc/fileapi/arc_content_file_system_url_util.h", |
| 248 "arc/gpu_arc_video_service_host.cc", | 247 "arc/gpu_arc_video_service_host.cc", |
| 249 "arc/gpu_arc_video_service_host.h", | 248 "arc/gpu_arc_video_service_host.h", |
| 249 "arc/policy/arc_policy_util.cc", |
| 250 "arc/policy/arc_policy_util.h", |
| 250 "attestation/attestation_ca_client.cc", | 251 "attestation/attestation_ca_client.cc", |
| 251 "attestation/attestation_ca_client.h", | 252 "attestation/attestation_ca_client.h", |
| 252 "attestation/attestation_policy_observer.cc", | 253 "attestation/attestation_policy_observer.cc", |
| 253 "attestation/attestation_policy_observer.h", | 254 "attestation/attestation_policy_observer.h", |
| 254 "attestation/platform_verification_dialog.cc", | 255 "attestation/platform_verification_dialog.cc", |
| 255 "attestation/platform_verification_dialog.h", | 256 "attestation/platform_verification_dialog.h", |
| 256 "attestation/platform_verification_flow.cc", | 257 "attestation/platform_verification_flow.cc", |
| 257 "attestation/platform_verification_flow.h", | 258 "attestation/platform_verification_flow.h", |
| 258 "attestation/platform_verification_impl.cc", | 259 "attestation/platform_verification_impl.cc", |
| 259 "attestation/platform_verification_impl.h", | 260 "attestation/platform_verification_impl.h", |
| (...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1621 "policy/proto/chrome_device_policy.proto", | 1622 "policy/proto/chrome_device_policy.proto", |
| 1622 "policy/proto/install_attributes.proto", | 1623 "policy/proto/install_attributes.proto", |
| 1623 ] | 1624 ] |
| 1624 } | 1625 } |
| 1625 | 1626 |
| 1626 proto_library("attestation_proto") { | 1627 proto_library("attestation_proto") { |
| 1627 sources = [ | 1628 sources = [ |
| 1628 "attestation/attestation_key_payload.proto", | 1629 "attestation/attestation_key_payload.proto", |
| 1629 ] | 1630 ] |
| 1630 } | 1631 } |
| OLD | NEW |