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

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

Issue 2435303003: [CUPS] Implement the Print Job notification. (Closed)
Patch Set: Bug fix. Created 4 years, 2 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 0fa9880221e8b07fae4f2b553b8d47caf2f935d7..1ee4537aabbda607f1b11cf4ef5cd1ad2e05c618 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1109,6 +1109,18 @@ source_set("chromeos") {
"printer_detector/printer_detector.h",
"printer_detector/printer_detector_factory.cc",
"printer_detector/printer_detector_factory.h",
+ "printing/cups_print_job.cc",
+ "printing/cups_print_job.h",
+ "printing/cups_print_job_manager.cc",
+ "printing/cups_print_job_manager.h",
+ "printing/cups_print_job_manager_factory.cc",
+ "printing/cups_print_job_manager_factory.h",
+ "printing/cups_print_job_notification.cc",
+ "printing/cups_print_job_notification.h",
+ "printing/cups_print_job_notification_manager.cc",
+ "printing/cups_print_job_notification_manager.h",
+ "printing/fake_cups_print_job_manager.cc",
+ "printing/fake_cups_print_job_manager.h",
"printing/printer_pref_manager.cc",
"printing/printer_pref_manager.h",
"printing/printer_pref_manager_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698