| 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 "file_manager/snapshot_manager.h", | 510 "file_manager/snapshot_manager.h", |
| 511 "file_manager/url_util.cc", | 511 "file_manager/url_util.cc", |
| 512 "file_manager/url_util.h", | 512 "file_manager/url_util.h", |
| 513 "file_manager/volume_manager.cc", | 513 "file_manager/volume_manager.cc", |
| 514 "file_manager/volume_manager.h", | 514 "file_manager/volume_manager.h", |
| 515 "file_manager/volume_manager_factory.cc", | 515 "file_manager/volume_manager_factory.cc", |
| 516 "file_manager/volume_manager_factory.h", | 516 "file_manager/volume_manager_factory.h", |
| 517 "file_manager/volume_manager_observer.h", | 517 "file_manager/volume_manager_observer.h", |
| 518 "file_manager/zip_file_creator.cc", | 518 "file_manager/zip_file_creator.cc", |
| 519 "file_manager/zip_file_creator.h", | 519 "file_manager/zip_file_creator.h", |
| 520 "file_request_interceptor.cc", |
| 521 "file_request_interceptor.h", |
| 520 "file_system_provider/abort_callback.h", | 522 "file_system_provider/abort_callback.h", |
| 521 "file_system_provider/fileapi/backend_delegate.cc", | 523 "file_system_provider/fileapi/backend_delegate.cc", |
| 522 "file_system_provider/fileapi/backend_delegate.h", | 524 "file_system_provider/fileapi/backend_delegate.h", |
| 523 "file_system_provider/fileapi/buffering_file_stream_reader.cc", | 525 "file_system_provider/fileapi/buffering_file_stream_reader.cc", |
| 524 "file_system_provider/fileapi/buffering_file_stream_reader.h", | 526 "file_system_provider/fileapi/buffering_file_stream_reader.h", |
| 525 "file_system_provider/fileapi/buffering_file_stream_writer.cc", | 527 "file_system_provider/fileapi/buffering_file_stream_writer.cc", |
| 526 "file_system_provider/fileapi/buffering_file_stream_writer.h", | 528 "file_system_provider/fileapi/buffering_file_stream_writer.h", |
| 527 "file_system_provider/fileapi/file_stream_reader.cc", | 529 "file_system_provider/fileapi/file_stream_reader.cc", |
| 528 "file_system_provider/fileapi/file_stream_reader.h", | 530 "file_system_provider/fileapi/file_stream_reader.h", |
| 529 "file_system_provider/fileapi/file_stream_writer.cc", | 531 "file_system_provider/fileapi/file_stream_writer.cc", |
| (...skipping 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1814 "policy/proto/chrome_device_policy.proto", | 1816 "policy/proto/chrome_device_policy.proto", |
| 1815 "policy/proto/install_attributes.proto", | 1817 "policy/proto/install_attributes.proto", |
| 1816 ] | 1818 ] |
| 1817 } | 1819 } |
| 1818 | 1820 |
| 1819 proto_library("attestation_proto") { | 1821 proto_library("attestation_proto") { |
| 1820 sources = [ | 1822 sources = [ |
| 1821 "attestation/attestation_key_payload.proto", | 1823 "attestation/attestation_key_payload.proto", |
| 1822 ] | 1824 ] |
| 1823 } | 1825 } |
| OLD | NEW |