| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 8df3a1cfc877a2a0080d0d24decf0954fd56ccf9..4810dfc2932efdf5792ea592e90edfcd5d2bebdc 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -530,6 +530,20 @@ hooks = [
|
| 'src/resources'],
|
| },
|
| ]
|
| +hooks_os = {
|
| + 'android': [
|
| + {
|
| + 'name': 'desugar',
|
| + 'pattern': '.',
|
| + 'action': ['python',
|
| + 'src/build/android/update_deps/update_third_party_deps.py',
|
| + 'download',
|
| + '-b', 'chromium-android-tools/bazel/desugar',
|
| + '-l', 'third_party/bazel/desugar'
|
| + ],
|
| + },
|
| + ],
|
| +}
|
| recursedeps = [
|
| # buildtools provides clang_format, libc++, and libc++abi.
|
| 'src/buildtools',
|
|
|