diff options
author | thestig <thestig@chromium.org> | 2016-08-25 09:13:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-25 09:13:52 -0700 |
commit | 695aac5f1f53088659f9b525a692002044e3b098 (patch) | |
tree | 15d0de637e17c14f58d8ad61ec3fda765afadf3c /BUILD.gn | |
parent | 43cbe9ea0ff1d0d8b0a7a5c84e5a96f83aec78c1 (diff) | |
download | pdfium-695aac5f1f53088659f9b525a692002044e3b098.tar.xz |
Fix infinite loops in FPDF_GetFullName().
BUG=444446
Review-Url: https://codereview.chromium.org/2271373003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1595,6 +1595,7 @@ test("pdfium_unittests") { "core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp", "core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", "core/fpdfdoc/cpdf_filespec_unittest.cpp", + "core/fpdfdoc/cpdf_formfield_unittest.cpp", "core/fpdftext/fpdf_text_int_unittest.cpp", "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", |