diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2015-11-02 16:15:25 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2015-11-02 16:15:25 -0500 |
commit | afca65ac019d2ad4cb8ac8f585809cc1a519ac2b (patch) | |
tree | 208ef74541633ea9e00fc6656195acc8b66a17e4 /pdfium.gyp | |
parent | e948a4ee08b78e27da37bc12244fa1b66d927dc7 (diff) | |
download | pdfium-afca65ac019d2ad4cb8ac8f585809cc1a519ac2b.tar.xz |
Add tests for CMap_GetCode and CMap_GetCodeRange.
This CL adds tests for the CMap_GetCode and CMap_GetCodeRange methods. To do
so, it moves the methods to be static private members of CPDF_CMapParser and
makes the test class a friend.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1414013005 .
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 4cab182ac2..7c8c02e4da 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -714,6 +714,7 @@ '<(DEPTH)' ], 'sources': [ + 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |