|
|
|
@ -136,6 +136,7 @@ cc_library( |
|
|
|
|
visibility = ["//visibility:public"], |
|
|
|
|
deps = [ |
|
|
|
|
":descriptor_upbproto", |
|
|
|
|
":port", |
|
|
|
|
":table", |
|
|
|
|
":upb", |
|
|
|
|
], |
|
|
|
@ -189,6 +190,7 @@ cc_library( |
|
|
|
|
}), |
|
|
|
|
deps = [ |
|
|
|
|
":reflection", |
|
|
|
|
":port", |
|
|
|
|
":table", |
|
|
|
|
":upb", |
|
|
|
|
], |
|
|
|
@ -218,6 +220,7 @@ cc_library( |
|
|
|
|
":descriptor_upbproto", |
|
|
|
|
":handlers", |
|
|
|
|
":reflection", |
|
|
|
|
":port", |
|
|
|
|
":table", |
|
|
|
|
":upb", |
|
|
|
|
], |
|
|
|
@ -253,6 +256,7 @@ cc_library( |
|
|
|
|
deps = [ |
|
|
|
|
":descriptor_upbproto", |
|
|
|
|
":handlers", |
|
|
|
|
":port", |
|
|
|
|
":upb", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
@ -331,6 +335,7 @@ cc_library( |
|
|
|
|
}), |
|
|
|
|
deps = [ |
|
|
|
|
":handlers", |
|
|
|
|
":port", |
|
|
|
|
":upb", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
@ -346,6 +351,7 @@ cc_test( |
|
|
|
|
"//conditions:default": COPTS |
|
|
|
|
}), |
|
|
|
|
deps = [ |
|
|
|
|
":port", |
|
|
|
|
":upb", |
|
|
|
|
":upb_pb", |
|
|
|
|
":upb_test", |
|
|
|
@ -376,6 +382,7 @@ cc_test( |
|
|
|
|
}), |
|
|
|
|
deps = [ |
|
|
|
|
":handlers", |
|
|
|
|
":port", |
|
|
|
|
":test_decoder_upbproto", |
|
|
|
|
":upb", |
|
|
|
|
":upb_pb", |
|
|
|
@ -404,6 +411,7 @@ cc_test( |
|
|
|
|
}), |
|
|
|
|
deps = [ |
|
|
|
|
":handlers", |
|
|
|
|
":port", |
|
|
|
|
":reflection", |
|
|
|
|
":test_cpp_upbproto", |
|
|
|
|
":upb", |
|
|
|
@ -420,6 +428,7 @@ cc_test( |
|
|
|
|
"//conditions:default": CPPOPTS |
|
|
|
|
}), |
|
|
|
|
deps = [ |
|
|
|
|
":port", |
|
|
|
|
":table", |
|
|
|
|
":upb", |
|
|
|
|
":upb_test", |
|
|
|
|