diff options
author | abogutskiy <abogutskiy@yandex-team.ru> | 2022-02-10 16:50:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:05 +0300 |
commit | 78454ca6aab96463952682e635688185282ccdcd (patch) | |
tree | 17159d279d7f9d6d10d91ec91b61827342a85540 /library/cpp/histogram/adaptive | |
parent | cf94099c3ea704df29c11dfb77e2adec41a6708d (diff) | |
download | ydb-78454ca6aab96463952682e635688185282ccdcd.tar.gz |
Restoring authorship annotation for <abogutskiy@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/histogram/adaptive')
-rw-r--r-- | library/cpp/histogram/adaptive/protos/python/ya.make | 2 | ||||
-rw-r--r-- | library/cpp/histogram/adaptive/protos/ya.make | 2 | ||||
-rw-r--r-- | library/cpp/histogram/adaptive/ya.make | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/histogram/adaptive/protos/python/ya.make b/library/cpp/histogram/adaptive/protos/python/ya.make index 3328c27965..651a8248b4 100644 --- a/library/cpp/histogram/adaptive/protos/python/ya.make +++ b/library/cpp/histogram/adaptive/protos/python/ya.make @@ -1,3 +1,3 @@ OWNER(abogutskiy) - + PY_PROTOS_FOR(library/cpp/histogram/adaptive/protos) diff --git a/library/cpp/histogram/adaptive/protos/ya.make b/library/cpp/histogram/adaptive/protos/ya.make index 7635cfcb8c..c0942c51b0 100644 --- a/library/cpp/histogram/adaptive/protos/ya.make +++ b/library/cpp/histogram/adaptive/protos/ya.make @@ -1,4 +1,4 @@ -PROTO_LIBRARY() +PROTO_LIBRARY() OWNER(g:crawl) diff --git a/library/cpp/histogram/adaptive/ya.make b/library/cpp/histogram/adaptive/ya.make index b589801b27..cb6314f663 100644 --- a/library/cpp/histogram/adaptive/ya.make +++ b/library/cpp/histogram/adaptive/ya.make @@ -13,7 +13,7 @@ SRCS( ) PEERDIR( - contrib/libs/protobuf + contrib/libs/protobuf library/cpp/histogram/adaptive/protos ) |