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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 "arc/fileapi/arc_documents_provider_root.cc", | 252 "arc/fileapi/arc_documents_provider_root.cc", |
253 "arc/fileapi/arc_documents_provider_root.h", | 253 "arc/fileapi/arc_documents_provider_root.h", |
254 "arc/fileapi/arc_documents_provider_root_map.cc", | 254 "arc/fileapi/arc_documents_provider_root_map.cc", |
255 "arc/fileapi/arc_documents_provider_root_map.h", | 255 "arc/fileapi/arc_documents_provider_root_map.h", |
256 "arc/fileapi/arc_documents_provider_util.cc", | 256 "arc/fileapi/arc_documents_provider_util.cc", |
257 "arc/fileapi/arc_documents_provider_util.h", | 257 "arc/fileapi/arc_documents_provider_util.h", |
258 "arc/fileapi/arc_file_system_instance_util.cc", | 258 "arc/fileapi/arc_file_system_instance_util.cc", |
259 "arc/fileapi/arc_file_system_instance_util.h", | 259 "arc/fileapi/arc_file_system_instance_util.h", |
260 "arc/fileapi/arc_file_system_service.cc", | 260 "arc/fileapi/arc_file_system_service.cc", |
261 "arc/fileapi/arc_file_system_service.h", | 261 "arc/fileapi/arc_file_system_service.h", |
| 262 "arc/fileapi/arc_media_view_util.cc", |
| 263 "arc/fileapi/arc_media_view_util.h", |
262 "arc/intent_helper/arc_external_protocol_dialog.cc", | 264 "arc/intent_helper/arc_external_protocol_dialog.cc", |
263 "arc/intent_helper/arc_external_protocol_dialog.h", | 265 "arc/intent_helper/arc_external_protocol_dialog.h", |
264 "arc/intent_helper/arc_navigation_throttle.cc", | 266 "arc/intent_helper/arc_navigation_throttle.cc", |
265 "arc/intent_helper/arc_navigation_throttle.h", | 267 "arc/intent_helper/arc_navigation_throttle.h", |
266 "arc/intent_helper/arc_settings_service.cc", | 268 "arc/intent_helper/arc_settings_service.cc", |
267 "arc/intent_helper/arc_settings_service.h", | 269 "arc/intent_helper/arc_settings_service.h", |
268 "arc/notification/arc_boot_error_notification.cc", | 270 "arc/notification/arc_boot_error_notification.cc", |
269 "arc/notification/arc_boot_error_notification.h", | 271 "arc/notification/arc_boot_error_notification.h", |
270 "arc/optin/arc_optin_preference_handler.cc", | 272 "arc/optin/arc_optin_preference_handler.cc", |
271 "arc/optin/arc_optin_preference_handler.h", | 273 "arc/optin/arc_optin_preference_handler.h", |
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1706 "policy/proto/chrome_device_policy.proto", | 1708 "policy/proto/chrome_device_policy.proto", |
1707 "policy/proto/install_attributes.proto", | 1709 "policy/proto/install_attributes.proto", |
1708 ] | 1710 ] |
1709 } | 1711 } |
1710 | 1712 |
1711 proto_library("attestation_proto") { | 1713 proto_library("attestation_proto") { |
1712 sources = [ | 1714 sources = [ |
1713 "attestation/attestation_key_payload.proto", | 1715 "attestation/attestation_key_payload.proto", |
1714 ] | 1716 ] |
1715 } | 1717 } |
OLD | NEW |