Remove build rules for spvc support & spirv-cross fuzzers

Disabling this while refactoring how dependencies are set up to avoid
breaking various builds and rolls.

BUG=dawn:285

Change-Id: Iaca2614fb73277a1ea850f90a487693cd4c54fcb
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14040
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
Ryan Harrison
2019-11-26 17:42:51 +00:00
committed by Commit Bot service account
parent 20c014cee7
commit 80d71ecd12
5 changed files with 2 additions and 65 deletions

View File

@@ -44,10 +44,6 @@ declare_args() {
# GLSL/HLSL/MSL compiler. This implicitly pulls in the GLSL
# compiler, since it is a sub-class of if.
dawn_enable_cross_reflection = false
# Enables using spvc for accessing SPIR-V toolchain, instead of
# directly accessing it in Dawn.
dawn_use_spvc = false
}
# GN does not allow reading a variable defined in the same declare_args().