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

Unified Diff: printing/printing.gyp

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 | « printing/printed_document_linux.cc ('k') | printing/printing_context_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 80b83c5c5c5f9747dfb42dc4ab84f8f83abd6e86..c77febb8625841467b30e99b748e5aaa908d21ba 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -129,6 +129,7 @@
}],
['chromeos==1',{
'sources': [
+ 'printed_document_chromeos.cc',
'printing_context_no_system_dialog.cc',
'printing_context_no_system_dialog.h',
],
@@ -179,6 +180,8 @@
'backend/cups_printer.h',
'backend/print_backend_cups_ipp.cc',
'backend/print_backend_cups_ipp.h',
+ 'printing_context_chromeos.cc',
+ 'printing_context_chromeos.h',
],
}, { # chromeos==0
'sources': [
@@ -202,6 +205,7 @@
],
'sources': [
'backend/print_backend_chromeos.cc',
+ 'printed_document_chromeos.cc',
],
}],
['OS=="linux" and chromeos==0', {
« no previous file with comments | « printing/printed_document_linux.cc ('k') | printing/printing_context_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698