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

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: Loggin cleaned up 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 | « no previous file | printing/metafile.h » ('j') | printing/metafile.h » ('J')
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 8727eeb194ef093affbe78559b13f2be4eb1a41f..9cf5fd3451a35f9cf810e6288740b1905dabd518 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",
@@ -179,6 +178,9 @@ component("printing") {
"backend/cups_printer.h",
"backend/print_backend_cups_ipp.cc",
"backend/print_backend_cups_ipp.h",
+ "printed_document_chromeos.cc",
+ "printing_context_chromeos.cc",
+ "printing_context_chromeos.h",
]
} else {
sources += [
@@ -200,6 +202,7 @@ component("printing") {
]
} 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 | « no previous file | printing/metafile.h » ('j') | printing/metafile.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698