diff options
author | tsepez <tsepez@chromium.org> | 2016-11-21 12:08:22 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-21 12:08:22 -0800 |
commit | f5cabbfc3085a7a7a3451452c1a7ebe1f19c1223 (patch) | |
tree | 8c8c9ce87d6bed6cb209bc136845830148b69809 /BUILD.gn | |
parent | 43170f498b8c619620c4141b2d67ef6ab9a518ca (diff) | |
download | pdfium-f5cabbfc3085a7a7a3451452c1a7ebe1f19c1223.tar.xz |
Add unit test for fdrm's MD5
Review-Url: https://codereview.chromium.org/2517153003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1704,6 +1704,7 @@ if (pdf_enable_xfa) { test("pdfium_unittests") { sources = [ + "core/fdrm/crypto/fx_crypt_unittest.cpp", "core/fpdfapi/font/fpdf_font_cid_unittest.cpp", "core/fpdfapi/font/fpdf_font_unittest.cpp", "core/fpdfapi/page/cpdf_streamcontentparser_unittest.cpp", |