summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/pwl/BUILD.gn')
-rw-r--r--fpdfsdk/pwl/BUILD.gn14
1 files changed, 14 insertions, 0 deletions
diff --git a/fpdfsdk/pwl/BUILD.gn b/fpdfsdk/pwl/BUILD.gn
index c600647452..39c3410bdb 100644
--- a/fpdfsdk/pwl/BUILD.gn
+++ b/fpdfsdk/pwl/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/jumbo.gni")
import("../../pdfium.gni")
+import("../../testing/test.gni")
jumbo_source_set("pwl") {
sources = [
@@ -54,3 +55,16 @@ jumbo_source_set("pwl") {
]
visibility = [ "../../*" ]
}
+
+pdfium_embeddertest_source_set("embeddertests") {
+ sources = [
+ "cpwl_combo_box_embeddertest.cpp",
+ "cpwl_edit_embeddertest.cpp",
+ ]
+ deps = [
+ ":pwl",
+ "../:fpdfsdk",
+ "../formfiller",
+ ]
+ pdfium_root_dir = "../../"
+}