Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index b887f2ee65476f0f14c772265c0efb802d056d6e..c5d7c9781c4ffb573c3535bcec228ebf2858b20d 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -210,7 +210,7 @@ hooks = [ |
| { |
| 'name': 'gn_linux64', |
| 'pattern': '.', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
|
viettrungluu
2015/10/28 22:37:33
I wonder if we shouldn't include "--no_resume", "-
|
| '--quiet', |
| '--platform=linux*', |
| @@ -222,7 +222,7 @@ hooks = [ |
| { |
| 'name': 'gn_mac', |
| 'pattern': '.', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--platform=darwin', |
| @@ -234,7 +234,7 @@ hooks = [ |
| { |
| 'name': 'gn_win', |
| 'pattern': '.', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--platform=win*', |
| @@ -247,7 +247,7 @@ hooks = [ |
| { |
| 'name': 'clang_format_linux', |
| 'pattern': '.', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--platform=linux*', |
| @@ -259,7 +259,7 @@ hooks = [ |
| { |
| 'name': 'clang_format_mac', |
| 'pattern': '.', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--platform=darwin', |
| @@ -283,7 +283,7 @@ hooks = [ |
| { |
| 'name': 'eu-strip', |
| 'pattern': '.', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--platform=linux*', |
| @@ -338,7 +338,7 @@ hooks = [ |
| { |
| 'name': 'dejavu-fonts', |
| 'pattern': '', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--no_auth', |
| @@ -350,7 +350,7 @@ hooks = [ |
| { |
| 'name': 'keyboard_native_resources', |
| 'pattern': '', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--no_auth', |
| @@ -362,7 +362,7 @@ hooks = [ |
| { |
| 'name': 'dump_syms_linux64', |
| 'pattern': '.', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--platform=linux*', |
| @@ -375,7 +375,7 @@ hooks = [ |
| { |
| 'name': 'symupload_linux64', |
| 'pattern': '.', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--platform=linux*', |
| @@ -388,7 +388,7 @@ hooks = [ |
| { |
| 'name': 'prediction_resources', |
| 'pattern': '', |
| - 'action': [ 'download_from_google_storage', |
| + 'action': [ 'src/tools/download_from_google_storage.py', |
| '--no_resume', |
| '--quiet', |
| '--no_auth', |