Skip to content

Commit

Permalink
fixup: BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Oct 7, 2024
1 parent 9323525 commit ee9788b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ java_proto_library(
deps = [":control_proto"],
)

proto_library(
name = "xdsconfig",
srcs = ["grpc/testing/xdsconfig/xdsconfig.proto"],
deps = ["@com_google_protobuf//:any_proto"],
)

proto_library(
name = "report_qps_scenario_service_proto",
srcs = ["grpc/testing/report_qps_scenario_service.proto"],
Expand Down

0 comments on commit ee9788b

Please sign in to comment.