ya.make 656 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. internal.go
  5. xds_handshake_cluster.go
  6. )
  7. END()
  8. RECURSE(
  9. admin
  10. backoff
  11. balancer
  12. balancergroup
  13. balancerload
  14. binarylog
  15. buffer
  16. cache
  17. channelz
  18. credentials
  19. envconfig
  20. googlecloud
  21. grpclog
  22. grpcrand
  23. grpcsync
  24. grpctest
  25. grpcutil
  26. hierarchy
  27. leakcheck
  28. metadata
  29. pretty
  30. profiling
  31. proto
  32. resolver
  33. serviceconfig
  34. status
  35. stubserver
  36. testutils
  37. transport
  38. wrr
  39. xds
  40. # yo
  41. )
  42. IF (OS_LINUX)
  43. RECURSE(syscall)
  44. ENDIF()
  45. IF (OS_DARWIN)
  46. RECURSE(syscall)
  47. ENDIF()
  48. IF (OS_WINDOWS)
  49. RECURSE(syscall)
  50. ENDIF()