ya.make 256 B

1234567891011121314151617181920212223242526
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. orcalb.go
  5. test_utils.go
  6. )
  7. END()
  8. RECURSE(
  9. alts
  10. client
  11. fake_grpclb
  12. grpc_testing
  13. http2
  14. server
  15. xds
  16. xds_federation
  17. # yo
  18. )
  19. IF (OS_LINUX)
  20. RECURSE(grpclb_fallback)
  21. ENDIF()