| 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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1139 "printing/cups_print_job_manager.cc", | 1139 "printing/cups_print_job_manager.cc", |
| 1140 "printing/cups_print_job_manager.h", | 1140 "printing/cups_print_job_manager.h", |
| 1141 "printing/cups_print_job_manager_factory.cc", | 1141 "printing/cups_print_job_manager_factory.cc", |
| 1142 "printing/cups_print_job_manager_factory.h", | 1142 "printing/cups_print_job_manager_factory.h", |
| 1143 "printing/cups_print_job_notification.cc", | 1143 "printing/cups_print_job_notification.cc", |
| 1144 "printing/cups_print_job_notification.h", | 1144 "printing/cups_print_job_notification.h", |
| 1145 "printing/cups_print_job_notification_manager.cc", | 1145 "printing/cups_print_job_notification_manager.cc", |
| 1146 "printing/cups_print_job_notification_manager.h", | 1146 "printing/cups_print_job_notification_manager.h", |
| 1147 "printing/fake_cups_print_job_manager.cc", | 1147 "printing/fake_cups_print_job_manager.cc", |
| 1148 "printing/fake_cups_print_job_manager.h", | 1148 "printing/fake_cups_print_job_manager.h", |
| 1149 "printing/ppd_provider_factory.cc", |
| 1150 "printing/ppd_provider_factory.h", |
| 1149 "printing/printer_pref_manager.cc", | 1151 "printing/printer_pref_manager.cc", |
| 1150 "printing/printer_pref_manager.h", | 1152 "printing/printer_pref_manager.h", |
| 1151 "printing/printer_pref_manager_factory.cc", | 1153 "printing/printer_pref_manager_factory.cc", |
| 1152 "printing/printer_pref_manager_factory.h", | 1154 "printing/printer_pref_manager_factory.h", |
| 1153 "profiles/avatar_menu_actions_chromeos.cc", | 1155 "profiles/avatar_menu_actions_chromeos.cc", |
| 1154 "profiles/avatar_menu_actions_chromeos.h", | 1156 "profiles/avatar_menu_actions_chromeos.h", |
| 1155 "profiles/avatar_menu_chromeos.cc", | 1157 "profiles/avatar_menu_chromeos.cc", |
| 1156 "profiles/multiprofiles_intro_dialog.cc", | 1158 "profiles/multiprofiles_intro_dialog.cc", |
| 1157 "profiles/multiprofiles_intro_dialog.h", | 1159 "profiles/multiprofiles_intro_dialog.h", |
| 1158 "profiles/multiprofiles_session_aborted_dialog.cc", | 1160 "profiles/multiprofiles_session_aborted_dialog.cc", |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1664 "policy/proto/chrome_device_policy.proto", | 1666 "policy/proto/chrome_device_policy.proto", |
| 1665 "policy/proto/install_attributes.proto", | 1667 "policy/proto/install_attributes.proto", |
| 1666 ] | 1668 ] |
| 1667 } | 1669 } |
| 1668 | 1670 |
| 1669 proto_library("attestation_proto") { | 1671 proto_library("attestation_proto") { |
| 1670 sources = [ | 1672 sources = [ |
| 1671 "attestation/attestation_key_payload.proto", | 1673 "attestation/attestation_key_payload.proto", |
| 1672 ] | 1674 ] |
| 1673 } | 1675 } |
| OLD | NEW |