| 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 1539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1550 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", | 1550 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", |
| 1551 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", | 1551 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", |
| 1552 "arc/fileapi/arc_documents_provider_root_unittest.cc", | 1552 "arc/fileapi/arc_documents_provider_root_unittest.cc", |
| 1553 "arc/fileapi/arc_documents_provider_util_unittest.cc", | 1553 "arc/fileapi/arc_documents_provider_util_unittest.cc", |
| 1554 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", | 1554 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", |
| 1555 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", | 1555 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", |
| 1556 "arc/intent_helper/arc_navigation_throttle_unittest.cc", | 1556 "arc/intent_helper/arc_navigation_throttle_unittest.cc", |
| 1557 "arc/notification/arc_provision_notification_service_unittest.cc", | 1557 "arc/notification/arc_provision_notification_service_unittest.cc", |
| 1558 "arc/optin/arc_terms_of_service_default_negotiator_unittest.cc", | 1558 "arc/optin/arc_terms_of_service_default_negotiator_unittest.cc", |
| 1559 "arc/policy/arc_policy_bridge_unittest.cc", | 1559 "arc/policy/arc_policy_bridge_unittest.cc", |
| 1560 "arc/process/arc_process_unittest.cc", |
| 1560 "attestation/attestation_ca_client_unittest.cc", | 1561 "attestation/attestation_ca_client_unittest.cc", |
| 1561 "attestation/attestation_policy_observer_unittest.cc", | 1562 "attestation/attestation_policy_observer_unittest.cc", |
| 1562 "attestation/fake_certificate.cc", | 1563 "attestation/fake_certificate.cc", |
| 1563 "attestation/fake_certificate.h", | 1564 "attestation/fake_certificate.h", |
| 1564 "attestation/platform_verification_flow_unittest.cc", | 1565 "attestation/platform_verification_flow_unittest.cc", |
| 1565 "base/file_flusher_unittest.cc", | 1566 "base/file_flusher_unittest.cc", |
| 1566 "certificate_provider/certificate_provider_service_unittest.cc", | 1567 "certificate_provider/certificate_provider_service_unittest.cc", |
| 1567 "customization/customization_document_unittest.cc", | 1568 "customization/customization_document_unittest.cc", |
| 1568 "display/display_preferences_unittest.cc", | 1569 "display/display_preferences_unittest.cc", |
| 1569 "display/touch_calibrator/touch_calibrator_controller_unittest.cc", | 1570 "display/touch_calibrator/touch_calibrator_controller_unittest.cc", |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1829 "policy/proto/chrome_device_policy.proto", | 1830 "policy/proto/chrome_device_policy.proto", |
| 1830 "policy/proto/install_attributes.proto", | 1831 "policy/proto/install_attributes.proto", |
| 1831 ] | 1832 ] |
| 1832 } | 1833 } |
| 1833 | 1834 |
| 1834 proto_library("attestation_proto") { | 1835 proto_library("attestation_proto") { |
| 1835 sources = [ | 1836 sources = [ |
| 1836 "attestation/attestation_key_payload.proto", | 1837 "attestation/attestation_key_payload.proto", |
| 1837 ] | 1838 ] |
| 1838 } | 1839 } |
| OLD | NEW |