diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2015-11-02 13:34:21 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2015-11-02 13:34:21 -0500 |
commit | 15a05705c546c64014b082bcd1d110dad1b94b72 (patch) | |
tree | 37c548943f19e4de99cb31fb5bb32a5f9ad39df7 /BUILD.gn | |
parent | 3343d146f2d9cd2f9eaa3a40fed3a5b94f3f107e (diff) | |
download | pdfium-15a05705c546c64014b082bcd1d110dad1b94b72.tar.xz |
Merge to XFA: Add test for StringToCode and StringToWideString
This CL adds a test case for the StringToCode and
StringToWideString methods in fpdf_font.cpp. In order
to do so, it moves the methods to be private methods of CPDF_ToUnicodeMap and
make the tests friends of the class.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1428593005 .
(cherry picked from commit 52b0b525dca3d982a04b77fa6d0913aff1e5fd9c)
Review URL: https://codereview.chromium.org/1425233004 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1473,6 +1473,7 @@ static_library("xfa") { test("pdfium_unittests") { sources = [ + "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp", "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", "core/src/fxcrt/fx_basic_bstring_unittest.cpp", "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", |