Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index a84c83df13f4a63159f086c6491f1e146a05702e..ca9f3f8aad27d91b60ed141ed98a0480589a242c 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', |