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

Unified Diff: printing/printing.gyp

Issue 6499024: Connect Skia PDF backend to printing subsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add zlib dep to gyp and remove MOZ_Z prefix per crrev.com/74975 Created 9 years, 8 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/pdf_metafile_skia.cc ('k') | skia/config/SkUserConfig.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 ae61a41acb0cc05ad866ecf2fc5b3b7db53cc896..87b94851a3b59a8d25592f1d56967bb247ad2ad2 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -51,6 +51,8 @@
'pdf_metafile_cairo_linux.h',
'pdf_metafile_cg_mac.cc',
'pdf_metafile_cg_mac.h',
+ 'pdf_metafile_skia.h',
+ 'pdf_metafile_skia.cc',
'printed_document_cairo.cc',
'printed_document.cc',
'printed_document.h',
@@ -107,6 +109,9 @@
'../build/linux/system.gyp:gtkprint',
],
}],
+ ['OS=="mac"',
+ {'sources/': [['exclude', 'pdf_metafile_skia\\.(cc|h)$']]}
+ ],
['OS=="win"', {
'defines': [
# PRINT_BACKEND_AVAILABLE disables the default dummy implementation
« no previous file with comments | « printing/pdf_metafile_skia.cc ('k') | skia/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698