ya.make 539 B

1234567891011121314151617181920212223242526272829
  1. LIBRARY()
  2. INCLUDE(${ARCADIA_ROOT}/yt/ya_cpp.make.inc)
  3. SRCS(
  4. abortable_http_response.cpp
  5. context.cpp
  6. helpers.cpp
  7. host_manager.cpp
  8. http.cpp
  9. http_client.cpp
  10. requests.cpp
  11. retry_request.cpp
  12. )
  13. PEERDIR(
  14. library/cpp/deprecated/atomic
  15. library/cpp/http/io
  16. library/cpp/string_utils/base64
  17. library/cpp/string_utils/quote
  18. library/cpp/threading/cron
  19. yt/cpp/mapreduce/common
  20. yt/cpp/mapreduce/interface
  21. yt/cpp/mapreduce/interface/logging
  22. yt/yt/core/http
  23. yt/yt/core/https
  24. )
  25. END()