Skip to content

Commit 2fa444a

Browse files
kyliaumgechev
authored andcommitted
build: change deps in ts_proto_library to proto
1 parent e5db6a8 commit 2fa444a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build_event_protocol/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary")
88

99
ts_proto_library(
1010
name = "build_event_stream",
11-
deps = ["//third_party/github.com/bazelbuild/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto"],
11+
proto = "//third_party/github.com/bazelbuild/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto",
1212
)
1313

1414
ts_library(

0 commit comments

Comments
 (0)