| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 5f41d5c846789d21a816685784a65c8687b28264..752268337b08f512f09d98ea1f433602ef6ea03b 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -1063,6 +1063,16 @@ hooks_os = {
|
| '-l', 'third_party/retrolambda'
|
| ],
|
| },
|
| + {
|
| + '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'
|
| + ],
|
| + },
|
| {
|
| 'name': 'apk-patch-size-estimator',
|
| 'pattern': '.',
|
|
|