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

Unified Diff: DEPS

Issue 1093173004: Welcome analyzer_cli to DEPS. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/deps/all.deps/
Patch Set: Created 5 years, 8 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
===================================================================
--- DEPS (revision 45295)
+++ DEPS (working copy)
@@ -24,6 +24,7 @@
# Revisions of /third_party/* dependencies.
"7zip_rev" : "@19997",
+ "analyzer_cli_rev" : "@ccc093fb57da302c27966ba3321bc6f273cce7ae",
Bob Nystrom 2015/04/20 22:56:30 This works too but if you're publishing analyzer_c
ricow1 2015/04/21 06:05:03 That is fine, as long as we don't change the tag t
"android_adb_rev" : "@36744",
"android_content_shell_rev" : "@37275",
"apache_ant_rev" : "@19997",
@@ -212,6 +213,8 @@
"https://github.com/dart-lang/dart-services.git" +
Var("dart_services_rev"),
+ Var("dart_root") + "/third_party/pkg_tested/analyzer_cli":
+ "https://github.com/dart-lang/analyzer_cli.git" + Var("analyzer_cli_rev"),
Var("dart_root") + "/third_party/pkg/args":
"https://github.com/dart-lang/args.git" + Var("args_rev"),
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