diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2015-11-02 16:35:28 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2015-11-02 16:35:28 -0500 |
commit | c89c6195373b63e99b9cd432c5a181bfb3ad8dbe (patch) | |
tree | f103208a02061659416f4e905fb5ead96b3a84a9 /pdfium.gyp | |
parent | 99818557c8ed64d00fcc23a1e87e1ebf41ed5e85 (diff) | |
download | pdfium-c89c6195373b63e99b9cd432c5a181bfb3ad8dbe.tar.xz |
Add test for CPDF_StreamParser::ReadHexString.chromium/2555chromium/2554chromium/2553
This CL adds a unit test for the ReadHexString method.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1408213008 .
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 7c8c02e4da..8687e76cac 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -716,6 +716,7 @@ 'sources': [ 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', + 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |