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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "arc/fileapi/arc_documents_provider_root.cc", | 256 "arc/fileapi/arc_documents_provider_root.cc", |
257 "arc/fileapi/arc_documents_provider_root.h", | 257 "arc/fileapi/arc_documents_provider_root.h", |
258 "arc/fileapi/arc_documents_provider_root_map.cc", | 258 "arc/fileapi/arc_documents_provider_root_map.cc", |
259 "arc/fileapi/arc_documents_provider_root_map.h", | 259 "arc/fileapi/arc_documents_provider_root_map.h", |
260 "arc/fileapi/arc_documents_provider_util.cc", | 260 "arc/fileapi/arc_documents_provider_util.cc", |
261 "arc/fileapi/arc_documents_provider_util.h", | 261 "arc/fileapi/arc_documents_provider_util.h", |
262 "arc/fileapi/arc_file_system_instance_util.cc", | 262 "arc/fileapi/arc_file_system_instance_util.cc", |
263 "arc/fileapi/arc_file_system_instance_util.h", | 263 "arc/fileapi/arc_file_system_instance_util.h", |
264 "arc/fileapi/arc_file_system_service.cc", | 264 "arc/fileapi/arc_file_system_service.cc", |
265 "arc/fileapi/arc_file_system_service.h", | 265 "arc/fileapi/arc_file_system_service.h", |
| 266 "arc/fileapi/arc_media_view_util.cc", |
| 267 "arc/fileapi/arc_media_view_util.h", |
266 "arc/intent_helper/arc_external_protocol_dialog.cc", | 268 "arc/intent_helper/arc_external_protocol_dialog.cc", |
267 "arc/intent_helper/arc_external_protocol_dialog.h", | 269 "arc/intent_helper/arc_external_protocol_dialog.h", |
268 "arc/intent_helper/arc_navigation_throttle.cc", | 270 "arc/intent_helper/arc_navigation_throttle.cc", |
269 "arc/intent_helper/arc_navigation_throttle.h", | 271 "arc/intent_helper/arc_navigation_throttle.h", |
270 "arc/intent_helper/arc_settings_service.cc", | 272 "arc/intent_helper/arc_settings_service.cc", |
271 "arc/intent_helper/arc_settings_service.h", | 273 "arc/intent_helper/arc_settings_service.h", |
272 "arc/notification/arc_boot_error_notification.cc", | 274 "arc/notification/arc_boot_error_notification.cc", |
273 "arc/notification/arc_boot_error_notification.h", | 275 "arc/notification/arc_boot_error_notification.h", |
274 "arc/optin/arc_optin_preference_handler.cc", | 276 "arc/optin/arc_optin_preference_handler.cc", |
275 "arc/optin/arc_optin_preference_handler.h", | 277 "arc/optin/arc_optin_preference_handler.h", |
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1715 "policy/proto/chrome_device_policy.proto", | 1717 "policy/proto/chrome_device_policy.proto", |
1716 "policy/proto/install_attributes.proto", | 1718 "policy/proto/install_attributes.proto", |
1717 ] | 1719 ] |
1718 } | 1720 } |
1719 | 1721 |
1720 proto_library("attestation_proto") { | 1722 proto_library("attestation_proto") { |
1721 sources = [ | 1723 sources = [ |
1722 "attestation/attestation_key_payload.proto", | 1724 "attestation/attestation_key_payload.proto", |
1723 ] | 1725 ] |
1724 } | 1726 } |
OLD | NEW |