| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 3acf8e8b4c4ac122292db66c894068eb0aa32c6e..3a0a009295c553563ebbfb1f94240f16ab910d2e 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',
|
|
|