summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-02-07 11:47:24 -0500
committerChromium commit bot <commit-bot@chromium.org>2017-02-08 14:07:04 +0000
commit36c18c872addaa2d5cc36d1b218f8d2dc22a38be (patch)
tree6eaeb93a8566b8efca547600cb20d4b6253b7949 /BUILD.gn
parent071d78690a4e2becffaeeb32fe210ee58ab3e532 (diff)
downloadpdfium-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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index cd3fa3f5a5..adc5473823 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",