aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pdf.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/pdf.gyp')
-rw-r--r--gyp/pdf.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 7b3b9ea0d2..081df01afd 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -12,6 +12,7 @@
'include_dirs': [
'../include/config',
'../include/core',
+ '../include/images',
'../include/pdf',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
'../src/utils', # needed to get SkBitSet.h
@@ -43,6 +44,7 @@
'../src/pdf/SkPDFTypes.h',
'../src/pdf/SkPDFUtils.cpp',
'../src/pdf/SkPDFUtils.h',
+ '../src/pdf/SkTSet.h',
],
# This section makes all targets that depend on this target
# #define SK_SUPPORT_PDF and have access to the pdf header files.