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

Unified Diff: printing/BUILD.gn

Issue 2691093006: Implement IPP Get-Jobs and Get-Printer-Attributes requests. (Closed)
Patch Set: rebase Created 3 years, 10 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: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 8883c7582e0a96f0e5a71f011f36eff3457ec6e8..e9f5d5cba2073792f8dfc6b8fe8b3e96ced9ecab 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -189,6 +189,8 @@ component("printing") {
"backend/cups_deleters.h",
"backend/cups_ipp_util.cc",
"backend/cups_ipp_util.h",
+ "backend/cups_jobs.cc",
+ "backend/cups_jobs.h",
"backend/cups_printer.cc",
"backend/cups_printer.h",
"backend/print_backend_cups_ipp.cc",

Powered by Google App Engine
This is Rietveld 408576698