diff options
author | spreis <spreis@yandex-team.ru> | 2022-02-10 16:47:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:13 +0300 |
commit | bcd1126cbd5d445cd0665d295198aa39c6ab8cbe (patch) | |
tree | d41d29a041d5733ef148335290dbb817b197d4cd /contrib/libs/protobuf/builtin_proto | |
parent | 986cb5d624f352524bfa0c42c9a7695235cdaa41 (diff) | |
download | ydb-bcd1126cbd5d445cd0665d295198aa39c6ab8cbe.tar.gz |
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/protobuf/builtin_proto')
3 files changed, 42 insertions, 42 deletions
diff --git a/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make b/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make index 67c9827f57..739efa8d9d 100644 --- a/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make +++ b/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make @@ -1,4 +1,4 @@ -PROTO_LIBRARY() +PROTO_LIBRARY() WITHOUT_LICENSE_TEXTS() @@ -6,27 +6,27 @@ LICENSE(BSD-3-Clause) OWNER(g:yatool) -EXCLUDE_TAGS( - CPP_PROTO - GO_PROTO -) - -NO_MYPY() - -NO_OPTIMIZE_PY_PROTOS() - -DISABLE(NEED_GOOGLE_PROTO_PEERDIRS) - +EXCLUDE_TAGS( + CPP_PROTO + GO_PROTO +) + +NO_MYPY() + +NO_OPTIMIZE_PY_PROTOS() + +DISABLE(NEED_GOOGLE_PROTO_PEERDIRS) + PY_NAMESPACE(.) -PROTO_NAMESPACE( - GLOBAL - contrib/libs/protobuf/src -) +PROTO_NAMESPACE( + GLOBAL + contrib/libs/protobuf/src +) SRCDIR(contrib/libs/protobuf/src) -SRCS( +SRCS( google/protobuf/any.proto google/protobuf/api.proto google/protobuf/descriptor.proto diff --git a/contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make b/contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make index 5c8bbc335e..62c1a66a7c 100644 --- a/contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make +++ b/contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make @@ -1,4 +1,4 @@ -PROTO_LIBRARY() +PROTO_LIBRARY() WITHOUT_LICENSE_TEXTS() @@ -6,17 +6,17 @@ LICENSE(BSD-3-Clause) OWNER(g:yatool) -EXCLUDE_TAGS( - CPP_PROTO - GO_PROTO +EXCLUDE_TAGS( + CPP_PROTO + GO_PROTO ) -NO_MYPY() - -NO_OPTIMIZE_PY_PROTOS() - -DISABLE(NEED_GOOGLE_PROTO_PEERDIRS) - +NO_MYPY() + +NO_OPTIMIZE_PY_PROTOS() + +DISABLE(NEED_GOOGLE_PROTO_PEERDIRS) + PY_NAMESPACE(.) PROTO_NAMESPACE( @@ -26,12 +26,12 @@ PROTO_NAMESPACE( SRCDIR(contrib/libs/protoc/src) -PEERDIR( - contrib/libs/protobuf/builtin_proto/protos_from_protobuf -) - -SRCS( - google/protobuf/compiler/plugin.proto -) +PEERDIR( + contrib/libs/protobuf/builtin_proto/protos_from_protobuf +) +SRCS( + google/protobuf/compiler/plugin.proto +) + END() diff --git a/contrib/libs/protobuf/builtin_proto/ya.make b/contrib/libs/protobuf/builtin_proto/ya.make index 6ef4f74f34..14d03b6aab 100644 --- a/contrib/libs/protobuf/builtin_proto/ya.make +++ b/contrib/libs/protobuf/builtin_proto/ya.make @@ -1,8 +1,8 @@ -OWNER( - g:yatool -) - -RECURSE( - protos_from_protobuf - protos_from_protoc -) +OWNER( + g:yatool +) + +RECURSE( + protos_from_protobuf + protos_from_protoc +) |