| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 "app_mode/kiosk_mode_idle_app_name_notification.h", | 203 "app_mode/kiosk_mode_idle_app_name_notification.h", |
| 204 "app_mode/kiosk_profile_loader.cc", | 204 "app_mode/kiosk_profile_loader.cc", |
| 205 "app_mode/kiosk_profile_loader.h", | 205 "app_mode/kiosk_profile_loader.h", |
| 206 "app_mode/kiosk_session_plugin_handler.cc", | 206 "app_mode/kiosk_session_plugin_handler.cc", |
| 207 "app_mode/kiosk_session_plugin_handler.h", | 207 "app_mode/kiosk_session_plugin_handler.h", |
| 208 "app_mode/kiosk_session_plugin_handler_delegate.h", | 208 "app_mode/kiosk_session_plugin_handler_delegate.h", |
| 209 "app_mode/startup_app_launcher.cc", | 209 "app_mode/startup_app_launcher.cc", |
| 210 "app_mode/startup_app_launcher.h", | 210 "app_mode/startup_app_launcher.h", |
| 211 "arc/arc_auth_context.cc", | 211 "arc/arc_auth_context.cc", |
| 212 "arc/arc_auth_context.h", | 212 "arc/arc_auth_context.h", |
| 213 "arc/arc_auth_notification.cc", |
| 214 "arc/arc_auth_notification.h", |
| 213 "arc/arc_auth_service.cc", | 215 "arc/arc_auth_service.cc", |
| 214 "arc/arc_auth_service.h", | 216 "arc/arc_auth_service.h", |
| 215 "arc/arc_optin_uma.cc", | 217 "arc/arc_optin_uma.cc", |
| 216 "arc/arc_optin_uma.h", | 218 "arc/arc_optin_uma.h", |
| 217 "arc/arc_service_launcher.cc", | 219 "arc/arc_service_launcher.cc", |
| 218 "arc/arc_service_launcher.h", | 220 "arc/arc_service_launcher.h", |
| 219 "arc/arc_session_manager.cc", | 221 "arc/arc_session_manager.cc", |
| 220 "arc/arc_session_manager.h", | 222 "arc/arc_session_manager.h", |
| 221 "arc/arc_support_host.cc", | 223 "arc/arc_support_host.cc", |
| 222 "arc/arc_support_host.h", | 224 "arc/arc_support_host.h", |
| (...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1694 "policy/proto/chrome_device_policy.proto", | 1696 "policy/proto/chrome_device_policy.proto", |
| 1695 "policy/proto/install_attributes.proto", | 1697 "policy/proto/install_attributes.proto", |
| 1696 ] | 1698 ] |
| 1697 } | 1699 } |
| 1698 | 1700 |
| 1699 proto_library("attestation_proto") { | 1701 proto_library("attestation_proto") { |
| 1700 sources = [ | 1702 sources = [ |
| 1701 "attestation/attestation_key_payload.proto", | 1703 "attestation/attestation_key_payload.proto", |
| 1702 ] | 1704 ] |
| 1703 } | 1705 } |
| OLD | NEW |