diff --git a/DEPS b/DEPS index bb301898dd2..5e5677227c0 100644 --- a/DEPS +++ b/DEPS @@ -157,6 +157,7 @@ hooks = [ 'pattern': '.', 'action': [ 'download_from_google_storage', '--no_resume', + '--quiet', '--platform=linux*', '--no_auth', '--bucket', 'chromium-gn', @@ -168,6 +169,7 @@ hooks = [ 'pattern': '.', 'action': [ 'download_from_google_storage', '--no_resume', + '--quiet', '--platform=darwin', '--no_auth', '--bucket', 'chromium-gn', @@ -179,6 +181,7 @@ hooks = [ 'pattern': '.', 'action': [ 'download_from_google_storage', '--no_resume', + '--quiet', '--platform=win*', '--no_auth', '--bucket', 'chromium-gn', @@ -191,6 +194,7 @@ hooks = [ 'pattern': '.', 'action': [ 'download_from_google_storage', '--no_resume', + '--quiet', '--platform=linux*', '--no_auth', '--bucket', 'chromium-clang-format', @@ -202,6 +206,7 @@ hooks = [ 'pattern': '.', 'action': [ 'download_from_google_storage', '--no_resume', + '--quiet', '--platform=darwin', '--no_auth', '--bucket', 'chromium-clang-format', @@ -233,6 +238,7 @@ hooks = [ 'pattern': '.', 'action': [ 'download_from_google_storage', '--no_resume', + '--quiet', '--platform=linux*', '--no_auth', '--bucket', 'chromium-eu-strip',