summaryrefslogtreecommitdiff
path: root/xfa/fde/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fde/BUILD.gn')
-rw-r--r--xfa/fde/BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/xfa/fde/BUILD.gn b/xfa/fde/BUILD.gn
index 3c600ec506..ff728a7000 100644
--- a/xfa/fde/BUILD.gn
+++ b/xfa/fde/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/jumbo.gni")
import("../../pdfium.gni")
+import("../../testing/test.gni")
assert(pdf_enable_xfa)
@@ -27,3 +28,14 @@ jumbo_source_set("fde") {
]
visibility = [ "../../*" ]
}
+
+pdfium_unittest_source_set("unittests") {
+ sources = [
+ "cfde_texteditengine_unittest.cpp",
+ ]
+ deps = [
+ ":fde",
+ "../fgas",
+ ]
+ pdfium_root_dir = "../../"
+}