summaryrefslogtreecommitdiff
path: root/BUILD.gn
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 /BUILD.gn
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 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index fcba1f11ec..1ab969a927 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1512,6 +1512,7 @@ test("pdfium_embeddertests") {
"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",
]
deps = [
"//testing/gmock",