Revert "Remove rebasing for guava, closure and gss & upgrade versions."
This reverts commit 77c7d4ca9ec36f76656c4d1d6119af38b269be5f.
Change-Id: I038e1739b9b6ba136210fae4a3ed926a8e3d8fb8
diff --git a/dev/BUILD b/dev/BUILD
index 827ec30..33e8828 100644
--- a/dev/BUILD
+++ b/dev/BUILD
@@ -123,29 +123,6 @@
wrap_javalibrary = 0,
)
-GUAVA_DEPS = [
- "//java/com/google/common/annotations",
- "//java/com/google/common/base",
- "//java/com/google/common/cache",
- "//java/com/google/common/collect",
- "//java/com/google/common/hash",
- "//java/com/google/common/io",
- "//java/com/google/common/primitives",
- "//java/com/google/common/util/concurrent",
-]
-
-JS_COMP_DEPS = [
- "//java/com/google/javascript/jscomp",
- "//third_party/java/rhino_ast/java/com/google/javascript/rhino",
- "//third_party/java_src/jscomp/java/com/google/debugging/sourcemap:common",
- "//third_party/java_src/jscomp/java/com/google/debugging/sourcemap:shared",
-]
-
-PROTO_DEPS = [
- "//java/com/google/protobuf",
- "//java/com/google/protobuf:protobuf_lite",
-]
-
# The gwt-dev classes for GWT internal use only.
# They must be jarjar-ed and dependencies stripped before exposing to google3.
java_library(
@@ -156,10 +133,9 @@
),
deps = [
":compiler.standalone.super",
- "//third_party/java_src/gwt/svn/tools:compiler_deps",
"//third_party/java_src/gwt/svn/tools:dev_deps",
"//third_party/java_src/gwt/svn/tools:servlet_api_3",
- ] + GUAVA_DEPS + JS_COMP_DEPS + PROTO_DEPS,
+ ],
)
# Resource files in core/src.
@@ -228,7 +204,7 @@
deps = [
":compiler.standalone.super",
"//third_party/java_src/gwt/svn/tools:compiler_deps",
- ] + GUAVA_DEPS + JS_COMP_DEPS,
+ ],
)
# This is a bootstrap library; it will later be stripped out of the classpath
@@ -322,10 +298,9 @@
deps = [
":compiler.standalone.super",
":gwt-dev-bare",
- "//third_party/java/gson",
"//third_party/java/junit",
"//third_party/java_src/gwt/svn/tools:dev_deps",
- ] + GUAVA_DEPS + JS_COMP_DEPS,
+ ],
)
# The "dev" directory is tested by loose tests. Some of them fail because of