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

Unified Diff: printing/printing.gyp

Issue 7038028: Initial support for cloudprint in print preview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bad merge Created 9 years, 7 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 a7c7dcbf957fae30c7cac91941d41e5804361395..de5c97b8d4b3fb0731149504d9139bc775b315a7 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -146,6 +146,16 @@
'backend/print_backend_cups.cc',
],
}],
+ ['OS=="linux" and chromeos==1', {
+ 'defines': [
+ # PRINT_BACKEND_AVAILABLE disables the default dummy implementation
+ # of the print backend and enables a custom implementation instead.
+ 'PRINT_BACKEND_AVAILABLE',
+ ],
+ 'sources': [
+ 'backend/print_backend_chromeos.cc',
+ ],
+ }],
],
},
{
« printing/backend/print_backend_chromeos.cc ('K') | « printing/print_job_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698