Fix Dawn's path to spirv-cross.

With SPVC deprecated, Dawn contains its own build files for SPIRV-Cross
so the path to the SPIRV-Cross repo needed to be fixed.

Change-Id: If8765d74f3373e3e4a5366ebdd6e35f41b547943
Bug: None
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315376
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Corentin Wallez 2020-09-04 10:07:35 +02:00 committed by Skia Commit-Bot
parent 2b3b35f838
commit 7328d179bb

View File

@ -16,4 +16,4 @@ dawn_has_build = false
dawn_jinja2_dir = "//third_party/externals/jinja2"
dawn_shaderc_dir = "//third_party/shaderc"
dawn_spirv_tools_dir = "//third_party/spirv-tools"
dawn_spirv_cross_dir = "//third_party/spirv-cross"
dawn_spirv_cross_dir = "//third_party/externals/spirv-cross"