Update bazlets to latest stable-2.14

Change-Id: I2c1aa1a22a638079a408f3999989a7e6702486dc
diff --git a/WORKSPACE b/WORKSPACE
index 6bd89af..ef91a0b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-adminSshCommand/WORKSPACE b/example-adminSshCommand/WORKSPACE
index 0aaa6d3..0bef1e6 100644
--- a/example-adminSshCommand/WORKSPACE
+++ b/example-adminSshCommand/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-adminSshCommand/tools/bzl/plugin.bzl b/example-adminSshCommand/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-adminSshCommand/tools/bzl/plugin.bzl
+++ b/example-adminSshCommand/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-changeHasOperator/WORKSPACE b/example-changeHasOperator/WORKSPACE
index 170f3d4..bc95d16 100644
--- a/example-changeHasOperator/WORKSPACE
+++ b/example-changeHasOperator/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-changeHasOperator/tools/bzl/plugin.bzl b/example-changeHasOperator/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-changeHasOperator/tools/bzl/plugin.bzl
+++ b/example-changeHasOperator/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-changeOperator/WORKSPACE b/example-changeOperator/WORKSPACE
index f4cfffe..3a23330 100644
--- a/example-changeOperator/WORKSPACE
+++ b/example-changeOperator/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-changeOperator/tools/bzl/plugin.bzl b/example-changeOperator/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-changeOperator/tools/bzl/plugin.bzl
+++ b/example-changeOperator/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-commitValidator/WORKSPACE b/example-commitValidator/WORKSPACE
index a37cc3d..9187dac 100644
--- a/example-commitValidator/WORKSPACE
+++ b/example-commitValidator/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-commitValidator/tools/bzl/plugin.bzl b/example-commitValidator/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-commitValidator/tools/bzl/plugin.bzl
+++ b/example-commitValidator/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-consoleMetricReporter/WORKSPACE b/example-consoleMetricReporter/WORKSPACE
index 5284f41..6428e67 100644
--- a/example-consoleMetricReporter/WORKSPACE
+++ b/example-consoleMetricReporter/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-consoleMetricReporter/tools/bzl/plugin.bzl b/example-consoleMetricReporter/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-consoleMetricReporter/tools/bzl/plugin.bzl
+++ b/example-consoleMetricReporter/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-deployedOnIncludedInExtension/WORKSPACE b/example-deployedOnIncludedInExtension/WORKSPACE
index 6198b09..20218a5 100644
--- a/example-deployedOnIncludedInExtension/WORKSPACE
+++ b/example-deployedOnIncludedInExtension/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-deployedOnIncludedInExtension/tools/bzl/plugin.bzl b/example-deployedOnIncludedInExtension/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-deployedOnIncludedInExtension/tools/bzl/plugin.bzl
+++ b/example-deployedOnIncludedInExtension/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-restApiGetRevision/WORKSPACE b/example-restApiGetRevision/WORKSPACE
index 844283c..ca5d299 100644
--- a/example-restApiGetRevision/WORKSPACE
+++ b/example-restApiGetRevision/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-restApiGetRevision/tools/bzl/plugin.bzl b/example-restApiGetRevision/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-restApiGetRevision/tools/bzl/plugin.bzl
+++ b/example-restApiGetRevision/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-restApiPostProject/WORKSPACE b/example-restApiPostProject/WORKSPACE
index 8a1e86a..3d3d575 100644
--- a/example-restApiPostProject/WORKSPACE
+++ b/example-restApiPostProject/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-restApiPostProject/tools/bzl/plugin.bzl b/example-restApiPostProject/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-restApiPostProject/tools/bzl/plugin.bzl
+++ b/example-restApiPostProject/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-restApiPostRevision/WORKSPACE b/example-restApiPostRevision/WORKSPACE
index e29e0ca..15d0789 100644
--- a/example-restApiPostRevision/WORKSPACE
+++ b/example-restApiPostRevision/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-restApiPostRevision/tools/bzl/plugin.bzl b/example-restApiPostRevision/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-restApiPostRevision/tools/bzl/plugin.bzl
+++ b/example-restApiPostRevision/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-servlet/WORKSPACE b/example-servlet/WORKSPACE
index 63c5b81..48ed1f7 100644
--- a/example-servlet/WORKSPACE
+++ b/example-servlet/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-servlet/tools/bzl/plugin.bzl b/example-servlet/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-servlet/tools/bzl/plugin.bzl
+++ b/example-servlet/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-simpleSshCommand/WORKSPACE b/example-simpleSshCommand/WORKSPACE
index 8b0284a..f1ef565 100644
--- a/example-simpleSshCommand/WORKSPACE
+++ b/example-simpleSshCommand/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-simpleSshCommand/tools/bzl/plugin.bzl b/example-simpleSshCommand/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-simpleSshCommand/tools/bzl/plugin.bzl
+++ b/example-simpleSshCommand/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-sshCommandAlias/WORKSPACE b/example-sshCommandAlias/WORKSPACE
index 8b0284a..f1ef565 100644
--- a/example-sshCommandAlias/WORKSPACE
+++ b/example-sshCommandAlias/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-sshCommandAlias/tools/bzl/plugin.bzl b/example-sshCommandAlias/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-sshCommandAlias/tools/bzl/plugin.bzl
+++ b/example-sshCommandAlias/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-topMenu/WORKSPACE b/example-topMenu/WORKSPACE
index 8b0284a..f1ef565 100644
--- a/example-topMenu/WORKSPACE
+++ b/example-topMenu/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-topMenu/tools/bzl/plugin.bzl b/example-topMenu/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-topMenu/tools/bzl/plugin.bzl
+++ b/example-topMenu/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-usageDataLogger/WORKSPACE b/example-usageDataLogger/WORKSPACE
index ca564eb..bdadc24 100644
--- a/example-usageDataLogger/WORKSPACE
+++ b/example-usageDataLogger/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-usageDataLogger/tools/bzl/plugin.bzl b/example-usageDataLogger/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-usageDataLogger/tools/bzl/plugin.bzl
+++ b/example-usageDataLogger/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerAssignee/WORKSPACE b/example-validationListenerAssignee/WORKSPACE
index 50a6839..f967a89 100644
--- a/example-validationListenerAssignee/WORKSPACE
+++ b/example-validationListenerAssignee/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-validationListenerAssignee/tools/bzl/plugin.bzl b/example-validationListenerAssignee/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-validationListenerAssignee/tools/bzl/plugin.bzl
+++ b/example-validationListenerAssignee/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerCommit/WORKSPACE b/example-validationListenerCommit/WORKSPACE
index 64e16c5..6ab125d 100644
--- a/example-validationListenerCommit/WORKSPACE
+++ b/example-validationListenerCommit/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-validationListenerCommit/tools/bzl/plugin.bzl b/example-validationListenerCommit/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-validationListenerCommit/tools/bzl/plugin.bzl
+++ b/example-validationListenerCommit/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerHashtag/WORKSPACE b/example-validationListenerHashtag/WORKSPACE
index 8033ee0..e097f4e 100644
--- a/example-validationListenerHashtag/WORKSPACE
+++ b/example-validationListenerHashtag/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-validationListenerHashtag/tools/bzl/plugin.bzl b/example-validationListenerHashtag/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-validationListenerHashtag/tools/bzl/plugin.bzl
+++ b/example-validationListenerHashtag/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerMerge/WORKSPACE b/example-validationListenerMerge/WORKSPACE
index 9dfb6a2..9d9fd0f 100644
--- a/example-validationListenerMerge/WORKSPACE
+++ b/example-validationListenerMerge/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-validationListenerMerge/tools/bzl/plugin.bzl b/example-validationListenerMerge/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-validationListenerMerge/tools/bzl/plugin.bzl
+++ b/example-validationListenerMerge/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerNewProjectCreated/WORKSPACE b/example-validationListenerNewProjectCreated/WORKSPACE
index a4c4dc7..ac23090 100644
--- a/example-validationListenerNewProjectCreated/WORKSPACE
+++ b/example-validationListenerNewProjectCreated/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-validationListenerNewProjectCreated/tools/bzl/plugin.bzl b/example-validationListenerNewProjectCreated/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-validationListenerNewProjectCreated/tools/bzl/plugin.bzl
+++ b/example-validationListenerNewProjectCreated/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerRefOperation/WORKSPACE b/example-validationListenerRefOperation/WORKSPACE
index 928ed03..373a12f 100644
--- a/example-validationListenerRefOperation/WORKSPACE
+++ b/example-validationListenerRefOperation/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-validationListenerRefOperation/tools/bzl/plugin.bzl b/example-validationListenerRefOperation/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-validationListenerRefOperation/tools/bzl/plugin.bzl
+++ b/example-validationListenerRefOperation/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-validationListenerUpload/WORKSPACE b/example-validationListenerUpload/WORKSPACE
index 0f23055..f7bc3d4 100644
--- a/example-validationListenerUpload/WORKSPACE
+++ b/example-validationListenerUpload/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-validationListenerUpload/tools/bzl/plugin.bzl b/example-validationListenerUpload/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-validationListenerUpload/tools/bzl/plugin.bzl
+++ b/example-validationListenerUpload/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-webLinkBranch/WORKSPACE b/example-webLinkBranch/WORKSPACE
index 3600644..b7b4ce9 100644
--- a/example-webLinkBranch/WORKSPACE
+++ b/example-webLinkBranch/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-webLinkBranch/tools/bzl/plugin.bzl b/example-webLinkBranch/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-webLinkBranch/tools/bzl/plugin.bzl
+++ b/example-webLinkBranch/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-webLinkFileHistory/WORKSPACE b/example-webLinkFileHistory/WORKSPACE
index 8b0284a..f1ef565 100644
--- a/example-webLinkFileHistory/WORKSPACE
+++ b/example-webLinkFileHistory/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-webLinkFileHistory/tools/bzl/plugin.bzl b/example-webLinkFileHistory/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-webLinkFileHistory/tools/bzl/plugin.bzl
+++ b/example-webLinkFileHistory/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-webLinkPatchSet/WORKSPACE b/example-webLinkPatchSet/WORKSPACE
index 8b0284a..f1ef565 100644
--- a/example-webLinkPatchSet/WORKSPACE
+++ b/example-webLinkPatchSet/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-webLinkPatchSet/tools/bzl/plugin.bzl b/example-webLinkPatchSet/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-webLinkPatchSet/tools/bzl/plugin.bzl
+++ b/example-webLinkPatchSet/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-webLinkProject/WORKSPACE b/example-webLinkProject/WORKSPACE
index 8b0284a..f1ef565 100644
--- a/example-webLinkProject/WORKSPACE
+++ b/example-webLinkProject/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-webLinkProject/tools/bzl/plugin.bzl b/example-webLinkProject/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-webLinkProject/tools/bzl/plugin.bzl
+++ b/example-webLinkProject/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE b/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE
index e4744f4..70c3239 100644
--- a/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE
+++ b/example-wuiChangeScreenBelowChangeInfoBlock/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl b/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl
+++ b/example-wuiChangeScreenBelowChangeInfoBlock/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiChangeScreenHeader/WORKSPACE b/example-wuiChangeScreenHeader/WORKSPACE
index 083d1b8..504943c 100644
--- a/example-wuiChangeScreenHeader/WORKSPACE
+++ b/example-wuiChangeScreenHeader/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl
+++ b/example-wuiChangeScreenHeader/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE b/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE
index 01c266e..4f0f830 100644
--- a/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE
+++ b/example-wuiChangeScreenHeaderRightOfButtons/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl
+++ b/example-wuiChangeScreenHeaderRightOfButtons/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE b/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE
index 5897d9c..0139999 100644
--- a/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE
+++ b/example-wuiChangeScreenHeaderRightOfPopDowns/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl b/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl
+++ b/example-wuiChangeScreenHeaderRightOfPopDowns/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiPreferenceScreenBottom/WORKSPACE b/example-wuiPreferenceScreenBottom/WORKSPACE
index d2987d7..6907c43 100644
--- a/example-wuiPreferenceScreenBottom/WORKSPACE
+++ b/example-wuiPreferenceScreenBottom/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl b/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl
+++ b/example-wuiPreferenceScreenBottom/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiProfileExtensionBottom/WORKSPACE b/example-wuiProfileExtensionBottom/WORKSPACE
index f057806..560444b 100644
--- a/example-wuiProfileExtensionBottom/WORKSPACE
+++ b/example-wuiProfileExtensionBottom/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl b/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl
+++ b/example-wuiProfileExtensionBottom/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/example-wuiSettingsScreen/WORKSPACE b/example-wuiSettingsScreen/WORKSPACE
index 638c1a7..dc23cfb 100644
--- a/example-wuiSettingsScreen/WORKSPACE
+++ b/example-wuiSettingsScreen/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "39310fb43f4eaaad2e338b3bcbf393a2f4e11293",
+    commit = "e48c6a61d5a3f9ab4589f324fc85b8e3777d8854",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/example-wuiSettingsScreen/tools/bzl/plugin.bzl b/example-wuiSettingsScreen/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/example-wuiSettingsScreen/tools/bzl/plugin.bzl
+++ b/example-wuiSettingsScreen/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps
diff --git a/tools/bzl/plugin.bzl b/tools/bzl/plugin.bzl
index 2b1df8c..89a1643 100644
--- a/tools/bzl/plugin.bzl
+++ b/tools/bzl/plugin.bzl
@@ -1,4 +1,8 @@
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_plugin.bzl",
-    "gerrit_plugin",
+    _gerrit_plugin = "gerrit_plugin",
+    _plugin_deps = "PLUGIN_DEPS",
 )
+
+gerrit_plugin = _gerrit_plugin
+PLUGIN_DEPS = _plugin_deps