summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorJun Fang <jun_fang@foxitsoftware.com>2015-10-28 18:36:28 +0800
committerJun Fang <jun_fang@foxitsoftware.com>2015-10-28 18:36:28 +0800
commitbf18cb6220aa19a64d2705640aad29d3f86ed04a (patch)
tree0f4854bd1ba7675fac2fd3deec353c5b84d78809 /pdfium.gyp
parentd43ebdd78a854ebdaa7de301321ef8e698541bd6 (diff)
downloadpdfium-bf18cb6220aa19a64d2705640aad29d3f86ed04a.tar.xz
A crasher due to lacking 'template' node in XFA file
A template node is mandatory in XFA file. Pdfium should ignore processing it when no template node is found in XFA file. BUG=pdfium:216 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1423903002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 3d35cab991..991dac4a52 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -807,6 +807,7 @@
'testing/embedder_test.h',
'testing/embedder_test_mock_delegate.h',
'testing/embedder_test_timer_handling_delegate.h',
+ 'xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp',
],
'conditions': [
['pdf_enable_v8==1', {