Add Tint to DEPS for standalone checkouts
BUG=dawn:386 Change-Id: I0f518bed7e81e4d42ed2a1ef154738d9e8fa4a9c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/21160 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
b7dbb48351
commit
991b947173
6
DEPS
6
DEPS
|
@ -83,6 +83,12 @@ deps = {
|
|||
'condition': 'dawn_standalone',
|
||||
},
|
||||
|
||||
# WGSL support
|
||||
'third_party/tint': {
|
||||
'url': '{dawn_git}/tint@054927d7eb34803e2a05ab7993688e448a362948',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
|
||||
# GLFW for tests and samples
|
||||
'third_party/glfw': {
|
||||
'url': '{chromium_git}/external/github.com/glfw/glfw@d973acc123826666ecc9e6fd475682e3d84c54a6',
|
||||
|
|
|
@ -27,7 +27,8 @@ shaderc_dir="third_party/shaderc/"
|
|||
spirv_cross_dir="third_party/spirv-cross/"
|
||||
spirv_headers_dir="third_party/spirv-headers/"
|
||||
spirv_tools_dir="third_party/SPIRV-Tools/"
|
||||
tint_dir="third_party/tint/"
|
||||
|
||||
cd "$repo_path"
|
||||
|
||||
roll-dep "$@" "${glslang_dir}" "${shaderc_dir}" "${spirv_cross_dir}" "${spirv_headers_dir}" "${spirv_tools_dir}"
|
||||
roll-dep "$@" "${glslang_dir}" "${shaderc_dir}" "${spirv_cross_dir}" "${spirv_headers_dir}" "${spirv_tools_dir}" "${tint_dir}"
|
Loading…
Reference in New Issue