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

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

Issue 2435303003: [CUPS] Implement the Print Job notification. (Closed)
Patch Set: Fix the compile warning. Created 4 years, 1 month 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 | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/printing/cups_print_job.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 2161a2d448e57000c362432ca84115e0b4ed2869..0018fbd159f0ec06819156b8b8236e6070017588 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1106,6 +1106,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",
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/printing/cups_print_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698