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

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: Skip compiling the chromeos context if we don't compile against cups 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 46533e4ec9daa5adcc318447b0a1d72ae3faee1e..026da23f5bcdb87cd3d8237e361ba45ee148e45a 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 | « no previous file | printing/metafile.h » ('j') | printing/metafile.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698