| 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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 "power/renderer_freezer.cc", | 1108 "power/renderer_freezer.cc", |
| 1109 "power/renderer_freezer.h", | 1109 "power/renderer_freezer.h", |
| 1110 "power/session_state_controller_delegate_chromeos.cc", | 1110 "power/session_state_controller_delegate_chromeos.cc", |
| 1111 "power/session_state_controller_delegate_chromeos.h", | 1111 "power/session_state_controller_delegate_chromeos.h", |
| 1112 "preferences.cc", | 1112 "preferences.cc", |
| 1113 "preferences.h", | 1113 "preferences.h", |
| 1114 "printer_detector/printer_detector.cc", | 1114 "printer_detector/printer_detector.cc", |
| 1115 "printer_detector/printer_detector.h", | 1115 "printer_detector/printer_detector.h", |
| 1116 "printer_detector/printer_detector_factory.cc", | 1116 "printer_detector/printer_detector_factory.cc", |
| 1117 "printer_detector/printer_detector_factory.h", | 1117 "printer_detector/printer_detector_factory.h", |
| 1118 "printing/cups_print_job.cc", |
| 1119 "printing/cups_print_job.h", |
| 1120 "printing/cups_print_job_manager.cc", |
| 1121 "printing/cups_print_job_manager.h", |
| 1122 "printing/cups_print_job_manager_factory.cc", |
| 1123 "printing/cups_print_job_manager_factory.h", |
| 1124 "printing/cups_print_job_notification.cc", |
| 1125 "printing/cups_print_job_notification.h", |
| 1126 "printing/cups_print_job_notification_manager.cc", |
| 1127 "printing/cups_print_job_notification_manager.h", |
| 1128 "printing/fake_cups_print_job_manager.cc", |
| 1129 "printing/fake_cups_print_job_manager.h", |
| 1118 "printing/printer_pref_manager.cc", | 1130 "printing/printer_pref_manager.cc", |
| 1119 "printing/printer_pref_manager.h", | 1131 "printing/printer_pref_manager.h", |
| 1120 "printing/printer_pref_manager_factory.cc", | 1132 "printing/printer_pref_manager_factory.cc", |
| 1121 "printing/printer_pref_manager_factory.h", | 1133 "printing/printer_pref_manager_factory.h", |
| 1122 "profiles/avatar_menu_actions_chromeos.cc", | 1134 "profiles/avatar_menu_actions_chromeos.cc", |
| 1123 "profiles/avatar_menu_actions_chromeos.h", | 1135 "profiles/avatar_menu_actions_chromeos.h", |
| 1124 "profiles/avatar_menu_chromeos.cc", | 1136 "profiles/avatar_menu_chromeos.cc", |
| 1125 "profiles/multiprofiles_intro_dialog.cc", | 1137 "profiles/multiprofiles_intro_dialog.cc", |
| 1126 "profiles/multiprofiles_intro_dialog.h", | 1138 "profiles/multiprofiles_intro_dialog.h", |
| 1127 "profiles/multiprofiles_session_aborted_dialog.cc", | 1139 "profiles/multiprofiles_session_aborted_dialog.cc", |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1628 "policy/proto/chrome_device_policy.proto", | 1640 "policy/proto/chrome_device_policy.proto", |
| 1629 "policy/proto/install_attributes.proto", | 1641 "policy/proto/install_attributes.proto", |
| 1630 ] | 1642 ] |
| 1631 } | 1643 } |
| 1632 | 1644 |
| 1633 proto_library("attestation_proto") { | 1645 proto_library("attestation_proto") { |
| 1634 sources = [ | 1646 sources = [ |
| 1635 "attestation/attestation_key_payload.proto", | 1647 "attestation/attestation_key_payload.proto", |
| 1636 ] | 1648 ] |
| 1637 } | 1649 } |
| OLD | NEW |