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

Unified Diff: deps/compiler.deps/DEPS

Issue 9295043: Create a URI class in utils/ (based on client/util/). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments and *add* the new test suite Created 8 years, 11 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 | « dart/utils/uri/uri.dart ('k') | deps/standalone.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"),
« no previous file with comments | « dart/utils/uri/uri.dart ('k') | deps/standalone.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698