Remove --no_auth from download_from_google_storage hooks
The flag was deprecated by https://crrev.com/c/6414748 and
has no effect besides telling the user that it has no effect.
Bug: 414826937
Change-Id: I88a3bd518c1050484c2b0721255d90ee38a7e0d1
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/240234
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Loko Kung <lokokung@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
diff --git a/DEPS b/DEPS
index 9ff0c7d..f2e9a81 100644
--- a/DEPS
+++ b/DEPS
@@ -514,7 +514,6 @@
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
- '--no_auth',
'--bucket', 'chromium-browser-clang/ciopfs',
'-s', 'build/ciopfs.sha1',
]
@@ -550,7 +549,6 @@
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
- '--no_auth',
'--bucket', 'chromium-browser-clang',
'-s', 'tools/clang/dsymutil/bin/dsymutil.arm64.sha1',
'-o', 'tools/clang/dsymutil/bin/dsymutil',
@@ -563,7 +561,6 @@
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
- '--no_auth',
'--bucket', 'chromium-browser-clang',
'-s', 'tools/clang/dsymutil/bin/dsymutil.x64.sha1',
'-o', 'tools/clang/dsymutil/bin/dsymutil',
@@ -577,7 +574,6 @@
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
- '--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'build/toolchain/win/rc/win/rc.exe.sha1',
],
@@ -589,7 +585,6 @@
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
- '--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'build/toolchain/win/rc/linux64/rc.sha1',
],
@@ -601,7 +596,6 @@
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
- '--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'build/toolchain/win/rc/mac/rc.sha1',
],
@@ -625,7 +619,6 @@
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--extract',
- '--no_auth',
'--bucket', 'chromium-nodejs/20.11.0',
Var('node_linux_x64_sha'),
'-o', 'third_party/node/node-linux-x64.tar.gz',
@@ -639,7 +632,6 @@
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--extract',
- '--no_auth',
'--bucket', 'chromium-nodejs/20.11.0',
Var('node_darwin_x64_sha'),
'-o', 'third_party/node/node-darwin-x64.tar.gz',
@@ -653,7 +645,6 @@
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--extract',
- '--no_auth',
'--bucket', 'chromium-nodejs/20.11.0',
Var('node_darwin_arm64_sha'),
'-o', 'third_party/node/node-darwin-arm64.tar.gz',
@@ -666,7 +657,6 @@
'action': [ 'python3',
'third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
- '--no_auth',
'--bucket', 'chromium-nodejs/20.11.0',
Var('node_win_x64_sha'),
'-o', 'third_party/node/node.exe',