lib: check that nongoogle.bzl doesn't grow new dependencies

Change-Id: Ie5fbd18de68fca13f954ef4d05ea7acc7d9cfea9
diff --git a/tools/nongoogle.bzl b/tools/nongoogle.bzl
index 047469e..2e84717 100644
--- a/tools/nongoogle.bzl
+++ b/tools/nongoogle.bzl
@@ -1,9 +1,11 @@
-load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_LOCAL", "maven_jar")
+load("//tools/bzl:maven_jar.bzl", "maven_jar")
 
 def declare_nongoogle_deps():
     """loads dependencies that are not used at Google.
 
-    These are exempt from library compliance review.
+    Changes to versions are exempt from library compliance review. New
+    dependencies must pass through library compliance review. This is
+    enforced by //lib:nongoogle_test.
     """
 
     # Transitive dependency of commons-compress