| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "arc/fileapi/arc_documents_provider_backend_delegate.cc", | 266 "arc/fileapi/arc_documents_provider_backend_delegate.cc", |
| 267 "arc/fileapi/arc_documents_provider_backend_delegate.h", | 267 "arc/fileapi/arc_documents_provider_backend_delegate.h", |
| 268 "arc/fileapi/arc_documents_provider_file_stream_reader.cc", | 268 "arc/fileapi/arc_documents_provider_file_stream_reader.cc", |
| 269 "arc/fileapi/arc_documents_provider_file_stream_reader.h", | 269 "arc/fileapi/arc_documents_provider_file_stream_reader.h", |
| 270 "arc/fileapi/arc_documents_provider_root.cc", | 270 "arc/fileapi/arc_documents_provider_root.cc", |
| 271 "arc/fileapi/arc_documents_provider_root.h", | 271 "arc/fileapi/arc_documents_provider_root.h", |
| 272 "arc/fileapi/arc_documents_provider_root_map.cc", | 272 "arc/fileapi/arc_documents_provider_root_map.cc", |
| 273 "arc/fileapi/arc_documents_provider_root_map.h", | 273 "arc/fileapi/arc_documents_provider_root_map.h", |
| 274 "arc/fileapi/arc_documents_provider_util.cc", | 274 "arc/fileapi/arc_documents_provider_util.cc", |
| 275 "arc/fileapi/arc_documents_provider_util.h", | 275 "arc/fileapi/arc_documents_provider_util.h", |
| 276 "arc/fileapi/arc_documents_provider_watcher_manager.cc", |
| 277 "arc/fileapi/arc_documents_provider_watcher_manager.h", |
| 276 "arc/fileapi/arc_file_system_mounter.cc", | 278 "arc/fileapi/arc_file_system_mounter.cc", |
| 277 "arc/fileapi/arc_file_system_mounter.h", | 279 "arc/fileapi/arc_file_system_mounter.h", |
| 278 "arc/fileapi/arc_file_system_operation_runner.cc", | 280 "arc/fileapi/arc_file_system_operation_runner.cc", |
| 279 "arc/fileapi/arc_file_system_operation_runner.h", | 281 "arc/fileapi/arc_file_system_operation_runner.h", |
| 280 "arc/fileapi/arc_file_system_operation_runner_util.cc", | 282 "arc/fileapi/arc_file_system_operation_runner_util.cc", |
| 281 "arc/fileapi/arc_file_system_operation_runner_util.h", | 283 "arc/fileapi/arc_file_system_operation_runner_util.h", |
| 282 "arc/fileapi/arc_media_view_util.cc", | 284 "arc/fileapi/arc_media_view_util.cc", |
| 283 "arc/fileapi/arc_media_view_util.h", | 285 "arc/fileapi/arc_media_view_util.h", |
| 284 "arc/intent_helper/arc_external_protocol_dialog.cc", | 286 "arc/intent_helper/arc_external_protocol_dialog.cc", |
| 285 "arc/intent_helper/arc_external_protocol_dialog.h", | 287 "arc/intent_helper/arc_external_protocol_dialog.h", |
| (...skipping 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1790 "policy/proto/chrome_device_policy.proto", | 1792 "policy/proto/chrome_device_policy.proto", |
| 1791 "policy/proto/install_attributes.proto", | 1793 "policy/proto/install_attributes.proto", |
| 1792 ] | 1794 ] |
| 1793 } | 1795 } |
| 1794 | 1796 |
| 1795 proto_library("attestation_proto") { | 1797 proto_library("attestation_proto") { |
| 1796 sources = [ | 1798 sources = [ |
| 1797 "attestation/attestation_key_payload.proto", | 1799 "attestation/attestation_key_payload.proto", |
| 1798 ] | 1800 ] |
| 1799 } | 1801 } |
| OLD | NEW |