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

Unified Diff: deps/all.deps/DEPS

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues 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
« no previous file with comments | « dart/tests/utils/utils.status ('k') | deps/compiler.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps/all.deps/DEPS
diff --git a/deps/all.deps/DEPS b/deps/all.deps/DEPS
index 25a3b4c3deb31f849aa44c7cae7c9614b60e1973..34c662b7f6b399073444ade52e21a62bc74ed268 100644
--- a/deps/all.deps/DEPS
+++ b/deps/all.deps/DEPS
@@ -7,7 +7,6 @@ vars = {
"co19_rev": "@119",
"co19_repo": "http://co19.googlecode.com/svn/trunk/co19/",
"chromium_url": "http://src.chromium.org/svn",
- "closure_compiler_rev": "@1519",
}
deps = {
@@ -21,9 +20,6 @@ deps = {
"dart/third_party/v8":
"http://v8.googlecode.com/svn/branches/3.4",
- "dart/third_party/closure_compiler_src":
- "http://closure-compiler.googlecode.com/svn/trunk" + Var("closure_compiler_rev"),
-
"dart/tests/co19/src":
Var("co19_repo") + "tests/co19/src" + Var("co19_rev"),
}
« no previous file with comments | « dart/tests/utils/utils.status ('k') | deps/compiler.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698