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

Unified Diff: gyp/pdf.gyp

Issue 1840103002: SkPDF: skia_pdf_less_compression - for debugging only (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-03-29 (Tuesday) 12:43:26 EDT Created 4 years, 9 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 | src/pdf/SkPDFStream.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdf.gyp
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 259218338df383975678e6700026e41482c30d5d..4a7ba6ddce9f0d81f48ae58deb0beb436f0a607b 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -17,7 +17,10 @@
'product_name': 'skia_pdf',
'type': 'static_library',
'standalone_static_library': 1,
- 'variables': { 'skia_pdf_use_sfntly%': 1, },
+ 'variables': {
+ 'skia_pdf_use_sfntly%': 1,
+ 'skia_pdf_less_compression%': 0, # enable for debugging only
+ },
'dependencies': [
'skia_lib.gyp:skia_lib',
'zlib.gyp:zlib',
@@ -40,6 +43,9 @@
{ 'dependencies': [ 'sfntly.gyp:sfntly' ] }
],
[ 'skia_pdf_generate_pdfa', { 'defines': ['SK_PDF_GENERATE_PDFA'] } ],
+ [ 'skia_pdf_less_compression',
+ {'defines': ['SK_PDF_LESS_COMPRESSION'] }
+ ],
[ 'skia_android_framework', {
# Add SFTNLY support for PDF (which in turns depends on ICU)
'include_dirs': [
« no previous file with comments | « no previous file | src/pdf/SkPDFStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698