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

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

Issue 2891643002: Add a method to query IPP printers for attributes. (Closed)
Patch Set: check empty 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') | no next file with comments »
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 acfe0271e4106999e336d952c05ebf8d84bfa567..84834d2f4d4b6b8a5d7319982fe4af502c03d77a 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1259,6 +1259,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",
@@ -1499,11 +1500,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698