Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: DEPS

Issue 1410783004: Wrap download_from_google_storage.py in a cwd-independent script (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: wrap Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/download_from_google_storage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | tools/download_from_google_storage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698