| Index: deps/compiler.deps/DEPS
|
| diff --git a/deps/compiler.deps/DEPS b/deps/compiler.deps/DEPS
|
| index 1b47f57f004da133549926832ce3e6839a40b430..b2bdd269d2e3ec1358b8b60b632f73285f912e6e 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 = {
|
| @@ -55,9 +54,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",
|
|
|
|
|