diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2017-09-05 17:34:19 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-05 21:50:08 +0000 |
commit | a1e87070ac95bb9dba76d7e31ec9ddeb9bc75cd3 (patch) | |
tree | 8298282d73d029c1852861324949c8b6e3a5df73 /BUILD.gn | |
parent | 067b785037a5c1aecbb922722507901e06e86503 (diff) | |
download | pdfium-a1e87070ac95bb9dba76d7e31ec9ddeb9bc75cd3.tar.xz |
Add unit tests for Codabar barcode writer.chromium/3207
Bug: pdfium:882
Change-Id: Ieb06c4c060307bffa6e4fe20c7ced6be6518adca
Reviewed-on: https://pdfium-review.googlesource.com/13190
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1954,6 +1954,7 @@ test("pdfium_unittests") { "core/fxcrt/css/cfx_cssvaluelistparser_unittest.cpp", "core/fxcrt/xml/cfx_saxreader_unittest.cpp", "core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp", + "fxbarcode/oned/BC_OnedCodaBarWriter_unittest.cpp", "fxbarcode/oned/BC_OnedCode128Writer_unittest.cpp", "fxbarcode/oned/BC_OnedCode39Writer_unittest.cpp", "fxbarcode/oned/BC_OnedEAN13Writer_unittest.cpp", |