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

Unified Diff: printing/BUILD.gn

Issue 2117713002: Print directly to CUPS using the IPP APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ippRead
Patch Set: format and merge Created 4 years, 5 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 | « chrome/browser/printing/pdf_to_emf_converter.cc ('k') | printing/backend/cups_deleters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 26524b9cc2dc14618dcacf26ba73e6742aa497c1..e41f4f9cc47e7ac4a5f068efcaee7c6c93c357fc 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -58,7 +58,6 @@ component("printing") {
"print_settings_initializer_win.h",
"printed_document.cc",
"printed_document.h",
- "printed_document_linux.cc",
"printed_document_mac.cc",
"printed_document_win.cc",
"printed_page.cc",
@@ -181,6 +180,8 @@ component("printing") {
"backend/cups_printer.h",
"backend/print_backend_cups_ipp.cc",
"backend/print_backend_cups_ipp.h",
+ "printing_context_chromeos.cc",
+ "printing_context_chromeos.h",
]
} else {
sources += [
@@ -197,11 +198,13 @@ component("printing") {
sources += [
"backend/print_backend_chromeos.cc",
+ "printed_document_chromeos.cc",
"printing_context_no_system_dialog.cc",
"printing_context_no_system_dialog.h",
]
} else if (is_linux) { # Non-ChromeOS Linux.
sources += [
+ "printed_document_linux.cc",
"printing_context_linux.cc",
"printing_context_linux.h",
]
« no previous file with comments | « chrome/browser/printing/pdf_to_emf_converter.cc ('k') | printing/backend/cups_deleters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698