aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/http/ya.make
blob: 9b66988ea9a25f61156756ec1dd2ab272f7f97c6 (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
36
LIBRARY()

SRCS(
    http_cache.cpp
    http_cache.h
    http_compress.cpp
    http_config.h
    http_proxy_acceptor.cpp
    http_proxy_incoming.cpp
    http_proxy_outgoing.cpp
    http_proxy_sock_impl.h
    http_proxy_sock64.h
    http_proxy_ssl.h
    http_proxy.cpp
    http_proxy.h
    http_static.cpp
    http_static.h
    http.cpp
    http.h
)

PEERDIR(
    contrib/libs/openssl
    contrib/libs/zlib
    library/cpp/actors/core
    library/cpp/actors/interconnect
    library/cpp/dns
    library/cpp/monlib/metrics
    library/cpp/string_utils/quote
)

END()

RECURSE_FOR_TESTS(
    ut
)