From d8bc3d5ff28248bd9c1189cf1942134dea38d673 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 24 Feb 2015 15:07:41 -0800 Subject: 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 --- pdfium.gyp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index d9c8ac255a..664f12540b 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -7,7 +7,7 @@ }, { # On Android there's no system FreeType. On Windows and Mac, only a # few methods are used from it. 'bundle_freetype%': 1, - }], + }], ], }, 'target_defaults': { @@ -920,10 +920,11 @@ '<(DEPTH)' ], 'sources': [ - 'testing/fx_string_testhelpers.h', - 'testing/fx_string_testhelpers.cpp', + '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.h', + 'testing/fx_string_testhelpers.cpp', 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', ], }, -- cgit v1.2.3