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

Unified Diff: DEPS

Issue 1170543003: Pull in latest analyzer_cli. (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 | 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 1b10899b847a98a76b8ec236862550f6b83fb480..5fb385f16c1bc3570698cb45e1a141585d88056c 100644
--- a/DEPS
+++ b/DEPS
@@ -38,7 +38,7 @@ vars = {
# Revisions of /third_party/* dependencies.
"7zip_rev" : "@19997",
- "analyzer_cli_tag" : "@1.1.0",
+ "analyzer_cli_rev" : "@090c4859a2f88e62ae71a11583ba31e9999c74f6",
pquitslund 2015/06/05 16:01:53 As per our conversation, I agree with the move to
"args_tag": "@0.13.0",
"barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
"charcode_tag": "@1.1.0",
@@ -175,7 +175,7 @@ deps = {
Var("dart_services_rev"),
Var("dart_root") + "/third_party/pkg/analyzer_cli":
- (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_tag"),
+ (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"),
Var("dart_root") + "/third_party/pkg/args":
(Var("github_mirror") % "args") + Var("args_tag"),
Var("dart_root") + "/third_party/pkg/async_await":
« 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