Commit 43604aeb authored by Jonathan Metzman's avatar Jonathan Metzman Committed by Commit Bot

[LPM] Disable debug builds for skia_image_filter_proto_fuzzer on CF.

TBR=mbarbella@chromium.org

Bug: 769578
Change-Id: Id2039ce1c97d42723c5616c4655d2c9c39ed130f
Reviewed-on: https://chromium-review.googlesource.com/897984Reviewed-by: default avatarJonathan Metzman <metzman@chromium.org>
Reviewed-by: default avatarMartin Barbella <mbarbella@chromium.org>
Commit-Queue: Jonathan Metzman <metzman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533757}
parent 6819d6ad
......@@ -57,6 +57,9 @@ if (!is_win) {
# Assertion failures in skia are uninteresting. Don't use debug builds on
# CF.
if (is_debug) {
all_dependent_configs = [ "//testing/libfuzzer:no_clusterfuzz" ]
}
}
proto_library("skia_image_filter_proto") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment