summaryrefslogtreecommitdiff
path: root/core/fpdfapi/edit/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/edit/BUILD.gn')
-rw-r--r--core/fpdfapi/edit/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/fpdfapi/edit/BUILD.gn b/core/fpdfapi/edit/BUILD.gn
index 6c88522590..ff127a9a7e 100644
--- a/core/fpdfapi/edit/BUILD.gn
+++ b/core/fpdfapi/edit/BUILD.gn
@@ -46,3 +46,10 @@ pdfium_unittest_source_set("unittests") {
]
pdfium_root_dir = "../../../"
}
+
+pdfium_embeddertest_source_set("embeddertests") {
+ sources = [
+ "cpdf_creator_embeddertest.cpp",
+ ]
+ pdfium_root_dir = "../../../"
+}