| source_set("unit_tests") { | |
| testonly = true | |
| sources = [ "get_stream_engine.cc" ] | |
| deps = [ | |
| "//base", | |
| "//components/grpc_support", | |
| "//components/grpc_support:bidirectional_stream_unittest", | |
| "//net", | |
| "//net:test_support", | |
| ] | |
| } | |
| source_set("get_stream_engine_header") { | |
| testonly = true | |
| sources = [ "get_stream_engine.h" ] | |
| deps = [ | |
| "//base", | |
| "//net", | |
| ] | |
| } |