| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index e5f518ca0c0ae21411ff9c50cc1eec9f3ebbd98c..076a2aa4aef2f496a7c209cfc51192a50285d7eb 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -769,6 +769,28 @@ hooks = [
|
| '-l', 'third_party/objenesis'
|
| ],
|
| },
|
| + # Downloads the VR Services and Daydream Home APKs used for VR testing on
|
| + # Android.
|
| + {
|
| + 'name': 'vr_services_apks',
|
| + 'pattern': '.',
|
| + 'action': ['python',
|
| + 'src/build/android/update_deps/update_third_party_deps.py',
|
| + 'download',
|
| + '-b', 'chrome-vr-test-apks/vr_services',
|
| + '-l', 'third_party/gvr-android-sdk/test-apks/vr_services'
|
| + ],
|
| + },
|
| + {
|
| + 'name': 'daydream_home_apks',
|
| + 'pattern': '.',
|
| + 'action': ['python',
|
| + 'src/build/android/update_deps/update_third_party_deps.py',
|
| + 'download',
|
| + '-b', 'chrome-vr-test-apks/daydream_home',
|
| + '-l', 'third_party/gvr-android-sdk/test-apks/daydream_home'
|
| + ],
|
| + },
|
| {
|
| # Downloads the current stable linux sysroot to build/linux/ if needed.
|
| # This sysroot updates at about the same rate that the chrome build deps
|
|
|