diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-02-24 15:07:41 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-02-24 15:07:41 -0800 |
commit | d8bc3d5ff28248bd9c1189cf1942134dea38d673 (patch) | |
tree | e13d56d7f2a1145f2d6f6297736e092415e32518 /BUILD.gn | |
parent | 52962673f04c1e585a695b6f3fc329bb77b3b6ab (diff) | |
download | pdfium-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.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |