aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/internal/transport/ya.make
blob: 59f549645b96d035828bf8d3cbdf6f3ee83f5872 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    bdp_estimator.go
    controlbuf.go
    defaults.go
    flowcontrol.go
    handler_server.go
    http2_client.go
    http2_server.go
    http_util.go
    logging.go
    proxy.go
    transport.go
)

GO_TEST_SRCS(
    handler_server_test.go
    http_util_test.go
    keepalive_test.go
    proxy_test.go
    transport_test.go
)

END()

RECURSE(
    gotest
    networktype
)