Commit 68c9d55f authored by Ned Williamson's avatar Ned Williamson Committed by Commit Bot

Don't build gl_lpm_fuzzer on ChromeOS

Building this binary works fine but initializing GL fails when we
run it. Since we are already fuzzing this successfully on Linux
there's no need to replicate that effort on ChromeOS.

Bug: 967220
Change-Id: Ie59988d860614d9d23e213ea52c52224660eac06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636855Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Ned Williamson <nedwill@google.com>
Cr-Commit-Position: refs/heads/master@{#665316}
parent 506d128f
...@@ -197,7 +197,7 @@ jumbo_static_library("test_support") { ...@@ -197,7 +197,7 @@ jumbo_static_library("test_support") {
] ]
} }
if (!is_android && !is_fuchsia) { if (!is_android && !is_fuchsia && !is_chromeos) {
proto_library("gl_lpm_fuzzer_proto") { proto_library("gl_lpm_fuzzer_proto") {
sources = [ sources = [
"command_buffer/tests/lpm/gl_lpm_fuzzer.proto", "command_buffer/tests/lpm/gl_lpm_fuzzer.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