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

Unified Diff: tools/deps/dartium.deps/DEPS

Issue 2379573010: roll dart2js_info to 0.3.0 (Closed)
Patch Set: Created 4 years, 3 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 | « pkg/compiler/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deps/dartium.deps/DEPS
diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS
index fcd0c2fc0437656c7918eff44b9556ad13f31e1a..77dc0b8f861feb292862fb8074d64f6ac8db6beb 100644
--- a/tools/deps/dartium.deps/DEPS
+++ b/tools/deps/dartium.deps/DEPS
@@ -32,7 +32,7 @@ vars.update({
"collection_tag": "@1.9.1",
"crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
"csslib_tag" : "@0.12.0",
- "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1",
+ "dart2js_info_tag" : "@0.3.0",
"glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
"html_tag" : "@0.12.1+1",
"http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
@@ -93,7 +93,7 @@ deps.update({
"src/dart/third_party/pkg/csslib":
(Var("github_mirror") % "csslib") + Var("csslib_tag"),
"src/dart/third_party/pkg/dart2js_info":
- (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_rev"),
+ (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"),
"src/dart/third_party/pkg/collection":
(Var("github_mirror") % "collection") + Var("collection_tag"),
"src/dart/third_party/pkg/glob":
« no previous file with comments | « pkg/compiler/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698