Chromium Code Reviews| 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": |