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 /BUILD.gn | |
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 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1643,6 +1643,7 @@ test("pdfium_unittests") { 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", ] } |