Index: gyp/pdf.gypi |
diff --git a/gyp/pdf.gypi b/gyp/pdf.gypi |
index 31151108ef21c585b5e94f45d1233ee44b8e5fb6..e4cb958e1c295fb24b898d70ecfa7de5edfb8dd4 100644 |
--- a/gyp/pdf.gypi |
+++ b/gyp/pdf.gypi |
@@ -7,16 +7,17 @@ |
# |
{ |
'sources': [ |
+ '<(skia_include_path)/pdf/SkPDFDevice.h', |
+ '<(skia_include_path)/pdf/SkPDFDocument.h', |
+ |
'<(skia_src_path)/doc/SkDocument_PDF.cpp', |
'<(skia_src_path)/pdf/SkPDFCatalog.cpp', |
'<(skia_src_path)/pdf/SkPDFCatalog.h', |
'<(skia_src_path)/pdf/SkPDFDevice.cpp', |
- '<(skia_src_path)/pdf/SkPDFDevice.h', |
'<(skia_src_path)/pdf/SkPDFDeviceFlattener.cpp', |
'<(skia_src_path)/pdf/SkPDFDeviceFlattener.h', |
'<(skia_src_path)/pdf/SkPDFDocument.cpp', |
- '<(skia_src_path)/pdf/SkPDFDocument.h', |
'<(skia_src_path)/pdf/SkPDFFont.cpp', |
'<(skia_src_path)/pdf/SkPDFFont.h', |
'<(skia_src_path)/pdf/SkPDFFontImpl.h', |