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

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: 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
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index a7a35c9034f1bd18f2c15e9c38dec8a6d00d096c..94bedaf42a19fa2b6bf6aea3778069cdefb94b27 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -205,6 +205,7 @@
],
'sources': [
'backend/print_backend_chromeos.cc',
+ 'printed_document_chromeos.cc',
Lei Zhang 2016/07/20 01:26:56 Should the changes here match printing/BUILD.gn? I
skau 2016/07/22 23:36:14 I'm counting the days...
],
}],
['OS=="linux" and chromeos==0', {

Powered by Google App Engine
This is Rietveld 408576698