diff options
author | Lei Zhang <thestig@chromium.org> | 2017-04-24 16:22:54 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-24 23:48:50 +0000 |
commit | 3684a151e76991bc67dd397cba66b0620cc38bae (patch) | |
tree | 812e4708fabf622b475233e4112bc443f768670e /BUILD.gn | |
parent | 9ff306d958e178843b292044ce208cda86adc825 (diff) | |
download | pdfium-3684a151e76991bc67dd397cba66b0620cc38bae.tar.xz |
Add tests for BC_OnedCode128Writer encoding functions.
Make encoding functions return pattern indices instead of pattern
pointers for easier testing. Also remove some dead code.
Change-Id: Ib80d84b2e6828bbc8920b931d77bbcd82427f01a
Reviewed-on: https://pdfium-review.googlesource.com/4474
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1892,6 +1892,7 @@ test("pdfium_unittests") { sources += [ "core/fxcrt/xml/cfx_saxreader_unittest.cpp", "core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp", + "fxbarcode/oned/BC_OnedCode128Writer_unittest.cpp", "fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", "xfa/fde/cfde_txtedtbuf_unittest.cpp", "xfa/fde/css/cfde_cssdeclaration_unittest.cpp", |