summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/page/BUILD.gn')
-rw-r--r--core/fpdfapi/page/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/fpdfapi/page/BUILD.gn b/core/fpdfapi/page/BUILD.gn
index 9c57fce67a..7855dc12e9 100644
--- a/core/fpdfapi/page/BUILD.gn
+++ b/core/fpdfapi/page/BUILD.gn
@@ -126,3 +126,12 @@ pdfium_unittest_source_set("unittests") {
]
pdfium_root_dir = "../../../"
}
+
+pdfium_embeddertest_source_set("embeddertests") {
+ sources = [
+ "cpdf_docpagedata_embeddertest.cpp",
+ "cpdf_function_embeddertest.cpp",
+ "cpdf_stitchfunc_embeddertest.cpp",
+ ]
+ pdfium_root_dir = "../../../"
+}