diff --git a/BUILD b/BUILD index 3974c8fdcf..04c3b2c288 100644 --- a/BUILD +++ b/BUILD @@ -567,7 +567,7 @@ cc_test( }), deps = [ ":descriptor_upb_proto", - ":descriptor_upbreflection", + ":descriptor_upb_proto_reflection", ":upb", ":upb_cc_bindings", ":upb_pb", diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py index c31b413a89..15c0cf6925 100755 --- a/tools/make_cmakelists.py +++ b/tools/make_cmakelists.py @@ -117,6 +117,9 @@ class BuildFileFunctions(object): def proto_library(self, **kwargs): pass + def cc_proto_library(self, **kwargs): + pass + def generated_file_staleness_test(self, **kwargs): pass