| 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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1570 "../metrics/perf/random_selector_unittest.cc", | 1570 "../metrics/perf/random_selector_unittest.cc", |
| 1571 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1571 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1572 "../policy/default_geolocation_policy_handler_unittest.cc", | 1572 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1573 "../ui/browser_finder_chromeos_unittest.cc", | 1573 "../ui/browser_finder_chromeos_unittest.cc", |
| 1574 "accessibility/magnification_manager_unittest.cc", | 1574 "accessibility/magnification_manager_unittest.cc", |
| 1575 "accessibility/select_to_speak_event_handler_unittest.cc", | 1575 "accessibility/select_to_speak_event_handler_unittest.cc", |
| 1576 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1576 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
| 1577 "arc/accessibility/arc_accessibility_helper_bridge_unittest.cc", | 1577 "arc/accessibility/arc_accessibility_helper_bridge_unittest.cc", |
| 1578 "arc/arc_play_store_enabled_preference_handler_unittest.cc", | 1578 "arc/arc_play_store_enabled_preference_handler_unittest.cc", |
| 1579 "arc/arc_session_manager_unittest.cc", | 1579 "arc/arc_session_manager_unittest.cc", |
| 1580 "arc/arc_support_host_unittest.cc", |
| 1580 "arc/arc_util_unittest.cc", | 1581 "arc/arc_util_unittest.cc", |
| 1581 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", | 1582 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", |
| 1582 "arc/extensions/arc_support_message_host_unittest.cc", | 1583 "arc/extensions/arc_support_message_host_unittest.cc", |
| 1583 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", | 1584 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", |
| 1584 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", | 1585 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", |
| 1585 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", | 1586 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", |
| 1586 "arc/fileapi/arc_documents_provider_root_unittest.cc", | 1587 "arc/fileapi/arc_documents_provider_root_unittest.cc", |
| 1587 "arc/fileapi/arc_documents_provider_util_unittest.cc", | 1588 "arc/fileapi/arc_documents_provider_util_unittest.cc", |
| 1588 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", | 1589 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", |
| 1589 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", | 1590 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1871 "policy/proto/chrome_device_policy.proto", | 1872 "policy/proto/chrome_device_policy.proto", |
| 1872 "policy/proto/install_attributes.proto", | 1873 "policy/proto/install_attributes.proto", |
| 1873 ] | 1874 ] |
| 1874 } | 1875 } |
| 1875 | 1876 |
| 1876 proto_library("attestation_proto") { | 1877 proto_library("attestation_proto") { |
| 1877 sources = [ | 1878 sources = [ |
| 1878 "attestation/attestation_key_payload.proto", | 1879 "attestation/attestation_key_payload.proto", |
| 1879 ] | 1880 ] |
| 1880 } | 1881 } |
| OLD | NEW |