Disable building codec fuzzer when codec is disabled
Currently Chromium will build the related fuzzer for an image codec when the codec has been disabled. This hasn't been an issue so far, since the PDFium BUILD.gn is still building the codec code even when it is disabled. It is just building it with a macro that disables the logic. This behaviour is going to soon change in PDFium, to having the codec code not being built at all when it is disabled. This will break the Chromium fuzzer builds. This CL turns off building the fuzzer when the related fuzzer is disabled. BUG=pdfium:1080 Change-Id: I6b1ff78c5b379fac9c29ca38b79c133c3d1367bb Reviewed-on: https://chromium-review.googlesource.com/1050702Reviewed-by:Tom Sepez <tsepez@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#557170}
Showing
Please register or sign in to comment