| commit | b0994a650145d4e2b15b0ba0034129fd529f0b04 | [log] [tgz] |
|---|---|---|
| author | Joshua Haberman <jhaberman@gmail.com> | Thu Oct 15 15:50:20 2020 -0700 |
| committer | Joshua Haberman <jhaberman@gmail.com> | Thu Oct 15 15:50:20 2020 -0700 |
| tree | af7a418c3276db0ad11955c3a9ca70d617093624 | |
| parent | de800540183195751c80f551c665f6ed228bbd97 [diff] |
Added missing dep from benchmark.
diff --git a/BUILD b/BUILD index 04c3b2c..fb7b18a 100644 --- a/BUILD +++ b/BUILD
@@ -373,6 +373,7 @@ ":benchmark_descriptor_cc_proto", ":benchmark_descriptor_upb_proto", ":benchmark_descriptor_upb_proto_reflection", + ":descriptor_upb_proto", ":reflection", "@com_github_google_benchmark//:benchmark_main", "@com_google_protobuf//:protobuf",