summaryrefslogtreecommitdiff
path: root/xfa/fwl/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/BUILD.gn')
-rw-r--r--xfa/fwl/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/xfa/fwl/BUILD.gn b/xfa/fwl/BUILD.gn
index f6ca14111c..55586eafc1 100644
--- a/xfa/fwl/BUILD.gn
+++ b/xfa/fwl/BUILD.gn
@@ -147,3 +147,10 @@ pdfium_unittest_source_set("unittests") {
]
pdfium_root_dir = "../../"
}
+
+pdfium_embeddertest_source_set("embeddertests") {
+ sources = [
+ "cfwl_edit_embeddertest.cpp",
+ ]
+ pdfium_root_dir = "../../"
+}