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

Unified Diff: DEPS

Issue 1247563003: Bring in the latest pub and barback. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 | « CHANGELOG.md ('k') | 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 46ac7b720c1017c8c42adb06da547c37de8cde10..59c489c787a11e66f3ba1707d00631c79f61b5ac 100644
--- a/DEPS
+++ b/DEPS
@@ -41,7 +41,7 @@ vars = {
"analyzer_cli_rev" : "@5069b75f6ccef59b2ba4e2c382bc000037290125",
"args_tag": "@0.13.0",
"async_tag": "@1.2.0",
- "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
+ "barback_tag" : "@0.15.2+5",
"charcode_tag": "@1.1.0",
"chrome_rev" : "@19997",
"clang_rev" : "@28450",
@@ -84,7 +84,7 @@ vars = {
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"plugin_tag": "@0.1.0",
"pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f",
- "pub_rev": "@b1ca2b72b1b23bf5a0bf16bf816d684cc809b3a2",
+ "pub_rev": "@bc776a2e1364b5004d8e2601b2bafb8f93c6a396",
"pub_cache_tag": "@v0.0.1+2",
"pub_semver_tag": "@1.2.1",
"quiver_tag": "@0.21.4",
@@ -185,7 +185,7 @@ deps = {
Var("dart_root") + "/third_party/pkg/async":
"https://github.com/dart-lang/async.git" + Var("async_tag"),
Var("dart_root") + "/third_party/pkg/barback":
- (Var("github_mirror") % "barback") + Var("barback_rev"),
+ (Var("github_mirror") % "barback") + Var("barback_tag"),
Var("dart_root") + "/third_party/pkg/charcode":
(Var("github_mirror") % "charcode") + Var("charcode_tag"),
Var("dart_root") + "/third_party/pkg/cli_util":
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698