Move third_party/gsutil dependency from github to cloud storage

BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org/1544513002 .
This commit is contained in:
William Hesse 2015-12-21 15:51:46 +01:00
parent 79b6d81dd2
commit 767579d7f0
3 changed files with 16 additions and 3 deletions

17
DEPS
View file

@ -47,7 +47,6 @@ vars = {
"dart_style_tag": "@0.2.2",
"dev_compiler_rev": "@0.1.9",
"glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
"gsutil_rev" : "@4af393661a48e69dab038bf6440e7750ea49b085",
"html_tag" : "@0.12.1+1",
"http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
"http_multi_server_tag" : "@2.0.0",
@ -175,8 +174,6 @@ deps = {
(Var("github_mirror") % "dev_compiler") + Var("dev_compiler_rev"),
Var("dart_root") + "/third_party/pkg/glob":
(Var("github_mirror") % "glob") + Var("glob_rev"),
Var("dart_root") + "/third_party/gsutil":
"https://github.com/GoogleCloudPlatform/gsutil.git" + Var("gsutil_rev"),
Var("dart_root") + "/third_party/pkg/html":
(Var("github_mirror") % "html") + Var("html_tag"),
Var("dart_root") + "/third_party/pkg/http":
@ -398,4 +395,18 @@ hooks = [
Var('dart_root') + "/third_party/7zip.tar.gz.sha1",
],
},
{
"name": "gsutil",
"pattern": ".",
"action": [
"download_from_google_storage",
"--no_auth",
"--no_resume",
"--bucket",
"dart-dependencies",
"--extract",
"-s",
Var('dart_root') + "/third_party/gsutil.tar.gz.sha1",
],
},
]

View file

@ -10,3 +10,4 @@
!d8
!7zip.tar.gz.sha1
!firefox_jsshell
!gsutil.tar.gz.sha1

1
third_party/gsutil.tar.gz.sha1 vendored Normal file
View file

@ -0,0 +1 @@
99b82a42b98b78fc2a3f155995a16d8d7517b657