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

Unified Diff: DEPS

Issue 1171003002: Add d8 .gitignore and remove svn deps for d8 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | 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 43e3f659b9d452201bc66a768e61f3a8b638abe1..285f15a44927596c85e47e284d7d8fec81e486b7 100644
--- a/DEPS
+++ b/DEPS
@@ -51,7 +51,6 @@ vars = {
"async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@0.1.8",
- "d8_rev" : "@39739",
"fake_async_rev" : "@38614",
"firefox_jsshell_rev" : "@45554",
"glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
@@ -162,8 +161,6 @@ deps = {
Var("third_party") + "/gsutil" + Var("gsutil_rev"),
Var("dart_root") + "/third_party/pkg/petitparser":
Var("third_party") + "/petitparser" + Var("petitparser_rev"),
- Var("dart_root") + "/third_party/d8":
- Var("third_party") + "/d8" + Var("d8_rev"),
Var("dart_root") + "/third_party/WebCore":
Var("third_party") + "/WebCore" + Var("WebCore_rev"),
Var("dart_root") + "/third_party/observatory_pub_packages":
@@ -341,4 +338,19 @@ hooks = [
Var('dart_root') + '/tools/testing/bin',
],
},
+ {
+ 'name': 'd8_testing_binaries',
+ 'pattern': '.',
+ 'action': [
+ 'download_from_google_storage',
+ '--no_auth',
+ '--no_resume',
+ '--bucket',
+ 'dart-dependencies',
+ '-d',
+ '-r',
+ Var('dart_root') + '/third_party/d8',
+ ],
+ },
+
]
« 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