Add generate_location_tags.py to DEPS.

No-Try: True
Bug: libyuv:880
Change-Id: If21a19960e50fb803a2b5b5a2daa19e086bff4b6
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3039739
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
Mirko Bonadei 2021-07-19 20:57:19 +02:00 committed by libyuv LUCI CQ
parent 2167994165
commit 0572e0a0b1

10
DEPS
View File

@ -2487,6 +2487,16 @@ hooks = [
'--root', 'src',
],
},
{
'name': 'Generate component metadata for tests',
'pattern': '.',
'action': [
'vpython',
'src/testing/generate_location_tags.py',
'--out',
'src/testing/location_tags.json',
],
},
]
recursedeps = []