| Index: deps/compiler.deps/DEPS
|
| diff --git a/deps/compiler.deps/DEPS b/deps/compiler.deps/DEPS
|
| index 99302d342e44c46df7215c1605ed1f24611cb932..8b47a88747e345b7081b371bcf95280a62ea62ab 100644
|
| --- a/deps/compiler.deps/DEPS
|
| +++ b/deps/compiler.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.
|
|
|
| @@ -34,10 +34,13 @@ deps = {
|
| "client":
|
| Var("dart_branch") + "/client",
|
|
|
| - # dartc compiles the samples code as a test.
|
| - "samples":
|
| + # dartc compiles the samples code as a test.
|
| + "samples":
|
| Var("dart_branch") + "/samples",
|
|
|
| + "utils":
|
| + Var("dart_branch") + "/utils",
|
| +
|
| # Stuff needed for GYP to run.
|
| "third_party/gyp":
|
| "http://gyp.googlecode.com/svn/trunk" + Var("gyp_rev"),
|
|
|