DEPS: don't recurse in buildtools.

buildtools' DEPS file will soon be removed and we should roll each of
its dependencies directly in Dawn's DEPS file instead.

It also avoids Chromium recursedeps'ing into Dawn's buildtools when it
will start recursedeps'ing into Dawn.

Bug: chromium:1177288
Change-Id: I02503e044a2c6013217129e3f07378b1dbdfef9b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46623
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2021-04-02 11:23:23 +00:00 committed by Commit Bot service account
parent 6a2e16bdd9
commit 1b91955e7d
1 changed files with 0 additions and 2 deletions

2
DEPS
View File

@ -231,7 +231,5 @@ hooks = [
] ]
recursedeps = [ recursedeps = [
# buildtools provides clang_format, libc++, and libc++abi
'buildtools',
'third_party/vulkan-deps', 'third_party/vulkan-deps',
] ]