Index: gyp/pdf.gypi |
diff --git a/gyp/pdf.gypi b/gyp/pdf.gypi |
index a819e38164665cbdbd63152b821b282bec9353c9..c1b84ada37fc264434014de9d6789f2e23d84e5b 100644 |
--- a/gyp/pdf.gypi |
+++ b/gyp/pdf.gypi |
@@ -12,6 +12,8 @@ |
'<(skia_src_path)/doc/SkDocument_PDF.cpp', |
+ '<(skia_src_path)/pdf/SkPDFBitmap.cpp', |
+ '<(skia_src_path)/pdf/SkPDFBitmap.h', |
'<(skia_src_path)/pdf/SkPDFCanon.cpp', |
'<(skia_src_path)/pdf/SkPDFCanon.h', |
'<(skia_src_path)/pdf/SkPDFCatalog.cpp', |
@@ -42,5 +44,7 @@ |
'<(skia_src_path)/pdf/SkPDFUtils.cpp', |
'<(skia_src_path)/pdf/SkPDFUtils.h', |
'<(skia_src_path)/pdf/SkTSet.h', |
+ '<(skia_src_path)/pdf/SkDeflateWStream.cpp', |
+ '<(skia_src_path)/pdf/SkDeflateWStream.h', |
], |
} |