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

Unified Diff: DEPS

Issue 1543523002: Move 7zip dependency to cloud storage (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Move to cloud storage. Created 5 years 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 | no next file » | 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 74fa4c9a2130c9816e84fdadbcc66517d551da4d..4d253dd86660508955f14c451073b5f1970b9409 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,6 @@ vars = {
"chromium_git": "https://chromium.googlesource.com",
# Revisions of /third_party/* dependencies.
- "7zip_rev" : "@19997",
"args_tag": "@0.13.0",
"async_tag": "@1.4.0",
"barback_tag" : "@0.15.2+7",
@@ -141,8 +140,6 @@ deps = {
Var("chromium_git") + "/chromium/src/tools/idl_parser.git" +
Var("idl_parser_rev"),
- Var("dart_root") + "/third_party/7zip":
- Var("third_party") + "/7zip" + Var("7zip_rev"),
Var("dart_root") + "/third_party/firefox_jsshell":
Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"),
Var("dart_root") + "/third_party/gsutil":
@@ -374,4 +371,19 @@ hooks = [
Var('dart_root') + "/third_party/drt_resources",
],
},
+ {
+ "name": "7zip",
+ "pattern": ".",
+ "action": [
+ "download_from_google_storage",
+ "--no_auth",
+ "--no_resume",
+ "--bucket",
+ "dart-dependencies",
+ "--platform=win32",
+ "--extract",
+ "-s",
+ Var('dart_root') + "/third_party/7zip.tar.gz.sha1",
+ ],
+ },
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698