blob: d411dc8287ee95636314a0a1d87acbc2c2250bd4 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
internal.go
xds_handshake_cluster.go
)
END()
RECURSE(
admin
backoff
balancer
balancergroup
balancerload
binarylog
buffer
cache
channelz
credentials
envconfig
googlecloud
grpclog
grpcrand
grpcsync
grpctest
grpcutil
hierarchy
leakcheck
metadata
pretty
profiling
proto
resolver
serviceconfig
status
stubserver
testutils
transport
wrr
xds
# yo
)
IF (OS_LINUX)
RECURSE(syscall)
ENDIF()
IF (OS_DARWIN)
RECURSE(syscall)
ENDIF()
IF (OS_WINDOWS)
RECURSE(syscall)
ENDIF()
|