Sign in
flutter
/
third_party
/
protobuf
/
refs/heads/gha-test
/
.
/
src
/
google
/
protobuf
/
bridge
/
BUILD.bazel
blob: 56d4b791f6dad5d01c13212a4b84e591447af244 [
file
] [
edit
]
load
(
"//bazel:proto_library.bzl"
,
"proto_library"
)
package
(
default_visibility
=
[
"//visibility:public"
],
)
proto_library
(
name
=
"message_set_proto"
,
srcs
=
[
"message_set.proto"
],
strip_import_prefix
=
"/src"
,
)