| Index: deps/standalone.deps/DEPS
|
| diff --git a/deps/standalone.deps/DEPS b/deps/standalone.deps/DEPS
|
| index 8dde6c31ae039b2296f1b32384d0f525d220d313..acf539351d1e281dc5e3872791cb1fd488f604bf 100644
|
| --- a/deps/standalone.deps/DEPS
|
| +++ b/deps/standalone.deps/DEPS
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| # 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.
|
|
|
| @@ -26,6 +26,9 @@ deps = {
|
| "tools":
|
| Var("dart_branch") + "/dart/tools",
|
|
|
| + "utils":
|
| + Var("dart_branch") + "/dart/utils",
|
| +
|
| # Stuff needed for GYP to run.
|
| "third_party/gyp":
|
| "http://gyp.googlecode.com/svn/trunk" + Var("gyp_rev"),
|
|
|