| 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 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1145     "printing/cups_print_job_manager.cc", | 1145     "printing/cups_print_job_manager.cc", | 
| 1146     "printing/cups_print_job_manager.h", | 1146     "printing/cups_print_job_manager.h", | 
| 1147     "printing/cups_print_job_manager_factory.cc", | 1147     "printing/cups_print_job_manager_factory.cc", | 
| 1148     "printing/cups_print_job_manager_factory.h", | 1148     "printing/cups_print_job_manager_factory.h", | 
| 1149     "printing/cups_print_job_notification.cc", | 1149     "printing/cups_print_job_notification.cc", | 
| 1150     "printing/cups_print_job_notification.h", | 1150     "printing/cups_print_job_notification.h", | 
| 1151     "printing/cups_print_job_notification_manager.cc", | 1151     "printing/cups_print_job_notification_manager.cc", | 
| 1152     "printing/cups_print_job_notification_manager.h", | 1152     "printing/cups_print_job_notification_manager.h", | 
| 1153     "printing/fake_cups_print_job_manager.cc", | 1153     "printing/fake_cups_print_job_manager.cc", | 
| 1154     "printing/fake_cups_print_job_manager.h", | 1154     "printing/fake_cups_print_job_manager.h", | 
|  | 1155     "printing/ppd_provider_factory.cc", | 
|  | 1156     "printing/ppd_provider_factory.h", | 
| 1155     "printing/printer_pref_manager.cc", | 1157     "printing/printer_pref_manager.cc", | 
| 1156     "printing/printer_pref_manager.h", | 1158     "printing/printer_pref_manager.h", | 
| 1157     "printing/printer_pref_manager_factory.cc", | 1159     "printing/printer_pref_manager_factory.cc", | 
| 1158     "printing/printer_pref_manager_factory.h", | 1160     "printing/printer_pref_manager_factory.h", | 
| 1159     "profiles/avatar_menu_actions_chromeos.cc", | 1161     "profiles/avatar_menu_actions_chromeos.cc", | 
| 1160     "profiles/avatar_menu_actions_chromeos.h", | 1162     "profiles/avatar_menu_actions_chromeos.h", | 
| 1161     "profiles/avatar_menu_chromeos.cc", | 1163     "profiles/avatar_menu_chromeos.cc", | 
| 1162     "profiles/multiprofiles_intro_dialog.cc", | 1164     "profiles/multiprofiles_intro_dialog.cc", | 
| 1163     "profiles/multiprofiles_intro_dialog.h", | 1165     "profiles/multiprofiles_intro_dialog.h", | 
| 1164     "profiles/multiprofiles_session_aborted_dialog.cc", | 1166     "profiles/multiprofiles_session_aborted_dialog.cc", | 
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1673     "policy/proto/chrome_device_policy.proto", | 1675     "policy/proto/chrome_device_policy.proto", | 
| 1674     "policy/proto/install_attributes.proto", | 1676     "policy/proto/install_attributes.proto", | 
| 1675   ] | 1677   ] | 
| 1676 } | 1678 } | 
| 1677 | 1679 | 
| 1678 proto_library("attestation_proto") { | 1680 proto_library("attestation_proto") { | 
| 1679   sources = [ | 1681   sources = [ | 
| 1680     "attestation/attestation_key_payload.proto", | 1682     "attestation/attestation_key_payload.proto", | 
| 1681   ] | 1683   ] | 
| 1682 } | 1684 } | 
| OLD | NEW | 
|---|