|
|
|
@ -449,7 +449,7 @@ cc_library( |
|
|
|
|
"upb/port/def.inc", |
|
|
|
|
"upb/port/undef.inc", |
|
|
|
|
"upb/reflection/def.h", |
|
|
|
|
"upb/reflection/def_pool_internal.h", |
|
|
|
|
"upb/reflection/internal/def_pool.h", |
|
|
|
|
], |
|
|
|
|
copts = UPB_DEFAULT_COPTS, |
|
|
|
|
visibility = ["//visibility:public"], |
|
|
|
@ -539,35 +539,35 @@ bootstrap_cc_library( |
|
|
|
|
"upb/reflection/common.h", |
|
|
|
|
"upb/reflection/def.h", |
|
|
|
|
"upb/reflection/def.hpp", |
|
|
|
|
"upb/reflection/def_builder_internal.h", |
|
|
|
|
"upb/reflection/def_pool.h", |
|
|
|
|
"upb/reflection/def_pool_internal.h", |
|
|
|
|
"upb/reflection/def_type.h", |
|
|
|
|
"upb/reflection/desc_state_internal.h", |
|
|
|
|
"upb/reflection/enum_def.h", |
|
|
|
|
"upb/reflection/enum_def_internal.h", |
|
|
|
|
"upb/reflection/enum_reserved_range.h", |
|
|
|
|
"upb/reflection/enum_reserved_range_internal.h", |
|
|
|
|
"upb/reflection/enum_value_def.h", |
|
|
|
|
"upb/reflection/enum_value_def_internal.h", |
|
|
|
|
"upb/reflection/extension_range.h", |
|
|
|
|
"upb/reflection/extension_range_internal.h", |
|
|
|
|
"upb/reflection/field_def.h", |
|
|
|
|
"upb/reflection/field_def_internal.h", |
|
|
|
|
"upb/reflection/file_def.h", |
|
|
|
|
"upb/reflection/file_def_internal.h", |
|
|
|
|
"upb/reflection/internal/def_builder.h", |
|
|
|
|
"upb/reflection/internal/def_pool.h", |
|
|
|
|
"upb/reflection/internal/desc_state.h", |
|
|
|
|
"upb/reflection/internal/enum_def.h", |
|
|
|
|
"upb/reflection/internal/enum_reserved_range.h", |
|
|
|
|
"upb/reflection/internal/enum_value_def.h", |
|
|
|
|
"upb/reflection/internal/extension_range.h", |
|
|
|
|
"upb/reflection/internal/field_def.h", |
|
|
|
|
"upb/reflection/internal/file_def.h", |
|
|
|
|
"upb/reflection/internal/message_def.h", |
|
|
|
|
"upb/reflection/internal/message_reserved_range.h", |
|
|
|
|
"upb/reflection/internal/method_def.h", |
|
|
|
|
"upb/reflection/internal/oneof_def.h", |
|
|
|
|
"upb/reflection/internal/service_def.h", |
|
|
|
|
"upb/reflection/message.h", |
|
|
|
|
"upb/reflection/message.hpp", |
|
|
|
|
"upb/reflection/message_def.h", |
|
|
|
|
"upb/reflection/message_def_internal.h", |
|
|
|
|
"upb/reflection/message_reserved_range.h", |
|
|
|
|
"upb/reflection/message_reserved_range_internal.h", |
|
|
|
|
"upb/reflection/method_def.h", |
|
|
|
|
"upb/reflection/method_def_internal.h", |
|
|
|
|
"upb/reflection/oneof_def.h", |
|
|
|
|
"upb/reflection/oneof_def_internal.h", |
|
|
|
|
"upb/reflection/service_def.h", |
|
|
|
|
"upb/reflection/service_def_internal.h", |
|
|
|
|
], |
|
|
|
|
bootstrap_deps = [":descriptor_upb_proto"], |
|
|
|
|
copts = UPB_DEFAULT_COPTS, |
|
|
|
@ -722,9 +722,9 @@ cc_test( |
|
|
|
|
name = "def_builder_test", |
|
|
|
|
srcs = [ |
|
|
|
|
"upb/reflection/common.h", |
|
|
|
|
"upb/reflection/def_builder_internal.h", |
|
|
|
|
"upb/reflection/def_builder_test.cc", |
|
|
|
|
"upb/reflection/def_type.h", |
|
|
|
|
"upb/reflection/internal/def_builder.h", |
|
|
|
|
], |
|
|
|
|
deps = [ |
|
|
|
|
":descriptor_upb_proto", |
|
|
|
|