summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2017-09-05 17:34:19 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-05 21:50:08 +0000
commita1e87070ac95bb9dba76d7e31ec9ddeb9bc75cd3 (patch)
tree8298282d73d029c1852861324949c8b6e3a5df73 /BUILD.gn
parent067b785037a5c1aecbb922722507901e06e86503 (diff)
downloadpdfium-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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f2fe2e1994..ec37644f0f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",