ya.make 667 B

1234567891011121314151617181920212223242526272829303132333435
  1. LIBRARY()
  2. SRCS(
  3. file_storage_decorator.cpp
  4. file_storage.cpp
  5. file_storage.h
  6. sized_cache.cpp
  7. sized_cache.h
  8. storage.cpp
  9. storage.h
  10. url_meta.cpp
  11. url_meta.h
  12. )
  13. PEERDIR(
  14. library/cpp/cache
  15. library/cpp/digest/md5
  16. library/cpp/logger/global
  17. library/cpp/threading/future
  18. library/cpp/protobuf/util
  19. library/cpp/uri
  20. yql/essentials/core/file_storage/proto
  21. yql/essentials/core/file_storage/defs
  22. yql/essentials/core/file_storage/download
  23. yql/essentials/core/file_storage/http_download
  24. yql/essentials/utils
  25. yql/essentials/utils/log
  26. yql/essentials/utils/fetch
  27. )
  28. END()
  29. RECURSE_FOR_TESTS(
  30. ut
  31. )