diff options
author | Wei Li <weili@chromium.org> | 2016-03-15 13:55:12 -0700 |
---|---|---|
committer | Wei Li <weili@chromium.org> | 2016-03-15 13:55:12 -0700 |
commit | 614d20a64195e64c047432251e3fb3e7b5142425 (patch) | |
tree | 6e23743b19bb501defd07146c3164168a5520908 /pdfium.gyp | |
parent | 744da70149c450d2f387a1fa325a3074ac2edb0c (diff) | |
download | pdfium-614d20a64195e64c047432251e3fb3e7b5142425.tar.xz |
Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1797423002 .
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', + ], + }], ], }, { |