From f02c8bf51c992057376e0acdd262c18540bd8e13 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Sat, 1 Apr 2017 01:35:01 -0700 Subject: Add a pdfium_all target. This can be used to build only the PDFium targets, and skip targets from projects PDFium depends on, like V8, when one builds "all" targets. Change-Id: I25b8cd8ac946f6a28adb109d7b175b8a69f9f3d7 Reviewed-on: https://pdfium-review.googlesource.com/3562 Reviewed-by: dsinclair Commit-Queue: dsinclair --- BUILD.gn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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", + ] + } +} -- cgit v1.2.3