aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-04-27 07:45:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-27 07:45:18 -0700
commit4b6566644f704cf9e30c71fa547c9b5915752792 (patch)
treef670fd01006423b2282ce74a80921aea121a77cf /gyp
parentd1556071715d28217b7c64774335fcce2cbf46c6 (diff)
SkDocument/PDF: new API
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_variables.gypi1
-rw-r--r--gyp/pdf.gyp1
2 files changed, 0 insertions, 2 deletions
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 26dadeb168..bee559075a 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -230,7 +230,6 @@
'skia_win_ltcg%': '<(skia_is_bot)',
'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
'skia_pdf%': '<(skia_pdf)',
- 'skia_pdf_generate_pdfa%': 0, # emit larger PDF/A-2b file
'skia_profile_enabled%': '<(skia_profile_enabled)',
'skia_shared_lib%': '<(skia_shared_lib)',
'skia_force_distance_field_text%': '<(skia_force_distance_field_text)',
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 4a7ba6ddce..a640833db4 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -42,7 +42,6 @@
skia_os in ["win", "android", "linux", "chromeos", "mac"]',
{ 'dependencies': [ 'sfntly.gyp:sfntly' ] }
],
- [ 'skia_pdf_generate_pdfa', { 'defines': ['SK_PDF_GENERATE_PDFA'] } ],
[ 'skia_pdf_less_compression',
{'defines': ['SK_PDF_LESS_COMPRESSION'] }
],