aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/file_storage/ya.make
blob: 2fa051cf90d04103004b51ffb7bd6e12b31cdaec (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
LIBRARY()

SRCS(
    file_storage_decorator.cpp
    file_storage.cpp
    file_storage.h
    sized_cache.cpp
    sized_cache.h
    storage.cpp
    storage.h
    url_meta.cpp
    url_meta.h
)

PEERDIR(
    library/cpp/cache
    library/cpp/digest/md5
    library/cpp/logger/global
    library/cpp/threading/future
    library/cpp/protobuf/util
    library/cpp/uri
    yql/essentials/core/file_storage/proto
    yql/essentials/core/file_storage/defs
    yql/essentials/core/file_storage/download
    yql/essentials/core/file_storage/http_download
    yql/essentials/utils
    yql/essentials/utils/log
    yql/essentials/utils/fetch
)

END()

RECURSE_FOR_TESTS(
    ut
)