From bf18cb6220aa19a64d2705640aad29d3f86ed04a Mon Sep 17 00:00:00 2001 From: Jun Fang Date: Wed, 28 Oct 2015 18:36:28 +0800 Subject: 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 . --- pdfium.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'pdfium.gyp') 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', { -- cgit v1.2.3