Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 820c608bb05e13842e025f7bb72d9f7ce4e3961a..33f598a3edfcac4fae48ae6679d5e8566f258bd9 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -1,4 +1,3 @@ |
| -# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
|
zra
2017/03/29 18:27:42
It looks like this line was removed by mistake. Pl
|
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| @@ -37,6 +36,7 @@ vars = { |
| "gperftools_revision": "@02eeed29df112728564a5dde6417fa4622b57a06", |
| # Revisions of /third_party/* dependencies. |
| + "angular_analyzer_plugin_tag": "@v0.0.5", |
| "args_tag": "@0.13.7", |
| "async_tag": "@1.13.0", |
| "barback-0.13.0_rev": "@34853", |
| @@ -174,6 +174,9 @@ deps = { |
| Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' + |
| Var("gperftools_revision"), |
| + Var("dart_root") + "/third_party/pkg/angular_analyzer_plugin": |
| + (Var("github_mirror") % "angular_analyzer_plugin") + |
| + Var("angular_analyzer_plugin_tag"), |
| Var("dart_root") + "/third_party/pkg/args": |
| (Var("github_mirror") % "args") + Var("args_tag"), |
| Var("dart_root") + "/third_party/pkg/async": |