| 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': [
|
|
|