blob: 2c3502fc407da9aa3db6bc988ae47c320c70b81f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LIBRARY()
SRCS(
http_download.cpp
)
PEERDIR(
yql/essentials/core/file_storage/defs
yql/essentials/core/file_storage/download
yql/essentials/core/file_storage/proto
yql/essentials/core/file_storage/http_download/proto
yql/essentials/utils/fetch
yql/essentials/utils/log
yql/essentials/utils
library/cpp/digest/md5
library/cpp/http/misc
)
END()
|