diff --git a/hpb/backend/upb/BUILD b/hpb/backend/upb/BUILD index 0fb53571d5..c195c1666c 100644 --- a/hpb/backend/upb/BUILD +++ b/hpb/backend/upb/BUILD @@ -29,7 +29,11 @@ cc_library( compatible_with = ["//buildenv/target:non_prod"], visibility = [ "//hpb:__subpackages__", - "//protos:__pkg__", + "//video/youtube/utils/elements/client/component_type:__pkg__", + "//video/youtube/utils/elements/idom/styling/style_provider:__pkg__", + "//video/youtube/utils/elements/idom/styling/theme_provider:__pkg__", + "//video/youtube/utils/elements/javascript/client/proto/upb/native:__pkg__", + "//video/youtube/utils/elements/upb/crosslang:__pkg__", ], deps = [ "//hpb:ptr", diff --git a/protos/BUILD b/protos/BUILD index b25f8420a3..ba1783eb5b 100644 --- a/protos/BUILD +++ b/protos/BUILD @@ -24,7 +24,6 @@ # visibility = ["//visibility:public"], # deps = [ # "//hpb", -# "//hpb/backend/upb:interop", # ], # ) # end:google_only diff --git a/protos/protos.h b/protos/protos.h index d6c0f39ecc..70d2c03d7c 100644 --- a/protos/protos.h +++ b/protos/protos.h @@ -6,7 +6,6 @@ // https://developers.google.com/open-source/licenses/bsd #ifndef UPB_PROTOS_PROTOS_H_ #define UPB_PROTOS_PROTOS_H_ -#include "google/protobuf/hpb/backend/upb/interop.h" #include "google/protobuf/hpb/hpb.h" namespace protos { namespace internal { @@ -18,7 +17,6 @@ using hpb::internal::GetInternalMsg; using hpb::internal::PrivateAccess; using hpb::internal::Serialize; using hpb::internal::SetExtension; -using hpb::interop::upb::GetMiniTable; } // namespace internal using hpb::Parse; using hpb::Serialize;