diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2015-11-02 16:12:41 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2015-11-02 16:12:41 -0500 |
commit | 4d6f03a5aa4053640066e829a7450c3177cb2770 (patch) | |
tree | d281161eb7198c15e25adc67b58814307fea9aa2 /pdfium.gyp | |
parent | debf3ad2dbe4aa6448cd2c3049e668ba32ceeb00 (diff) | |
download | pdfium-4d6f03a5aa4053640066e829a7450c3177cb2770.tar.xz |
Merge to XFA: Add a test for the HexDecode method.
I moved the declaration to be public, instead of having it implicit in one
file and defined in a seperate cpp file.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1410873009 .
(cherry picked from commit e948a4ee08b78e27da37bc12244fa1b66d927dc7)
Review URL: https://codereview.chromium.org/1432513002 .
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 44a7611740..0ca90687d1 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -749,6 +749,7 @@ ], 'sources': [ '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', 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |