aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pdf.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/pdf.gyp')
-rw-r--r--gyp/pdf.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 4a7ba6ddce..1e5767df68 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -22,12 +22,17 @@
'skia_pdf_less_compression%': 0, # enable for debugging only
},
'dependencies': [
+ 'utils.gyp:utils',
'skia_lib.gyp:skia_lib',
'zlib.gyp:zlib',
],
'includes': [
'pdf.gypi',
],
+ 'sources!': [
+ '<(skia_src_path)/utils/SkMD5.cpp',
+ '<(skia_src_path)/utils/SkMD5.h',
+ ],
'include_dirs': [
'../include/private',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h