| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 3d4e2b79ad87cc7a303a8e82181036b0699a342f..eb2b3a7057961c7fdac170dff063cf1753138def 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -629,6 +629,16 @@ hooks = [
|
| ],
|
| },
|
| {
|
| + 'name': 'robolectric_android',
|
| + 'pattern': '.',
|
| + 'action': ['python',
|
| + 'src/build/android/update_deps/update_third_party_deps.py',
|
| + 'download',
|
| + '-b', 'chromium-robolectric',
|
| + '-l', 'third_party/robolectric'
|
| + ],
|
| + },
|
| + {
|
| # 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
|
|
|