github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/plugin/grpc/grpc-node/BUILD.bazel (about) 1 load("@build_stack_rules_proto//rules:proto_plugin.bzl", "proto_plugin") 2 3 proto_plugin( 4 name = "protoc-gen-grpc-node", 5 tool = "@com_github_grpc_grpc_node_packages_grpc_tools_src//:grpc_node_plugin", 6 visibility = ["//visibility:public"], 7 ) 8 9 filegroup( 10 name = "all_files", 11 testonly = True, 12 srcs = ["BUILD.bazel"], 13 visibility = ["//plugin:__pkg__"], 14 )