| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "display/display_configuration_observer.cc", | 352 "display/display_configuration_observer.cc", |
| 353 "display/display_configuration_observer.h", | 353 "display/display_configuration_observer.h", |
| 354 "display/display_preferences.cc", | 354 "display/display_preferences.cc", |
| 355 "display/display_preferences.h", | 355 "display/display_preferences.h", |
| 356 "display/output_protection_delegate.cc", | 356 "display/output_protection_delegate.cc", |
| 357 "display/output_protection_delegate.h", | 357 "display/output_protection_delegate.h", |
| 358 "display/overscan_calibrator.cc", | 358 "display/overscan_calibrator.cc", |
| 359 "display/overscan_calibrator.h", | 359 "display/overscan_calibrator.h", |
| 360 "display/quirks_manager_delegate_impl.cc", | 360 "display/quirks_manager_delegate_impl.cc", |
| 361 "display/quirks_manager_delegate_impl.h", | 361 "display/quirks_manager_delegate_impl.h", |
| 362 "display/touch_calibrator/touch_calibrator_controller.cc", |
| 363 "display/touch_calibrator/touch_calibrator_controller.h", |
| 364 "display/touch_calibrator/touch_calibrator_view.cc", |
| 365 "display/touch_calibrator/touch_calibrator_view.h", |
| 362 "drive/debug_info_collector.cc", | 366 "drive/debug_info_collector.cc", |
| 363 "drive/debug_info_collector.h", | 367 "drive/debug_info_collector.h", |
| 364 "drive/download_handler.cc", | 368 "drive/download_handler.cc", |
| 365 "drive/download_handler.h", | 369 "drive/download_handler.h", |
| 366 "drive/drive_file_stream_reader.cc", | 370 "drive/drive_file_stream_reader.cc", |
| 367 "drive/drive_file_stream_reader.h", | 371 "drive/drive_file_stream_reader.h", |
| 368 "drive/drive_integration_service.cc", | 372 "drive/drive_integration_service.cc", |
| 369 "drive/drive_integration_service.h", | 373 "drive/drive_integration_service.h", |
| 370 "drive/file_system_util.cc", | 374 "drive/file_system_util.cc", |
| 371 "drive/file_system_util.h", | 375 "drive/file_system_util.h", |
| (...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1442 "arc/policy/arc_policy_bridge_unittest.cc", | 1446 "arc/policy/arc_policy_bridge_unittest.cc", |
| 1443 "attestation/attestation_ca_client_unittest.cc", | 1447 "attestation/attestation_ca_client_unittest.cc", |
| 1444 "attestation/attestation_policy_observer_unittest.cc", | 1448 "attestation/attestation_policy_observer_unittest.cc", |
| 1445 "attestation/fake_certificate.cc", | 1449 "attestation/fake_certificate.cc", |
| 1446 "attestation/fake_certificate.h", | 1450 "attestation/fake_certificate.h", |
| 1447 "attestation/platform_verification_flow_unittest.cc", | 1451 "attestation/platform_verification_flow_unittest.cc", |
| 1448 "base/file_flusher_unittest.cc", | 1452 "base/file_flusher_unittest.cc", |
| 1449 "certificate_provider/certificate_provider_service_unittest.cc", | 1453 "certificate_provider/certificate_provider_service_unittest.cc", |
| 1450 "customization/customization_document_unittest.cc", | 1454 "customization/customization_document_unittest.cc", |
| 1451 "display/display_preferences_unittest.cc", | 1455 "display/display_preferences_unittest.cc", |
| 1456 "display/touch_calibrator/touch_calibrator_controller_unittest.cc", |
| 1452 "drive/download_handler_unittest.cc", | 1457 "drive/download_handler_unittest.cc", |
| 1453 "drive/drive_file_stream_reader_unittest.cc", | 1458 "drive/drive_file_stream_reader_unittest.cc", |
| 1454 "drive/drive_integration_service_unittest.cc", | 1459 "drive/drive_integration_service_unittest.cc", |
| 1455 "drive/file_system_util_unittest.cc", | 1460 "drive/file_system_util_unittest.cc", |
| 1456 "drive/file_task_executor_unittest.cc", | 1461 "drive/file_task_executor_unittest.cc", |
| 1457 "drive/fileapi/fileapi_worker_unittest.cc", | 1462 "drive/fileapi/fileapi_worker_unittest.cc", |
| 1458 "drive/fileapi/webkit_file_stream_reader_impl_unittest.cc", | 1463 "drive/fileapi/webkit_file_stream_reader_impl_unittest.cc", |
| 1459 "drive/write_on_cache_file_unittest.cc", | 1464 "drive/write_on_cache_file_unittest.cc", |
| 1460 "events/event_rewriter_unittest.cc", | 1465 "events/event_rewriter_unittest.cc", |
| 1461 "events/keyboard_driven_event_rewriter_unittest.cc", | 1466 "events/keyboard_driven_event_rewriter_unittest.cc", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1697 "policy/proto/chrome_device_policy.proto", | 1702 "policy/proto/chrome_device_policy.proto", |
| 1698 "policy/proto/install_attributes.proto", | 1703 "policy/proto/install_attributes.proto", |
| 1699 ] | 1704 ] |
| 1700 } | 1705 } |
| 1701 | 1706 |
| 1702 proto_library("attestation_proto") { | 1707 proto_library("attestation_proto") { |
| 1703 sources = [ | 1708 sources = [ |
| 1704 "attestation/attestation_key_payload.proto", | 1709 "attestation/attestation_key_payload.proto", |
| 1705 ] | 1710 ] |
| 1706 } | 1711 } |
| OLD | NEW |