summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-02-24 15:07:41 -0800
committerTom Sepez <tsepez@chromium.org>2015-02-24 15:07:41 -0800
commitd8bc3d5ff28248bd9c1189cf1942134dea38d673 (patch)
treee13d56d7f2a1145f2d6f6297736e092415e32518 /BUILD.gn
parent52962673f04c1e585a695b6f3fc329bb77b3b6ab (diff)
downloadpdfium-d8bc3d5ff28248bd9c1189cf1942134dea38d673.tar.xz
Merge to XFA: Add small flate decode unit test.
Original Review URL: https://codereview.chromium.org/845313006 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/945793004
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 ff0ff97ad1..1e7f162bf3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1553,6 +1553,7 @@ static_library("xfa") {
test("pdfium_unittests") {
sources = [
+ "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp",
"core/src/fxcrt/fx_basic_bstring_unittest.cpp",
"core/src/fxcrt/fx_basic_wstring_unittest.cpp",
"testing/fx_string_testhelpers.cpp",