| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "arc/fileapi/arc_documents_provider_backend_delegate.cc", | 260 "arc/fileapi/arc_documents_provider_backend_delegate.cc", |
| 261 "arc/fileapi/arc_documents_provider_backend_delegate.h", | 261 "arc/fileapi/arc_documents_provider_backend_delegate.h", |
| 262 "arc/fileapi/arc_documents_provider_file_stream_reader.cc", | 262 "arc/fileapi/arc_documents_provider_file_stream_reader.cc", |
| 263 "arc/fileapi/arc_documents_provider_file_stream_reader.h", | 263 "arc/fileapi/arc_documents_provider_file_stream_reader.h", |
| 264 "arc/fileapi/arc_documents_provider_root.cc", | 264 "arc/fileapi/arc_documents_provider_root.cc", |
| 265 "arc/fileapi/arc_documents_provider_root.h", | 265 "arc/fileapi/arc_documents_provider_root.h", |
| 266 "arc/fileapi/arc_documents_provider_root_map.cc", | 266 "arc/fileapi/arc_documents_provider_root_map.cc", |
| 267 "arc/fileapi/arc_documents_provider_root_map.h", | 267 "arc/fileapi/arc_documents_provider_root_map.h", |
| 268 "arc/fileapi/arc_documents_provider_util.cc", | 268 "arc/fileapi/arc_documents_provider_util.cc", |
| 269 "arc/fileapi/arc_documents_provider_util.h", | 269 "arc/fileapi/arc_documents_provider_util.h", |
| 270 "arc/fileapi/arc_documents_provider_watcher_manager.cc", |
| 271 "arc/fileapi/arc_documents_provider_watcher_manager.h", |
| 270 "arc/fileapi/arc_file_system_operation_runner.cc", | 272 "arc/fileapi/arc_file_system_operation_runner.cc", |
| 271 "arc/fileapi/arc_file_system_operation_runner.h", | 273 "arc/fileapi/arc_file_system_operation_runner.h", |
| 272 "arc/fileapi/arc_file_system_operation_runner_util.cc", | 274 "arc/fileapi/arc_file_system_operation_runner_util.cc", |
| 273 "arc/fileapi/arc_file_system_operation_runner_util.h", | 275 "arc/fileapi/arc_file_system_operation_runner_util.h", |
| 274 "arc/fileapi/arc_file_system_service.cc", | 276 "arc/fileapi/arc_file_system_service.cc", |
| 275 "arc/fileapi/arc_file_system_service.h", | 277 "arc/fileapi/arc_file_system_service.h", |
| 276 "arc/fileapi/arc_media_view_util.cc", | 278 "arc/fileapi/arc_media_view_util.cc", |
| 277 "arc/fileapi/arc_media_view_util.h", | 279 "arc/fileapi/arc_media_view_util.h", |
| 278 "arc/intent_helper/arc_external_protocol_dialog.cc", | 280 "arc/intent_helper/arc_external_protocol_dialog.cc", |
| 279 "arc/intent_helper/arc_external_protocol_dialog.h", | 281 "arc/intent_helper/arc_external_protocol_dialog.h", |
| (...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1776 "policy/proto/chrome_device_policy.proto", | 1778 "policy/proto/chrome_device_policy.proto", |
| 1777 "policy/proto/install_attributes.proto", | 1779 "policy/proto/install_attributes.proto", |
| 1778 ] | 1780 ] |
| 1779 } | 1781 } |
| 1780 | 1782 |
| 1781 proto_library("attestation_proto") { | 1783 proto_library("attestation_proto") { |
| 1782 sources = [ | 1784 sources = [ |
| 1783 "attestation/attestation_key_payload.proto", | 1785 "attestation/attestation_key_payload.proto", |
| 1784 ] | 1786 ] |
| 1785 } | 1787 } |
| OLD | NEW |