Commit 78380980 by Jamie Madill

Fix SPIRV-Tools deps in core validation layer.

The spirv_tools_external_revision_generate action should no longer depend on ANGLE's DEPS file exclusively. We're using the version of SPIRV-Tools provided by Chromium or ANGLE depending on the client. Depending on DEPS directly should give the correct behaviour. Bug: chromium:926354 Change-Id: I87ac59f1e3f0d3a0b13df51fb6477940ff534dc7 Reviewed-on: https://chromium-review.googlesource.com/c/1446495Reviewed-by: 's avatarNico Weber <thakis@chromium.org>
parent 96a8e747
......@@ -156,7 +156,7 @@ if (spirv_use_commit_id) {
action("spirv_tools_external_revision_generate") {
script = "src/scripts/external_revision_generator.py"
inputs = [
"$angle_root/DEPS",
"//DEPS",
]
outputs = [
"$vulkan_gen_dir/spirv_tools_commit_id.h",
......
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