summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 77bdeb5e77..9b879f5b1b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1878,12 +1878,14 @@ test("pdfium_unittests") {
deps = [
":pdfium",
":test_support",
+ "//testing/gmock",
"//testing/gtest",
"//testing/gtest:gtest_main",
]
include_dirs = []
if (pdf_enable_xfa) {
sources += [
+ "core/fxcrt/xml/cfx_saxreader_unittest.cpp",
"fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
"xfa/fde/cfde_txtedtbuf_unittest.cpp",
"xfa/fde/css/cfde_cssdeclaration_unittest.cpp",