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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 "arc/fileapi/arc_content_file_system_url_util.cc", | 237 "arc/fileapi/arc_content_file_system_url_util.cc", |
238 "arc/fileapi/arc_content_file_system_url_util.h", | 238 "arc/fileapi/arc_content_file_system_url_util.h", |
239 "arc/fileapi/intent_helper_util.cc", | 239 "arc/fileapi/intent_helper_util.cc", |
240 "arc/fileapi/intent_helper_util.h", | 240 "arc/fileapi/intent_helper_util.h", |
241 "arc/intent_helper/arc_external_protocol_dialog.cc", | 241 "arc/intent_helper/arc_external_protocol_dialog.cc", |
242 "arc/intent_helper/arc_external_protocol_dialog.h", | 242 "arc/intent_helper/arc_external_protocol_dialog.h", |
243 "arc/intent_helper/arc_navigation_throttle.cc", | 243 "arc/intent_helper/arc_navigation_throttle.cc", |
244 "arc/intent_helper/arc_navigation_throttle.h", | 244 "arc/intent_helper/arc_navigation_throttle.h", |
245 "arc/intent_helper/arc_settings_service.cc", | 245 "arc/intent_helper/arc_settings_service.cc", |
246 "arc/intent_helper/arc_settings_service.h", | 246 "arc/intent_helper/arc_settings_service.h", |
| 247 "arc/kiosk/arc_kiosk_bridge.cc", |
| 248 "arc/kiosk/arc_kiosk_bridge.h", |
247 "arc/notification/arc_boot_error_notification.cc", | 249 "arc/notification/arc_boot_error_notification.cc", |
248 "arc/notification/arc_boot_error_notification.h", | 250 "arc/notification/arc_boot_error_notification.h", |
249 "arc/optin/arc_optin_preference_handler.cc", | 251 "arc/optin/arc_optin_preference_handler.cc", |
250 "arc/optin/arc_optin_preference_handler.h", | 252 "arc/optin/arc_optin_preference_handler.h", |
251 "arc/optin/arc_optin_preference_handler_delegate.h", | 253 "arc/optin/arc_optin_preference_handler_delegate.h", |
252 "arc/policy/arc_android_management_checker.cc", | 254 "arc/policy/arc_android_management_checker.cc", |
253 "arc/policy/arc_android_management_checker.h", | 255 "arc/policy/arc_android_management_checker.h", |
254 "arc/policy/arc_android_management_checker_delegate.h", | 256 "arc/policy/arc_android_management_checker_delegate.h", |
255 "arc/policy/arc_policy_bridge.cc", | 257 "arc/policy/arc_policy_bridge.cc", |
256 "arc/policy/arc_policy_bridge.h", | 258 "arc/policy/arc_policy_bridge.h", |
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1654 "policy/proto/chrome_device_policy.proto", | 1656 "policy/proto/chrome_device_policy.proto", |
1655 "policy/proto/install_attributes.proto", | 1657 "policy/proto/install_attributes.proto", |
1656 ] | 1658 ] |
1657 } | 1659 } |
1658 | 1660 |
1659 proto_library("attestation_proto") { | 1661 proto_library("attestation_proto") { |
1660 sources = [ | 1662 sources = [ |
1661 "attestation/attestation_key_payload.proto", | 1663 "attestation/attestation_key_payload.proto", |
1662 ] | 1664 ] |
1663 } | 1665 } |
OLD | NEW |