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

Unified Diff: deps/compiler.deps/DEPS

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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
Index: deps/compiler.deps/DEPS
diff --git a/deps/compiler.deps/DEPS b/deps/compiler.deps/DEPS
index 62a6e4f4373d99ac6e1d07cd07794d3e47843281..fe66c6f96858f3d0079c18a9d23fc25dd110cc1b 100644
--- a/deps/compiler.deps/DEPS
+++ b/deps/compiler.deps/DEPS
@@ -7,7 +7,6 @@ vars = {
"co19_rev": "@119",
"co19_repo": "http://co19.googlecode.com/svn/trunk/co19/",
"dart_branch": "/branches/bleeding_edge/dart",
- "closure_compiler_rev": "@1519",
}
deps = {
@@ -52,9 +51,6 @@ deps = {
"third_party/args4j":
Var("dart_branch") + "/third_party/args4j",
- "third_party/closure_compiler_src":
- "http://closure-compiler.googlecode.com/svn/trunk" + Var("closure_compiler_rev"),
-
"third_party/guava":
Var("dart_branch") + "/third_party/guava",

Powered by Google App Engine
This is Rietveld 408576698