| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "arc/fileapi/arc_content_file_system_async_file_util.cc", | 232 "arc/fileapi/arc_content_file_system_async_file_util.cc", |
| 233 "arc/fileapi/arc_content_file_system_async_file_util.h", | 233 "arc/fileapi/arc_content_file_system_async_file_util.h", |
| 234 "arc/fileapi/arc_content_file_system_backend_delegate.cc", | 234 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
| 235 "arc/fileapi/arc_content_file_system_backend_delegate.h", | 235 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
| 236 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 236 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
| 237 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 237 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
| 238 "arc/fileapi/arc_content_file_system_service.cc", | 238 "arc/fileapi/arc_content_file_system_service.cc", |
| 239 "arc/fileapi/arc_content_file_system_service.h", | 239 "arc/fileapi/arc_content_file_system_service.h", |
| 240 "arc/fileapi/arc_content_file_system_url_util.cc", | 240 "arc/fileapi/arc_content_file_system_url_util.cc", |
| 241 "arc/fileapi/arc_content_file_system_url_util.h", | 241 "arc/fileapi/arc_content_file_system_url_util.h", |
| 242 "arc/fileapi/intent_helper_util.cc", | 242 "arc/fileapi/arc_file_system_instance_util.cc", |
| 243 "arc/fileapi/intent_helper_util.h", | 243 "arc/fileapi/arc_file_system_instance_util.h", |
| 244 "arc/intent_helper/arc_external_protocol_dialog.cc", | 244 "arc/intent_helper/arc_external_protocol_dialog.cc", |
| 245 "arc/intent_helper/arc_external_protocol_dialog.h", | 245 "arc/intent_helper/arc_external_protocol_dialog.h", |
| 246 "arc/intent_helper/arc_navigation_throttle.cc", | 246 "arc/intent_helper/arc_navigation_throttle.cc", |
| 247 "arc/intent_helper/arc_navigation_throttle.h", | 247 "arc/intent_helper/arc_navigation_throttle.h", |
| 248 "arc/intent_helper/arc_settings_service.cc", | 248 "arc/intent_helper/arc_settings_service.cc", |
| 249 "arc/intent_helper/arc_settings_service.h", | 249 "arc/intent_helper/arc_settings_service.h", |
| 250 "arc/notification/arc_boot_error_notification.cc", | 250 "arc/notification/arc_boot_error_notification.cc", |
| 251 "arc/notification/arc_boot_error_notification.h", | 251 "arc/notification/arc_boot_error_notification.h", |
| 252 "arc/optin/arc_optin_preference_handler.cc", | 252 "arc/optin/arc_optin_preference_handler.cc", |
| 253 "arc/optin/arc_optin_preference_handler.h", | 253 "arc/optin/arc_optin_preference_handler.h", |
| (...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1660 "policy/proto/chrome_device_policy.proto", | 1660 "policy/proto/chrome_device_policy.proto", |
| 1661 "policy/proto/install_attributes.proto", | 1661 "policy/proto/install_attributes.proto", |
| 1662 ] | 1662 ] |
| 1663 } | 1663 } |
| 1664 | 1664 |
| 1665 proto_library("attestation_proto") { | 1665 proto_library("attestation_proto") { |
| 1666 sources = [ | 1666 sources = [ |
| 1667 "attestation/attestation_key_payload.proto", | 1667 "attestation/attestation_key_payload.proto", |
| 1668 ] | 1668 ] |
| 1669 } | 1669 } |
| OLD | NEW |