| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 5550c2210d7179b595a27c17b5e498953343a433..760f03492033029744214bc5127f5cd39ab5d5df 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -715,6 +715,16 @@ hooks = [
|
| ],
|
| },
|
| {
|
| + 'name': 'objenesis',
|
| + 'pattern': '.',
|
| + 'action': ['python',
|
| + 'src/build/android/update_deps/update_third_party_deps.py',
|
| + 'download',
|
| + '-b', 'chromium-objenesis',
|
| + '-l', 'third_party/objenesis'
|
| + ],
|
| + },
|
| + {
|
| # 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
|
|
|