Skip to content

Commit

Permalink
Upgrade everything! [
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681163732
  • Loading branch information
Wyverald authored and copybara-github committed Oct 1, 2024
1 parent 9e3f398 commit 19aa952
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
load("@rules_java//java:defs.bzl", "java_proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

package(default_visibility = ["//visibility:public"])

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
load("@rules_java//java:defs.bzl", "java_library", "java_proto_library")

package(default_visibility = ["//visibility:public"])
Expand Down
11 changes: 6 additions & 5 deletions third_party/bazel/src/main/protobuf/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@rules_proto//proto:defs.bzl", "proto_library")
load("@com_google_protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
load("@rules_python//python:proto.bzl", "py_proto_library")

package(default_visibility = ["//visibility:public"])
Expand Down Expand Up @@ -171,9 +172,9 @@ proto_library(
srcs = ["remote_execution_log.proto"],
deps = [
"@com_google_protobuf//:timestamp_proto",
"@googleapis//:google_bytestream_bytestream_proto",
"@googleapis//:google_longrunning_operations_proto",
"@googleapis//:google_rpc_status_proto",
"@googleapis//google/bytestream:bytestream_proto",
"@googleapis//google/longrunning:operations_proto",
"@googleapis//google/rpc:status_proto",
"@remoteapis//:build_bazel_remote_execution_v2_remote_execution_proto",
],
)
Expand Down Expand Up @@ -208,7 +209,7 @@ proto_library(
srcs = ["bazel_output_service.proto"],
deps = [
"@com_google_protobuf//:any_proto",
"@googleapis//:google_rpc_status_proto",
"@googleapis//google/rpc:status_proto",
],
)

Expand Down

0 comments on commit 19aa952

Please sign in to comment.