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

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

Issue 2891643002: Add a method to query IPP printers for attributes. (Closed)
Patch Set: remove statics 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 483145cdd43516d10401ce623d25cee35a2d9f19..ac9054f8bad6d0ebefb69eca705892d3d47750b1 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",
@@ -1497,11 +1498,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_cups.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698