summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2015-11-02 16:12:41 -0500
committerDan Sinclair <dsinclair@chromium.org>2015-11-02 16:12:41 -0500
commit4d6f03a5aa4053640066e829a7450c3177cb2770 (patch)
treed281161eb7198c15e25adc67b58814307fea9aa2 /BUILD.gn
parentdebf3ad2dbe4aa6448cd2c3049e668ba32ceeb00 (diff)
downloadpdfium-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 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 199d115d9e..2168a8246c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1474,6 +1474,7 @@ static_library("xfa") {
test("pdfium_unittests") {
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",