From 470b5fa8f8dbfd2aa702d9d8cfdc03a7b486b374 Mon Sep 17 00:00:00 2001 From: thestig Date: Mon, 7 Nov 2016 06:24:48 -0800 Subject: Compile fuzzer sources in standalone builds. - Add a template for fuzzers to remove redundancy. - Sort fuzzers in alphabetical order. Review-Url: https://codereview.chromium.org/2480043002 --- BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index a54f6e4018..48b85c16b8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1759,4 +1759,10 @@ if (pdf_is_standalone) { "//samples", ] } + group("fuzzers") { + testonly = true + deps = [ + "//testing/libfuzzer", + ] + } } -- cgit v1.2.3