From 5e5e0cf24aa630d5ee1deb1ebf1032b7b788d9b8 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 14 May 2019 14:12:33 -0700 Subject: More Blaze fixes. --- BUILD | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 436b845..65eb95a 100644 --- a/BUILD +++ b/BUILD @@ -154,6 +154,7 @@ cc_library( deps = [ ":descriptor_upbproto", ":handlers", + ":reflection", ":table", ":upb", ], @@ -236,7 +237,10 @@ cc_library( "tests/upb_test.h", ], copts = CPPOPTS, - deps = [":handlers"], + deps = [ + ":handlers", + ":upb", + ], ) cc_test( @@ -270,7 +274,9 @@ cc_test( srcs = ["tests/pb/test_decoder.cc"], copts = CPPOPTS, deps = [ + ":handlers", ":test_decoder_upbproto", + ":upb", ":upb_pb", ":upb_test", ], @@ -288,6 +294,7 @@ cc_test( deps = [ ":descriptor_upbproto", ":descriptor_upbreflection", + ":upb", ":upb_cc_bindings", ":upb_pb", ":upb_test", @@ -311,6 +318,8 @@ cc_test( srcs = ["tests/test_cpp.cc"], copts = CPPOPTS, deps = [ + ":handlers", + ":reflection", ":test_cpp_upbproto", ":upb", ":upb_pb", @@ -323,6 +332,7 @@ cc_test( srcs = ["tests/test_table.cc"], copts = CPPOPTS, deps = [ + ":table", ":upb", ":upb_test", ], @@ -399,7 +409,7 @@ cc_binary( make_shell_script( name = "gen_test_conformance_upb", out = "test_conformance_upb.sh", - contents = "$(rlocation @com_google_protobuf/conformance_test_runner) $(rlocation upb/conformance_upb)", + contents = "external/com_google_protobuf/conformance_test_runner ./conformance_upb", ) sh_test( -- cgit v1.2.3