summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-04-24 16:22:54 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-04-24 23:48:50 +0000
commit3684a151e76991bc67dd397cba66b0620cc38bae (patch)
tree812e4708fabf622b475233e4112bc443f768670e /BUILD.gn
parent9ff306d958e178843b292044ce208cda86adc825 (diff)
downloadpdfium-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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3e5eafbe1a..ba36cfbc74 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",