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

Unified Diff: deps/standalone.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 | « deps/compiler.deps/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"),
« no previous file with comments | « deps/compiler.deps/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698