Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: DEPS

Issue 2712733002: Add VR test APKs hooks to DEPS (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698