From e67d21825c9fd4b805b9bea211e09225f3c2a85d Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Tue, 16 Feb 2016 11:42:07 -0800 Subject: Add initial libfuzzers for fm2js transpiling and XML parsing. GN source_sets are added so that the fuzzers can be built from //testing/libfuzzer in a Chromium checkout. GYP targets are also added to make sure these always build properly on our waterfall. These don't actually build the proper libfuzzers, but build the target fuzz function with a driver main() since the actual build process is quite complicated. R=tsepez@chromium.org, thestig@chromium.org BUG=587126 Review URL: https://codereview.chromium.org/1701103002 . --- build/all.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/all.gyp') diff --git a/build/all.gyp b/build/all.gyp index 7e2ea613ff..47097e39b4 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -10,7 +10,8 @@ 'dependencies': [ '../pdfium.gyp:*', '../samples/samples.gyp:*', + '../testing/libfuzzer/fuzzers.gyp:*', ], } ] -} \ No newline at end of file +} -- cgit v1.2.3