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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2891643002: Add a method to query IPP printers for attributes. (Closed)
Patch Set: Created 3 years, 7 months 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index f16ea783b1385160b8bd401adb8afe5311e04a7c..e7ce83cfcd7c38194d53ee5e21ed3df5a8db3a58 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1252,6 +1252,7 @@ source_set("chromeos") {
"printing/printer_configurer.h",
"printing/printer_discoverer.cc",
"printing/printer_discoverer.h",
+ "printing/printer_info.h",
"printing/printers_manager.cc",
"printing/printers_manager.h",
"printing/printers_manager_factory.cc",
@@ -1492,11 +1493,13 @@ source_set("chromeos") {
sources += [
"printing/cups_print_job_manager_impl.cc",
"printing/cups_print_job_manager_impl.h",
+ "printing/printer_info_cups.cc",
]
} else {
sources += [
"printing/fake_cups_print_job_manager.cc",
"printing/fake_cups_print_job_manager.h",
+ "printing/printer_info_stub.cc",
]
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/printing/printer_info.h » ('j') | chrome/browser/chromeos/printing/printer_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698