Fix Eclipse project generation

When generating the Eclipse project, the reference to the
several libraries was not added.

Change-Id: Idb49b20ae7fa4e94cb8824ed9609b9eccf9a1716
diff --git a/BUCK b/BUCK
index 2260abb..538d217 100644
--- a/BUCK
+++ b/BUCK
@@ -23,7 +23,7 @@
 
 java_library(
   name = 'classpath',
-  deps = DEPS,
+  deps = DEPS + GERRIT_TESTS,
 )
 
 java_sources(