File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ cc_library(
109
109
name = "generated_hpb_support" ,
110
110
visibility = [
111
111
"//hpb/bazel:__pkg__" ,
112
- "//src/google/protobuf/compiler/hpb :__pkg__" ,
112
+ "//hpb_generator :__pkg__" ,
113
113
],
114
114
deps = [
115
115
":hpb" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ cc_library(
21
21
name = "names" ,
22
22
srcs = ["names.cc" ],
23
23
hdrs = ["names.h" ],
24
- visibility = ["//src/google/protobuf/compiler/hpb :__pkg__" ],
24
+ visibility = ["//hpb_generator :__pkg__" ],
25
25
deps = [
26
26
":names_internal" ,
27
27
"@abseil-cpp//absl/container:flat_hash_map" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cc_library(
28
28
srcs = ["cpp_to_upb_def.cc" ],
29
29
hdrs = ["cpp_to_upb_def.h" ],
30
30
visibility = [
31
- "//src/google/protobuf/compiler/hpb :__subpackages__" ,
31
+ "//hpb_generator :__subpackages__" ,
32
32
"//third_party/kotlin/protobuf/generator/native:__subpackages__" ,
33
33
],
34
34
deps = [
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ cc_library(
57
57
srcs = ["names.cc" ],
58
58
hdrs = ["names.h" ],
59
59
visibility = [
60
- "//src/google/protobuf/compiler/hpb :__pkg__" ,
60
+ "//hpb_generator :__pkg__" ,
61
61
"//src/google/protobuf/compiler/rust:__pkg__" ,
62
62
"//third_party/kotlin/protobuf/generator/native:__pkg__" ,
63
63
"//upb_generator:__subpackages__" ,
You can’t perform that action at this time.
0 commit comments