diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
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 +} |