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

Unified Diff: DEPS

Issue 1544463002: Move third_party/firefox_jsshell dependency to cloud storage (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add download hook. 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 | third_party/.gitignore » ('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 587a3f15b90ac5dfdde1ddfa8f62d9e6dcd55c7b..cf30ae8e4b967770954a7992de16893272457b4d 100644
--- a/DEPS
+++ b/DEPS
@@ -46,7 +46,6 @@ vars = {
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@0.2.2",
"dev_compiler_rev": "@0.1.9",
- "firefox_jsshell_rev" : "@45554",
"glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
"gsutil_rev" : "@4af393661a48e69dab038bf6440e7750ea49b085",
"html_tag" : "@0.12.1+1",
@@ -140,8 +139,6 @@ deps = {
Var("chromium_git") + "/chromium/src/tools/idl_parser.git" +
Var("idl_parser_rev"),
- Var("dart_root") + "/third_party/firefox_jsshell":
- Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"),
Var("dart_root") + "/third_party/pkg/petitparser":
Var("third_party") + "/petitparser" + Var("petitparser_rev"),
Var("dart_root") + "/third_party/WebCore":
@@ -357,6 +354,22 @@ hooks = [
],
},
{
+ "name": "firefox_jsshell",
+ "pattern": ".",
+ "action": [
+ "download_from_google_storage",
+ "--no_auth",
+ "--no_resume",
+ "--bucket",
+ "dart-dependencies",
+ "--recursive",
+ "--auto_platform",
+ "--extract",
+ "--directory",
+ Var('dart_root') + "/third_party/firefox_jsshell",
+ ],
+ },
+ {
"name": "drt_resources",
"pattern": ".",
"action": [
« no previous file with comments | « no previous file | third_party/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698