From c7600f99490f83e544e37feb77d3b9e8428b0f68 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 19 May 2016 14:12:30 -0700 Subject: 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 --- pdfium.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'pdfium.gyp') 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', ], }], -- cgit v1.2.3