diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index a84c83df13..ca9f3f8aad 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -944,6 +944,11 @@ 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', ], }], + ['pdf_use_skia==1', { + 'sources': [ + 'core/fxge/skia/fx_skia_device_unittest.cpp', + ], + }], ['pdf_enable_v8==1', { 'include_dirs': [ '<(DEPTH)/v8', |