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

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

Issue 2891643002: Add a method to query IPP printers for attributes. (Closed)
Patch Set: minor revision Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/printing/printer_info.h » ('j') | printing/backend/cups_jobs.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 8156041e361cc259967bbba45ca71f532d30e8c1..658f65aa70267d1853619ebd9a5e262aea700a10 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1255,6 +1255,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",
@@ -1495,11 +1496,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') | printing/backend/cups_jobs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698