| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index ef746015d57f784944c5227c5801f4e6d54f0bba..397be2a2329d70edf948f9b3e46e8db878f42ff7 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -769,6 +769,16 @@ hooks = [
|
| '-l', 'third_party/objenesis'
|
| ],
|
| },
|
| + {
|
| + 'name': 'xstream',
|
| + 'pattern': '.',
|
| + 'action': ['python',
|
| + 'src/build/android/update_deps/update_third_party_deps.py',
|
| + 'download',
|
| + '-b', 'chromium-robolectric',
|
| + '-l', 'third_party/xstream'
|
| + ],
|
| + },
|
| # Downloads the VR Services and Daydream Home APKs used for VR testing on
|
| # Android.
|
| {
|
|
|