| 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 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/session_state_controller_delegate_chromeos.cc", |
| 1102 "power/session_state_controller_delegate_chromeos.h", | 1102 "power/session_state_controller_delegate_chromeos.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", |
| 1110 "printing/cups_print_job.h", |
| 1111 "printing/cups_print_job_manager.cc", |
| 1112 "printing/cups_print_job_manager.h", |
| 1113 "printing/cups_print_job_manager_factory.cc", |
| 1114 "printing/cups_print_job_manager_factory.h", |
| 1115 "printing/cups_print_job_notification.cc", |
| 1116 "printing/cups_print_job_notification.h", |
| 1117 "printing/cups_print_job_notification_manager.cc", |
| 1118 "printing/cups_print_job_notification_manager.h", |
| 1119 "printing/fake_cups_print_job_manager.cc", |
| 1120 "printing/fake_cups_print_job_manager.h", |
| 1109 "printing/printer_pref_manager.cc", | 1121 "printing/printer_pref_manager.cc", |
| 1110 "printing/printer_pref_manager.h", | 1122 "printing/printer_pref_manager.h", |
| 1111 "printing/printer_pref_manager_factory.cc", | 1123 "printing/printer_pref_manager_factory.cc", |
| 1112 "printing/printer_pref_manager_factory.h", | 1124 "printing/printer_pref_manager_factory.h", |
| 1113 "profiles/avatar_menu_actions_chromeos.cc", | 1125 "profiles/avatar_menu_actions_chromeos.cc", |
| 1114 "profiles/avatar_menu_actions_chromeos.h", | 1126 "profiles/avatar_menu_actions_chromeos.h", |
| 1115 "profiles/avatar_menu_chromeos.cc", | 1127 "profiles/avatar_menu_chromeos.cc", |
| 1116 "profiles/multiprofiles_intro_dialog.cc", | 1128 "profiles/multiprofiles_intro_dialog.cc", |
| 1117 "profiles/multiprofiles_intro_dialog.h", | 1129 "profiles/multiprofiles_intro_dialog.h", |
| 1118 "profiles/multiprofiles_session_aborted_dialog.cc", | 1130 "profiles/multiprofiles_session_aborted_dialog.cc", |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1613 "policy/proto/chrome_device_policy.proto", | 1625 "policy/proto/chrome_device_policy.proto", |
| 1614 "policy/proto/install_attributes.proto", | 1626 "policy/proto/install_attributes.proto", |
| 1615 ] | 1627 ] |
| 1616 } | 1628 } |
| 1617 | 1629 |
| 1618 proto_library("attestation_proto") { | 1630 proto_library("attestation_proto") { |
| 1619 sources = [ | 1631 sources = [ |
| 1620 "attestation/attestation_key_payload.proto", | 1632 "attestation/attestation_key_payload.proto", |
| 1621 ] | 1633 ] |
| 1622 } | 1634 } |
| OLD | NEW |