summaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch
diff options
context:
space:
mode:
authoralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
committeralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/cpp/http/fetch
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/http/fetch')
-rw-r--r--library/cpp/http/fetch/ut/ya.make8
-rw-r--r--library/cpp/http/fetch/ya.make34
2 files changed, 0 insertions, 42 deletions
diff --git a/library/cpp/http/fetch/ut/ya.make b/library/cpp/http/fetch/ut/ya.make
deleted file mode 100644
index df14c2a09f0..00000000000
--- a/library/cpp/http/fetch/ut/ya.make
+++ /dev/null
@@ -1,8 +0,0 @@
-UNITTEST_FOR(library/cpp/http/fetch)
-
-SRCS(
- httpfsm_ut.cpp
- httpparser_ut.cpp
-)
-
-END()
diff --git a/library/cpp/http/fetch/ya.make b/library/cpp/http/fetch/ya.make
deleted file mode 100644
index 78125f42cf3..00000000000
--- a/library/cpp/http/fetch/ya.make
+++ /dev/null
@@ -1,34 +0,0 @@
-LIBRARY()
-
-PEERDIR(
- contrib/libs/zlib
- library/cpp/charset
- library/cpp/digest/md5
- library/cpp/http/misc
- library/cpp/logger
- library/cpp/mime/types
- library/cpp/uri
-)
-
-SRCS(
- http_digest.cpp
- http_socket.cpp
- httpheader.cpp
- httpload.cpp
- exthttpcodes.cpp
- httpfsm.rl6
- httpagent.h
- httpfetcher.h
- httpheader.h
- httpparser.h
- httpzreader.h
- sockhandler.h
-)
-
-GENERATE_ENUM_SERIALIZATION(httpheader.h)
-
-SET(RAGEL6_FLAGS -CG1)
-
-END()
-
-RECURSE_FOR_TESTS(ut)