diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-02-07 11:47:24 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-02-08 14:07:04 +0000 |
commit | 36c18c872addaa2d5cc36d1b218f8d2dc22a38be (patch) | |
tree | 6eaeb93a8566b8efca547600cb20d4b6253b7949 /BUILD.gn | |
parent | 071d78690a4e2becffaeeb32fe210ee58ab3e532 (diff) | |
download | pdfium-36c18c872addaa2d5cc36d1b218f8d2dc22a38be.tar.xz |
Add CFDE_CSSValueListParser tests
This Cl adds some unit tests for the CFDE_CSSValueListParser prior to
refactoring.
Change-Id: I2b32775ea1e70b721f5902cd3d88d68a01166d5e
Reviewed-on: https://pdfium-review.googlesource.com/2535
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1782,6 +1782,7 @@ test("pdfium_unittests") { "xfa/fde/cfde_txtedtbuf_unittest.cpp", "xfa/fde/css/cfde_cssdeclaration_unittest.cpp", "xfa/fde/css/cfde_cssstylesheet_unittest.cpp", + "xfa/fde/css/cfde_cssvaluelistparser_unittest.cpp", "xfa/fde/xml/fde_xml_imp_unittest.cpp", "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", "xfa/fxfa/app/cxfa_textparser_unittest.cpp", |