aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/grpc
diff options
context:
space:
mode:
authorvartyukh <vartyukh@yandex-team.ru>2022-02-10 16:50:16 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:16 +0300
commit97df5ca7413550bf233fc6c7210e292fca0a51af (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/grpc
parent18f9abdade80b500b7ea1ef2d286e2465a1c8466 (diff)
downloadydb-97df5ca7413550bf233fc6c7210e292fca0a51af.tar.gz
Restoring authorship annotation for <vartyukh@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/grpc')
-rw-r--r--library/cpp/grpc/client/ya.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/grpc/client/ya.make b/library/cpp/grpc/client/ya.make
index 607bd474cb..a4e74b067c 100644
--- a/library/cpp/grpc/client/ya.make
+++ b/library/cpp/grpc/client/ya.make
@@ -1,19 +1,19 @@
-LIBRARY()
-
+LIBRARY()
+
OWNER(
ddoarn
g:kikimr
)
-
-SRCS(
+
+SRCS(
grpc_client_low.cpp
-)
-
-PEERDIR(
+)
+
+PEERDIR(
contrib/libs/grpc
-)
-
-END()
+)
+
+END()
RECURSE_FOR_TESTS(
ut