summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2017-01-09 13:43:07 -0800
committerCommit bot <commit-bot@chromium.org>2017-01-09 13:43:07 -0800
commit5e9066cbfa252b84d49f8b4adba445ba7761e81f (patch)
tree0c9a396c4740a8e1398e8caef28b1a44372e6fed /BUILD.gn
parentf04b7f1c438bf9f9e41a1925c6bcaa378c082ee1 (diff)
downloadpdfium-chromium/2977.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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 53236f50f2..73d0494cf6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",