| Index: gyp/pdf.gyp
|
| diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
|
| index 609742ebfe30e42282420dfab31613a138e27f01..fe574508a63286066c86ee49415c082817ed2ccd 100644
|
| --- a/gyp/pdf.gyp
|
| +++ b/gyp/pdf.gyp
|
| @@ -10,7 +10,6 @@
|
| 'product_name': 'skia_pdf',
|
| 'type': 'static_library',
|
| 'standalone_static_library': 1,
|
| - 'variables': { 'skia_pdf_use_sfntly%': 1, },
|
| 'dependencies': [
|
| 'skia_lib.gyp:skia_lib',
|
| 'skflate.gyp:skflate',
|
| @@ -27,9 +26,6 @@
|
| 'pdf.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
|
| ],
|
| 'conditions': [
|
| - [ 'skia_pdf_use_sfntly and not skia_android_framework',
|
| - { 'dependencies': [ 'sfntly.gyp:sfntly' ] }
|
| - ],
|
| [ 'skia_android_framework', {
|
| # Add SFTNLY support for PDF (which in turns depends on ICU)
|
| 'include_dirs': [
|
|
|