diff options
author | dsinclair <dsinclair@chromium.org> | 2017-01-09 13:43:07 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-09 13:43:07 -0800 |
commit | 5e9066cbfa252b84d49f8b4adba445ba7761e81f (patch) | |
tree | 0c9a396c4740a8e1398e8caef28b1a44372e6fed /BUILD.gn | |
parent | f04b7f1c438bf9f9e41a1925c6bcaa378c082ee1 (diff) | |
download | pdfium-5e9066cbfa252b84d49f8b4adba445ba7761e81f.tar.xz |
Add CFDE_TxtEdtBuf testschromium/2977
This CL adds a set of unit tests for the text edit buffer. It fixes up a few
bugs found adding the tests and removes the unused ::Optimize method.
Review-Url: https://codereview.chromium.org/2614383003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1728,6 +1728,7 @@ test("pdfium_unittests") { include_dirs = [] if (pdf_enable_xfa) { sources += [ + "xfa/fde/cfde_txtedtbuf_unittest.cpp", "xfa/fde/css/fde_cssdatatable_unittest.cpp", "xfa/fde/xml/fde_xml_imp_unittest.cpp", "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", |