|
|
@ -18,6 +18,9 @@ licenses(["notice"]) |
|
|
|
|
|
|
|
|
|
|
|
package( |
|
|
|
package( |
|
|
|
default_visibility = ["//visibility:public"], |
|
|
|
default_visibility = ["//visibility:public"], |
|
|
|
|
|
|
|
features = [ |
|
|
|
|
|
|
|
"layering_check", |
|
|
|
|
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
grpc_cc_library( |
|
|
|
grpc_cc_library( |
|
|
@ -34,6 +37,7 @@ grpc_cc_library( |
|
|
|
], |
|
|
|
], |
|
|
|
deps = [ |
|
|
|
deps = [ |
|
|
|
"//:gpr", |
|
|
|
"//:gpr", |
|
|
|
|
|
|
|
"//:gpr_platform", |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
@ -53,6 +57,7 @@ grpc_cc_library( |
|
|
|
], |
|
|
|
], |
|
|
|
deps = [ |
|
|
|
deps = [ |
|
|
|
"//:gpr", |
|
|
|
"//:gpr", |
|
|
|
|
|
|
|
"//:gpr_platform", |
|
|
|
"//:orphanable", |
|
|
|
"//:orphanable", |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
@ -72,6 +77,7 @@ grpc_cc_library( |
|
|
|
deps = [ |
|
|
|
deps = [ |
|
|
|
":binder", |
|
|
|
":binder", |
|
|
|
":wire_reader", |
|
|
|
":wire_reader", |
|
|
|
|
|
|
|
"//:gpr_platform", |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
@ -87,6 +93,7 @@ grpc_cc_library( |
|
|
|
":transaction", |
|
|
|
":transaction", |
|
|
|
"//:gpr", |
|
|
|
"//:gpr", |
|
|
|
"//:gpr_base", |
|
|
|
"//:gpr_base", |
|
|
|
|
|
|
|
"//:gpr_platform", |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
@ -107,6 +114,7 @@ grpc_cc_library( |
|
|
|
":binder", |
|
|
|
":binder", |
|
|
|
":wire_writer", |
|
|
|
":wire_writer", |
|
|
|
"//:gpr", |
|
|
|
"//:gpr", |
|
|
|
|
|
|
|
"//:gpr_platform", |
|
|
|
"//:orphanable", |
|
|
|
"//:orphanable", |
|
|
|
"//src/core/ext/transport/binder/utils:transport_stream_receiver", |
|
|
|
"//src/core/ext/transport/binder/utils:transport_stream_receiver", |
|
|
|
], |
|
|
|
], |
|
|
|