Adding shim for generating C++ protos.
diff --git a/WORKSPACE b/WORKSPACE
index 1499a0a..98c3afa 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -4,16 +4,6 @@
 )
 
 bind(
-    name = "grpc_cpp_plugin",
-    actual = "//:grpc_cpp_plugin",
-)
-
-bind(
-    name = "grpc++",
-    actual = "//:grpc++",
-)
-
-bind(
     name = "libssl",
     actual = "@submodule_boringssl//:ssl",
 )
@@ -34,7 +24,7 @@
 )
 
 bind(
-    name = "protobuf_compiler",
+    name = "protocol_compiler",
     actual = "@submodule_protobuf//:protoc",
 )