diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index f440b9e018..cdbf184970 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -853,6 +853,15 @@ 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', ], }], + ['pdf_enable_v8==1', { + 'include_dirs': [ + '<(DEPTH)/v8', + '<(DEPTH)/v8/include', + ], + 'sources': [ + 'fpdfsdk/javascript/public_methods_unittest.cpp', + ], + }], ], }, { |