| Index: gyp/pdf.gyp
 | 
| diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
 | 
| index 5e26de0334d172bddaf806040a99b690e05dcfa3..aa8d6bfa79201a5e450341809001c17d0e4da3df 100644
 | 
| --- a/gyp/pdf.gyp
 | 
| +++ b/gyp/pdf.gyp
 | 
| @@ -18,7 +18,6 @@
 | 
|        'standalone_static_library': 1,
 | 
|        'variables': {
 | 
|          'skia_pdf_use_sfntly%': 1,
 | 
| -        'skia_pdf_less_compression%': 0,  # enable for debugging only
 | 
|        },
 | 
|        'dependencies': [
 | 
|          'skia_lib.gyp:skia_lib',
 | 
| @@ -41,9 +40,6 @@
 | 
|             skia_os in ["win", "android", "linux", "mac"]',
 | 
|            { 'dependencies': [ 'sfntly.gyp:sfntly' ] }
 | 
|          ],
 | 
| -        [ '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': [
 | 
| 
 |