| 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 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 "policy/network_configuration_updater_unittest.cc", | 1710 "policy/network_configuration_updater_unittest.cc", |
| 1711 "policy/recommendation_restorer_unittest.cc", | 1711 "policy/recommendation_restorer_unittest.cc", |
| 1712 "policy/remote_commands/device_command_screenshot_job_unittest.cc", | 1712 "policy/remote_commands/device_command_screenshot_job_unittest.cc", |
| 1713 "policy/remote_commands/device_command_set_volume_job_unittest.cc", | 1713 "policy/remote_commands/device_command_set_volume_job_unittest.cc", |
| 1714 "policy/server_backed_state_keys_broker_unittest.cc", | 1714 "policy/server_backed_state_keys_broker_unittest.cc", |
| 1715 "policy/status_uploader_unittest.cc", | 1715 "policy/status_uploader_unittest.cc", |
| 1716 "policy/system_log_uploader_unittest.cc", | 1716 "policy/system_log_uploader_unittest.cc", |
| 1717 "policy/upload_job_unittest.cc", | 1717 "policy/upload_job_unittest.cc", |
| 1718 "policy/user_cloud_policy_manager_chromeos_unittest.cc", | 1718 "policy/user_cloud_policy_manager_chromeos_unittest.cc", |
| 1719 "policy/user_cloud_policy_store_chromeos_unittest.cc", | 1719 "policy/user_cloud_policy_store_chromeos_unittest.cc", |
| 1720 "power/cpu_data_collector_unittest.cc", |
| 1720 "power/extension_event_observer_unittest.cc", | 1721 "power/extension_event_observer_unittest.cc", |
| 1721 "power/power_data_collector_unittest.cc", | 1722 "power/power_data_collector_unittest.cc", |
| 1722 "power/power_prefs_unittest.cc", | 1723 "power/power_prefs_unittest.cc", |
| 1723 "power/renderer_freezer_unittest.cc", | 1724 "power/renderer_freezer_unittest.cc", |
| 1724 "preferences_unittest.cc", | 1725 "preferences_unittest.cc", |
| 1725 "printer_detector/printer_detector_unittest.cc", | 1726 "printer_detector/printer_detector_unittest.cc", |
| 1726 "printing/printers_manager_unittest.cc", | 1727 "printing/printers_manager_unittest.cc", |
| 1727 "printing/specifics_translation_unittest.cc", | 1728 "printing/specifics_translation_unittest.cc", |
| 1728 "profiles/profile_list_chromeos_unittest.cc", | 1729 "profiles/profile_list_chromeos_unittest.cc", |
| 1729 "proxy_config_service_impl_unittest.cc", | 1730 "proxy_config_service_impl_unittest.cc", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1836 "policy/proto/chrome_device_policy.proto", | 1837 "policy/proto/chrome_device_policy.proto", |
| 1837 "policy/proto/install_attributes.proto", | 1838 "policy/proto/install_attributes.proto", |
| 1838 ] | 1839 ] |
| 1839 } | 1840 } |
| 1840 | 1841 |
| 1841 proto_library("attestation_proto") { | 1842 proto_library("attestation_proto") { |
| 1842 sources = [ | 1843 sources = [ |
| 1843 "attestation/attestation_key_payload.proto", | 1844 "attestation/attestation_key_payload.proto", |
| 1844 ] | 1845 ] |
| 1845 } | 1846 } |
| OLD | NEW |