| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "app_mode/kiosk_profile_loader.cc", | 181 "app_mode/kiosk_profile_loader.cc", |
| 182 "app_mode/kiosk_profile_loader.h", | 182 "app_mode/kiosk_profile_loader.h", |
| 183 "app_mode/kiosk_session_plugin_handler.cc", | 183 "app_mode/kiosk_session_plugin_handler.cc", |
| 184 "app_mode/kiosk_session_plugin_handler.h", | 184 "app_mode/kiosk_session_plugin_handler.h", |
| 185 "app_mode/kiosk_session_plugin_handler_delegate.h", | 185 "app_mode/kiosk_session_plugin_handler_delegate.h", |
| 186 "app_mode/startup_app_launcher.cc", | 186 "app_mode/startup_app_launcher.cc", |
| 187 "app_mode/startup_app_launcher.h", | 187 "app_mode/startup_app_launcher.h", |
| 188 "arc/arc_android_management_checker.cc", | 188 "arc/arc_android_management_checker.cc", |
| 189 "arc/arc_android_management_checker.h", | 189 "arc/arc_android_management_checker.h", |
| 190 "arc/arc_android_management_checker_delegate.h", | 190 "arc/arc_android_management_checker_delegate.h", |
| 191 "arc/arc_auth_code_fetcher.cc", |
| 192 "arc/arc_auth_code_fetcher.h", |
| 193 "arc/arc_auth_code_fetcher_delegate.h", |
| 191 "arc/arc_auth_context.cc", | 194 "arc/arc_auth_context.cc", |
| 192 "arc/arc_auth_context.h", | 195 "arc/arc_auth_context.h", |
| 193 "arc/arc_auth_context_delegate.h", | 196 "arc/arc_auth_context_delegate.h", |
| 194 "arc/arc_auth_notification.cc", | 197 "arc/arc_auth_notification.cc", |
| 195 "arc/arc_auth_notification.h", | 198 "arc/arc_auth_notification.h", |
| 196 "arc/arc_auth_service.cc", | 199 "arc/arc_auth_service.cc", |
| 197 "arc/arc_auth_service.h", | 200 "arc/arc_auth_service.h", |
| 198 "arc/arc_boot_error_notification.cc", | 201 "arc/arc_boot_error_notification.cc", |
| 199 "arc/arc_boot_error_notification.h", | 202 "arc/arc_boot_error_notification.h", |
| 200 "arc/arc_downloads_watcher_service.cc", | 203 "arc/arc_downloads_watcher_service.cc", |
| (...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1589 "policy/proto/install_attributes.proto", | 1592 "policy/proto/install_attributes.proto", |
| 1590 ] | 1593 ] |
| 1591 } | 1594 } |
| 1592 | 1595 |
| 1593 proto_library("attestation_proto") { | 1596 proto_library("attestation_proto") { |
| 1594 sources = [ | 1597 sources = [ |
| 1595 "attestation/attestation_key_payload.proto", | 1598 "attestation/attestation_key_payload.proto", |
| 1596 "attestation/attestation_signed_data.proto", | 1599 "attestation/attestation_signed_data.proto", |
| 1597 ] | 1600 ] |
| 1598 } | 1601 } |
| OLD | NEW |