Commit 20789317 by Jamie Madill

Add buildtools to recursedeps.

The DEPS for buildtools changed to not recurse automatically. This change mirrors the change in Chromium. See https://chromium.googlesource.com/chromium/buildtools/+/3d2e47bf14e4e67816a53e304dea422fa18f9180%5E%21/#F0 BUG=None Change-Id: Ib15520324ad7894d4a640a0e2013c3823849e846 Reviewed-on: https://chromium-review.googlesource.com/404969Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent bc78fc61
...@@ -106,3 +106,8 @@ hooks = [ ...@@ -106,3 +106,8 @@ hooks = [
"action": ["python", "build/gyp_angle"], "action": ["python", "build/gyp_angle"],
}, },
] ]
recursedeps = [
# buildtools provides clang_format.
'buildtools',
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment