summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp11
1 files changed, 10 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 17384309cb..6fe4adf1f9 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -258,7 +258,7 @@
'core/fpdfdoc/include/cpvt_wordplace.h',
'core/fpdfdoc/include/cpvt_wordprops.h',
'core/fpdfdoc/include/cpvt_wordrange.h',
- 'core/fpdfdoc/ipvt_fontmap.h',
+ 'core/fpdfdoc/include/ipvt_fontmap.h',
'core/fpdfdoc/pdf_vt.h',
'core/fpdfdoc/tagged_int.h',
],
@@ -955,6 +955,15 @@
'fpdfsdk/javascript/public_methods_unittest.cpp',
],
}],
+ ['pdf_use_skia==1', {
+ 'defines': ['PDF_ENABLE_SKIA'],
+ 'dependencies': [
+ '<(DEPTH)/skia/skia.gyp:skia',
+ ],
+ 'sources': [
+ 'core/fxge/skia/fx_skia_device_unittest.cpp',
+ ],
+ }],
],
},
{