diff options
author | JUN FANG <jun_fang@foxitsoftware.com> | 2015-04-03 11:35:50 -0700 |
---|---|---|
committer | JUN FANG <jun_fang@foxitsoftware.com> | 2015-04-03 14:58:34 -0700 |
commit | fbc7449fa39b5ad3424a80bda0e8563db546a58b (patch) | |
tree | 06b5b87562f66a717bfd395bca6e2213405126ed /pdfium.gyp | |
parent | 2711c8a8743e74b372ec8c709f79e1f242d1cafe (diff) | |
download | pdfium-fbc7449fa39b5ad3424a80bda0e8563db546a58b.tar.xz |
Merge to XFA: Add embedder test comparing with the last patch.
When there is a wrong keyword like '??ze' in the dictionary
of the trailer, PDFium can't recognize it and aborts further
parsing. After this change, PDFium continues even it can't
get the right size at this moment. It will rebuild the cross
reference table later since the size of the table is missing.
BUG=459580
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1055323003
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 78b334df90..23bae8d595 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -944,6 +944,7 @@ '<(DEPTH)/v8/include', ], 'sources': [ + 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |