| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 03215f619daa1e70ded5447c354269d248a75891..7d5a0ba50b890b35e260c8dd5fd26b6827434319 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -551,6 +551,14 @@ hooks = [
|
| ],
|
| },
|
| {
|
| + # This downloads SDK extras and puts them in the
|
| + # third_party/android_tools/sdk/extras directory on the bots. Developers
|
| + # need to manually install these packages and accept the ToS.
|
| + 'name': 'sdkextras',
|
| + 'pattern': '.',
|
| + 'action': ['python', 'src/build/download_sdk_extras.py'],
|
| + },
|
| + {
|
| # Downloads the Debian Wheezy sysroot to chrome/installer/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
|
|
|