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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
9 | 9 |
10 assert(is_chromeos) | 10 assert(is_chromeos) |
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 "power/login_lock_state_notifier.cc", | 1091 "power/login_lock_state_notifier.cc", |
1092 "power/login_lock_state_notifier.h", | 1092 "power/login_lock_state_notifier.h", |
1093 "power/peripheral_battery_observer.cc", | 1093 "power/peripheral_battery_observer.cc", |
1094 "power/peripheral_battery_observer.h", | 1094 "power/peripheral_battery_observer.h", |
1095 "power/power_data_collector.cc", | 1095 "power/power_data_collector.cc", |
1096 "power/power_data_collector.h", | 1096 "power/power_data_collector.h", |
1097 "power/power_prefs.cc", | 1097 "power/power_prefs.cc", |
1098 "power/power_prefs.h", | 1098 "power/power_prefs.h", |
1099 "power/renderer_freezer.cc", | 1099 "power/renderer_freezer.cc", |
1100 "power/renderer_freezer.h", | 1100 "power/renderer_freezer.h", |
1101 "power/session_state_controller_delegate_chromeos.cc", | 1101 "power/shutdown_client_impl.cc", |
1102 "power/session_state_controller_delegate_chromeos.h", | 1102 "power/shutdown_client_impl.h", |
1103 "preferences.cc", | 1103 "preferences.cc", |
1104 "preferences.h", | 1104 "preferences.h", |
1105 "printer_detector/printer_detector.cc", | 1105 "printer_detector/printer_detector.cc", |
1106 "printer_detector/printer_detector.h", | 1106 "printer_detector/printer_detector.h", |
1107 "printer_detector/printer_detector_factory.cc", | 1107 "printer_detector/printer_detector_factory.cc", |
1108 "printer_detector/printer_detector_factory.h", | 1108 "printer_detector/printer_detector_factory.h", |
1109 "printing/cups_print_job.cc", | 1109 "printing/cups_print_job.cc", |
1110 "printing/cups_print_job.h", | 1110 "printing/cups_print_job.h", |
1111 "printing/cups_print_job_manager.cc", | 1111 "printing/cups_print_job_manager.cc", |
1112 "printing/cups_print_job_manager.h", | 1112 "printing/cups_print_job_manager.h", |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1625 "policy/proto/chrome_device_policy.proto", | 1625 "policy/proto/chrome_device_policy.proto", |
1626 "policy/proto/install_attributes.proto", | 1626 "policy/proto/install_attributes.proto", |
1627 ] | 1627 ] |
1628 } | 1628 } |
1629 | 1629 |
1630 proto_library("attestation_proto") { | 1630 proto_library("attestation_proto") { |
1631 sources = [ | 1631 sources = [ |
1632 "attestation/attestation_key_payload.proto", | 1632 "attestation/attestation_key_payload.proto", |
1633 ] | 1633 ] |
1634 } | 1634 } |
OLD | NEW |