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 /pdfium.gyp | |
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 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 9476241326..c9220c5963 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -905,6 +905,7 @@ 'testing/fx_string_testhelpers.h', 'testing/fx_string_testhelpers.cpp', 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', + 'xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder_unittest.cpp', ], }, ], |