File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -192,14 +192,6 @@ deps = {
192
192
"https://boringssl.googlesource.com/boringssl.git" +
193
193
"@" + Var ("boringssl_rev" ),
194
194
195
- Var ("dart_root" ) + "/third_party/gsutil" : {
196
- "packages" : [{
197
- "package" : "infra/gsutil" ,
198
- "version" : "version:4.34" ,
199
- }],
200
- "dep_type" : "cipd" ,
201
- },
202
-
203
195
Var ("dart_root" ) + "/third_party/root_certificates" :
204
196
Var ("dart_git" ) + "root_certificates.git" +
205
197
"@" + Var ("root_certificates_rev" ),
@@ -429,6 +421,20 @@ hooks = [
429
421
Var ('dart_root' ) + "/third_party/7zip.tar.gz.sha1" ,
430
422
],
431
423
},
424
+ {
425
+ "name" : "gsutil" ,
426
+ "pattern" : "." ,
427
+ "action" : [
428
+ "download_from_google_storage" ,
429
+ "--no_auth" ,
430
+ "--no_resume" ,
431
+ "--bucket" ,
432
+ "dart-dependencies" ,
433
+ "--extract" ,
434
+ "-s" ,
435
+ Var ('dart_root' ) + "/third_party/gsutil.tar.gz.sha1" ,
436
+ ],
437
+ },
432
438
{
433
439
# Pull Debian wheezy sysroot for i386 Linux
434
440
'name' : 'sysroot_i386' ,
Original file line number Diff line number Diff line change
1
+ 99b82a42b98b78fc2a3f155995a16d8d7517b657
You can’t perform that action at this time.
0 commit comments