aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pdf.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/pdf.gyp')
-rw-r--r--gyp/pdf.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 76b23bb3a7..e14990946c 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -14,7 +14,6 @@
'pdf.gypi',
],
'include_dirs': [
- '../include/pdf',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
'../src/pdf',
'../src/utils', # needed to get SkBitSet.h
@@ -36,15 +35,10 @@
}
],
],
- # This section makes all targets that depend on this target
- # #define SK_SUPPORT_PDF and have access to the pdf header files.
'direct_dependent_settings': {
'defines': [
'SK_SUPPORT_PDF',
],
- 'include_dirs': [
- '../include/pdf',
- ],
},
},
],