diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-19 14:12:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 14:12:30 -0700 |
commit | c7600f99490f83e544e37feb77d3b9e8428b0f68 (patch) | |
tree | f6686e79a31ddc575ecc3ccd3475122670ff0ca4 /pdfium.gyp | |
parent | f8d8ac4fca2774550f3fbd3a21bbc1e326028c18 (diff) | |
download | pdfium-c7600f99490f83e544e37feb77d3b9e8428b0f68.tar.xz |
Remove CFX_DSPATemplate usage in CXFA_TextParser
This CL changes the check to use std::binary_search instead of the custom
lookup method. The tag validation has been split out to a separate method
with unit tests added.
Review-Url: https://codereview.chromium.org/1996623002
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 54d4058eec..fa0ab01cd6 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -947,6 +947,7 @@ 'sources': [ 'xfa/fde/xml/fde_xml_imp_unittest.cpp', 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', + 'xfa/fxfa/app/xfa_textlayout_unittest.cpp', 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', ], }], |