From 5f483579e295ea523839b7d73735d543c6a8a03e Mon Sep 17 00:00:00 2001 From: James Robinson Date: Wed, 14 Oct 2015 17:50:53 -0700 Subject: [PATCH] Specify --quiet to download_from_google_storage hooks --- DEPS | 6 ++++++ 1 file changed, 6 insertions(+) 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',