Make Dawn's Tint version visible when recursedepsing in Dawn
Bug: tint:700 Change-Id: I24b862822ca728afa7aebead53c8eb07e9cdc440 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46622 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
3e8f3f9609
commit
a0bdba1dfc
1
DEPS
1
DEPS
|
@ -97,7 +97,6 @@ deps = {
|
||||||
# WGSL support
|
# WGSL support
|
||||||
'third_party/tint': {
|
'third_party/tint': {
|
||||||
'url': '{dawn_git}/tint@b4275c870ec21ca1d55f086f6ee66306c5783a67',
|
'url': '{dawn_git}/tint@b4275c870ec21ca1d55f086f6ee66306c5783a67',
|
||||||
'condition': 'dawn_standalone',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# GLFW for tests and samples
|
# GLFW for tests and samples
|
||||||
|
|
|
@ -73,6 +73,6 @@ if (!defined(dawn_vulkan_validation_layers_dir)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!defined(dawn_tint_dir)) {
|
if (!defined(dawn_tint_dir)) {
|
||||||
# Default to Tint not being available.
|
# Default to Tint being Dawn's DEPS
|
||||||
dawn_tint_dir = ""
|
dawn_tint_dir = "${dawn_root}/third_party/tint"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue