summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn14
1 files changed, 14 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 542ae1bf71..87770fcc23 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1981,3 +1981,17 @@ if (pdf_is_standalone) {
]
}
}
+
+group("pdfium_all") {
+ testonly = true
+ deps = [
+ ":pdfium_embeddertests",
+ ":pdfium_unittests",
+ ]
+ if (pdf_is_standalone) {
+ deps += [
+ ":fuzzers",
+ ":samples",
+ ]
+ }
+}