summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2015-11-02 15:58:55 -0500
committerDan Sinclair <dsinclair@chromium.org>2015-11-02 15:58:55 -0500
commite948a4ee08b78e27da37bc12244fa1b66d927dc7 (patch)
tree9d66e81e97358328bb16effbec800eca04027af7 /BUILD.gn
parente65be3a55628294d0f45da456d856b4539f0cb15 (diff)
downloadpdfium-e948a4ee08b78e27da37bc12244fa1b66d927dc7.tar.xz
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. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1410873009 .
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 9424ddf870..0dc91480a3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -715,6 +715,7 @@ static_library("formfiller") {
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",