Skip to content

Commit

Permalink
upb: rewrite the Dart code generator in C++
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623367386
  • Loading branch information
ericsalo authored and pull[bot] committed Jul 25, 2024
1 parent 2bdfdf3 commit 0001349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upb_generator/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ bootstrap_cc_library(
"//upb/reflection:reflection",
],
copts = UPB_DEFAULT_CPPOPTS,
visibility = ["//protos_generator:__pkg__"],
visibility = ["//upb:friend_generators"],
deps = [
":mangle",
"//upb:mini_table",
Expand Down Expand Up @@ -157,7 +157,7 @@ bootstrap_cc_library(
"//upb/reflection:reflection",
],
copts = UPB_DEFAULT_CPPOPTS,
visibility = ["//protos_generator:__pkg__"],
visibility = ["//upb:friend_generators"],
deps = [
"//upb:port",
"@com_google_absl//absl/container:flat_hash_set",
Expand All @@ -179,7 +179,7 @@ bootstrap_cc_library(
"//upb/reflection:reflection",
],
copts = UPB_DEFAULT_CPPOPTS,
visibility = ["//protos_generator:__pkg__"],
visibility = ["//upb:friend_generators"],
deps = [
"//:protobuf",
"@com_google_absl//absl/base:core_headers",
Expand Down

0 comments on commit 0001349

Please sign in to comment.