Index: DEPS |
diff --git a/DEPS b/DEPS |
index 67ccdcf3575f10f51467c89f6dbab07e6dcbcc54..e799749ca6d918740268cd326e73e4ab3a3be6c0 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -866,6 +866,39 @@ hooks = [ |
'-s', 'src/buildtools/linux64/clang-format.sha1', |
], |
}, |
+ { |
+ 'name': 'gvr_static_shim_android_arm', |
+ 'pattern': '\\.sha1', |
+ 'action': [ 'download_from_google_storage', |
+ '--no_resume', |
+ '--platform=linux*', |
+ '--no_auth', |
+ '--bucket', 'chromium-gvr-static-shim', |
+ '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm.a.sha1', |
+ ], |
+ }, |
+ { |
+ 'name': 'gvr_static_shim_android_arm64', |
+ 'pattern': '\\.sha1', |
+ 'action': [ 'download_from_google_storage', |
+ '--no_resume', |
+ '--platform=linux*', |
+ '--no_auth', |
+ '--bucket', 'chromium-gvr-static-shim', |
+ '-s', 'src/third_party/gvr-android-sdk/libgvr_shim_static_arm64.a.sha1', |
+ ], |
+ }, |
+ { |
+ 'name': 'gvr_common_aar', |
+ 'pattern': '\\.sha1', |
+ 'action': [ 'download_from_google_storage', |
+ '--no_resume', |
+ '--platform=linux*', |
+ '--no_auth', |
+ '--bucket', 'chromium-gvr-static-shim', |
+ '-s', 'src/third_party/gvr-android-sdk/common_library.aar.sha1', |
+ ], |
+ }, |
# Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
{ |
'name': 'luci-go_win', |