From 4db2af62dab48895226be6b52737247e898ebe36 Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Fri, 2 May 2025 09:21:03 -0700 Subject: [PATCH] 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: Idd0ee2e7a3cab0f49c4f87da0f3901713f9ebf00 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6509300 Reviewed-by: Frank Barchard Reviewed-by: Wan-Teh Chang Commit-Queue: Wan-Teh Chang --- DEPS | 3 --- 1 file changed, 3 deletions(-) diff --git a/DEPS b/DEPS index 1af29b7b6..55f5e829e 100644 --- a/DEPS +++ b/DEPS @@ -1797,7 +1797,6 @@ hooks = [ 'action': [ 'download_from_google_storage', '--no_resume', '--platform=win32', - '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/win64', ], @@ -1808,7 +1807,6 @@ hooks = [ 'action': [ 'download_from_google_storage', '--no_resume', '--platform=darwin', - '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/mac64', ], @@ -1819,7 +1817,6 @@ hooks = [ 'action': [ 'download_from_google_storage', '--no_resume', '--platform=linux*', - '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/linux64', ],