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 | b49848d6e361b76904f094b7d5e10d6edea75afe (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /contrib/libs/protobuf | |
parent | bcd1126cbd5d445cd0665d295198aa39c6ab8cbe (diff) | |
download | ydb-b49848d6e361b76904f094b7d5e10d6edea75afe.tar.gz |
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/protobuf')
-rw-r--r-- | contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make | 34 | ||||
-rw-r--r-- | contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make | 34 | ||||
-rw-r--r-- | contrib/libs/protobuf/builtin_proto/ya.make | 16 | ||||
-rw-r--r-- | contrib/libs/protobuf/ya.make | 8 |
4 files changed, 46 insertions, 46 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 739efa8d9d..67c9827f57 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 62c1a66a7c..5c8bbc335e 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 -) +PEERDIR( + contrib/libs/protobuf/builtin_proto/protos_from_protobuf +) + +SRCS( + google/protobuf/compiler/plugin.proto +) -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 14d03b6aab..6ef4f74f34 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 +) diff --git a/contrib/libs/protobuf/ya.make b/contrib/libs/protobuf/ya.make index 6addc6e8d2..044e24badd 100644 --- a/contrib/libs/protobuf/ya.make +++ b/contrib/libs/protobuf/ya.make @@ -143,7 +143,7 @@ FILES( ) END() - -RECURSE( - builtin_proto -) + +RECURSE( + builtin_proto +) |