| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 806904a85f30902a0385124d1088f83ee3aa18b9..4388b694e78b76e31674c8cf3c6daaaa15f59ace 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -587,6 +587,16 @@ hooks = [
|
| ],
|
| },
|
| {
|
| + 'name': 'apache_velocity',
|
| + 'pattern': '.',
|
| + 'action': ['python',
|
| + 'src/build/android/update_deps/update_third_party_deps.py',
|
| + 'download',
|
| + '-b', 'chromium-apache-velocity',
|
| + '-l', 'third_party/apache_velocity'
|
| + ],
|
| + },
|
| + {
|
| # Downloads the current stable linux sysroot to build/linux/ if needed.
|
| # This sysroot updates at about the same rate that the chrome build deps
|
| # change. This script is a no-op except for linux users who are doing
|
|
|