aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/http/ya.make
blob: ef81a4b64a71802ff974fdecdb9dff8bb1e67c22 (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
LIBRARY()

INCLUDE(${ARCADIA_ROOT}/yt/ya_cpp.make.inc)

SRCS(
    abortable_http_response.cpp
    context.cpp
    helpers.cpp
    host_manager.cpp
    http.cpp
    http_client.cpp
    requests.cpp
    retry_request.cpp
)

PEERDIR(
    library/cpp/deprecated/atomic
    library/cpp/http/io
    library/cpp/string_utils/base64
    library/cpp/string_utils/quote
    library/cpp/threading/cron
    yt/cpp/mapreduce/common
    yt/cpp/mapreduce/interface
    yt/cpp/mapreduce/interface/logging
    yt/yt/core/http
    yt/yt/core/https
)

END()