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

Unified Diff: DEPS

Issue 2467873004: Linking arm and arm64 gvr static shim library (Closed)
Patch Set: Final cleanup before review Created 4 years, 1 month 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
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',
« no previous file with comments | « .gitignore ('k') | build/config/features.gni » ('j') | build/config/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698