DEPS: Only add vulkan-deps in dawn_standalone.

This avoids adding a duplicate of vulkan-deps when Chromium
recursedeps into Dawn that recursedeps into vulkan-deps.

Bug: tint:700

Change-Id: I0f1797e0850f4cb4ab1ba16e641d859e8e376994
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46740
Commit-Queue: Austin Eng <enga@chromium.org>
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez 2021-04-02 18:04:27 +00:00 committed by Commit Bot service account
parent 1b91955e7d
commit 1fdd0593d8
1 changed files with 1 additions and 0 deletions

1
DEPS
View File

@ -128,6 +128,7 @@ deps = {
'third_party/vulkan-deps': {
'url': '{chromium_git}/vulkan-deps@105af117f0532953577198cc9bd8ee6f76c29009',
'condition': 'dawn_standalone',
},
'third_party/zlib': {