diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/streams | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/streams')
-rw-r--r-- | library/cpp/streams/brotli/ut/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/streams/brotli/ya.make | 17 | ||||
-rw-r--r-- | library/cpp/streams/bzip2/ut/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/streams/bzip2/ya.make | 16 | ||||
-rw-r--r-- | library/cpp/streams/lz/ut/ya.make | 18 | ||||
-rw-r--r-- | library/cpp/streams/lz/ya.make | 20 | ||||
-rw-r--r-- | library/cpp/streams/lzma/ut/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/streams/lzma/ya.make | 16 | ||||
-rw-r--r-- | library/cpp/streams/ya.make | 26 | ||||
-rw-r--r-- | library/cpp/streams/zc_memory_input/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/streams/zstd/ut/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/streams/zstd/ya.make | 16 |
12 files changed, 0 insertions, 189 deletions
diff --git a/library/cpp/streams/brotli/ut/ya.make b/library/cpp/streams/brotli/ut/ya.make deleted file mode 100644 index 243462f1b2b..00000000000 --- a/library/cpp/streams/brotli/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/brotli) - -OWNER( - levysotsky - g:util -) - -SRCS( - brotli_ut.cpp -) - -END() diff --git a/library/cpp/streams/brotli/ya.make b/library/cpp/streams/brotli/ya.make deleted file mode 100644 index fa2bfec9cc5..00000000000 --- a/library/cpp/streams/brotli/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - levysotsky - g:util -) - -PEERDIR( - contrib/libs/brotli/enc - contrib/libs/brotli/dec -) - -SRCS( - brotli.cpp -) - -END() diff --git a/library/cpp/streams/bzip2/ut/ya.make b/library/cpp/streams/bzip2/ut/ya.make deleted file mode 100644 index 5ef91498ca7..00000000000 --- a/library/cpp/streams/bzip2/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/bzip2) - -OWNER( - pg - g:util -) - -SRCS( - bzip2_ut.cpp -) - -END() diff --git a/library/cpp/streams/bzip2/ya.make b/library/cpp/streams/bzip2/ya.make deleted file mode 100644 index 122a35837c3..00000000000 --- a/library/cpp/streams/bzip2/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -PEERDIR( - contrib/libs/libbz2 -) - -SRCS( - bzip2.cpp -) - -END() diff --git a/library/cpp/streams/lz/ut/ya.make b/library/cpp/streams/lz/ut/ya.make deleted file mode 100644 index 18288c8ac91..00000000000 --- a/library/cpp/streams/lz/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/lz) - -OWNER( - pg - g:util -) - -RESOURCE( - random.data /random.data - request.data /request.data - yq_609.data /yq_609.data -) - -SRCS( - lz_ut.cpp -) - -END() diff --git a/library/cpp/streams/lz/ya.make b/library/cpp/streams/lz/ya.make deleted file mode 100644 index e5eea0b096b..00000000000 --- a/library/cpp/streams/lz/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -PEERDIR( - contrib/libs/fastlz - contrib/libs/lz4 - contrib/libs/minilzo - contrib/libs/quicklz - contrib/libs/snappy -) - -SRCS( - lz.cpp -) - -END() diff --git a/library/cpp/streams/lzma/ut/ya.make b/library/cpp/streams/lzma/ut/ya.make deleted file mode 100644 index 01624f02590..00000000000 --- a/library/cpp/streams/lzma/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/lzma) - -OWNER( - pg - g:util -) - -SRCS( - lzma_ut.cpp -) - -END() diff --git a/library/cpp/streams/lzma/ya.make b/library/cpp/streams/lzma/ya.make deleted file mode 100644 index 38c05145c43..00000000000 --- a/library/cpp/streams/lzma/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -PEERDIR( - contrib/libs/lzmasdk -) - -SRCS( - lzma.cpp -) - -END() diff --git a/library/cpp/streams/ya.make b/library/cpp/streams/ya.make deleted file mode 100644 index 7426a874ee4..00000000000 --- a/library/cpp/streams/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -RECURSE( - brotli - brotli/ut - base64 - brotli - bzip2 - bzip2/ut - factory - factory/ut - fields_io - fields_io/ut - growing_file_input - growing_file_input/ut - lz - lz/ut - lzma - lzma/ut - lzop - lzop/ut - special - special/ut - xz - zc_memory_input - zstd - zstd/ut -) diff --git a/library/cpp/streams/zc_memory_input/ya.make b/library/cpp/streams/zc_memory_input/ya.make deleted file mode 100644 index bc94d6f1ed1..00000000000 --- a/library/cpp/streams/zc_memory_input/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -SRCS( - zc_memory_input.cpp -) - -END() diff --git a/library/cpp/streams/zstd/ut/ya.make b/library/cpp/streams/zstd/ut/ya.make deleted file mode 100644 index 1b98f0ad5e6..00000000000 --- a/library/cpp/streams/zstd/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/zstd) - -OWNER( - bulatman - g:util -) - -SRCS( - zstd_ut.cpp -) - -END() diff --git a/library/cpp/streams/zstd/ya.make b/library/cpp/streams/zstd/ya.make deleted file mode 100644 index c284deeeff2..00000000000 --- a/library/cpp/streams/zstd/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - bulatman - g:util -) - -PEERDIR( - contrib/libs/zstd -) - -SRCS( - zstd.cpp -) - -END() |