summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2018-04-16 17:50:07 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-16 17:50:07 +0000
commitcce4d31e6e746bae72f2f31676c12f1d2851ade3 (patch)
treec8fd72f0229926e1da2aa972e4514972b5bd6f62 /BUILD.gn
parentd08667c174fa302d7dd05ab0b33d61b91fcda63c (diff)
downloadpdfium-cce4d31e6e746bae72f2f31676c12f1d2851ade3.tar.xz
Add CXFA_XMLLocale unittests
This CL adds unittests for the CXFA_XMLLocale class. Change-Id: I1a610754933e5f33e87cb4c13b9bf540e366e6ed Reviewed-on: https://pdfium-review.googlesource.com/30692 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@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 af422074f9..f1a8e258ca 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2937,6 +2937,7 @@ test("pdfium_unittests") {
"xfa/fxfa/fm2js/cxfa_fmsimpleexpression_unittest.cpp",
"xfa/fxfa/parser/cxfa_node_unittest.cpp",
"xfa/fxfa/parser/cxfa_nodeiteratortemplate_unittest.cpp",
+ "xfa/fxfa/parser/cxfa_xmllocale_unittest.cpp",
"xfa/fxfa/parser/xfa_utils_unittest.cpp",
]
}