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 /pdfium.gyp | |
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 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 7 |
1 files changed, 4 insertions, 3 deletions
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', ], }, |