Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2542363002: Interrogate PpdProvider from PrintPreview. (Closed)
Patch Set: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 "printing/cups_print_job_manager.cc", 1144 "printing/cups_print_job_manager.cc",
1145 "printing/cups_print_job_manager.h", 1145 "printing/cups_print_job_manager.h",
1146 "printing/cups_print_job_manager_factory.cc", 1146 "printing/cups_print_job_manager_factory.cc",
1147 "printing/cups_print_job_manager_factory.h", 1147 "printing/cups_print_job_manager_factory.h",
1148 "printing/cups_print_job_notification.cc", 1148 "printing/cups_print_job_notification.cc",
1149 "printing/cups_print_job_notification.h", 1149 "printing/cups_print_job_notification.h",
1150 "printing/cups_print_job_notification_manager.cc", 1150 "printing/cups_print_job_notification_manager.cc",
1151 "printing/cups_print_job_notification_manager.h", 1151 "printing/cups_print_job_notification_manager.h",
1152 "printing/fake_cups_print_job_manager.cc", 1152 "printing/fake_cups_print_job_manager.cc",
1153 "printing/fake_cups_print_job_manager.h", 1153 "printing/fake_cups_print_job_manager.h",
1154 "printing/ppd_provider_factory.cc",
1155 "printing/ppd_provider_factory.h",
1154 "printing/printer_pref_manager.cc", 1156 "printing/printer_pref_manager.cc",
1155 "printing/printer_pref_manager.h", 1157 "printing/printer_pref_manager.h",
1156 "printing/printer_pref_manager_factory.cc", 1158 "printing/printer_pref_manager_factory.cc",
1157 "printing/printer_pref_manager_factory.h", 1159 "printing/printer_pref_manager_factory.h",
1158 "profiles/avatar_menu_actions_chromeos.cc", 1160 "profiles/avatar_menu_actions_chromeos.cc",
1159 "profiles/avatar_menu_actions_chromeos.h", 1161 "profiles/avatar_menu_actions_chromeos.h",
1160 "profiles/avatar_menu_chromeos.cc", 1162 "profiles/avatar_menu_chromeos.cc",
1161 "profiles/multiprofiles_intro_dialog.cc", 1163 "profiles/multiprofiles_intro_dialog.cc",
1162 "profiles/multiprofiles_intro_dialog.h", 1164 "profiles/multiprofiles_intro_dialog.h",
1163 "profiles/multiprofiles_session_aborted_dialog.cc", 1165 "profiles/multiprofiles_session_aborted_dialog.cc",
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 "policy/proto/chrome_device_policy.proto", 1674 "policy/proto/chrome_device_policy.proto",
1673 "policy/proto/install_attributes.proto", 1675 "policy/proto/install_attributes.proto",
1674 ] 1676 ]
1675 } 1677 }
1676 1678
1677 proto_library("attestation_proto") { 1679 proto_library("attestation_proto") {
1678 sources = [ 1680 sources = [
1679 "attestation/attestation_key_payload.proto", 1681 "attestation/attestation_key_payload.proto",
1680 ] 1682 ]
1681 } 1683 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698