Skip to content

Commit

Permalink
Add protoc-gen-grpc-gateway/httprule test dependency to bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed May 30, 2018
1 parent 0c82488 commit 01f081d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion protoc-gen-grpc-gateway/httprule/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")

package(default_visibility = ["//:generators"])
package(default_visibility = ["//:generators", "//runtime:__subpackages__"])

go_library(
name = "go_default_library",
Expand Down
1 change: 1 addition & 0 deletions runtime/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ go_test(
"//examples/proto/examplepb:go_default_library",
"//runtime/internal:go_default_library",
"//utilities:go_default_library",
"//protoc-gen-grpc-gateway/httprule:go_default_library",
"@com_github_golang_protobuf//jsonpb:go_default_library",
"@com_github_golang_protobuf//proto:go_default_library",
"@com_github_golang_protobuf//ptypes:go_default_library",
Expand Down

0 comments on commit 01f081d

Please sign in to comment.