diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-09 16:25:08 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-09 16:25:08 -0800 |
commit | 5f21e9ddd181fc344f8d6070351858f98a25547e (patch) | |
tree | 75366acbf4b045b3002c791b281421d599e219a9 /BUILD.gn | |
parent | 541726611d9e66f7bc790e6477c0507db0a07d9e (diff) | |
download | pdfium-5f21e9ddd181fc344f8d6070351858f98a25547e.tar.xz |
Unit test for 417HighLevelEncoder
R=bo_xu@foxitsoftware.com
Review URL: https://codereview.chromium.org/840903002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1546,6 +1546,7 @@ test("pdfium_unittests") { "core/src/fxcrt/fx_basic_bstring_unittest.cpp", "testing/fx_string_testhelpers.cpp", "testing/fx_string_testhelpers.h", + "xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder_unittest.cpp", ] deps = [ "//testing/gtest", |