diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
commit | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch) | |
tree | 506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make | |
parent | 2d37894b1b037cf24231090eda8589bbb44fb6fc (diff) | |
download | ydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make')
-rw-r--r-- | contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make | 40 |
1 files changed, 20 insertions, 20 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..0efab884c6 100644 --- a/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make +++ b/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make @@ -1,11 +1,11 @@ PROTO_LIBRARY() - + WITHOUT_LICENSE_TEXTS() -LICENSE(BSD-3-Clause) - +LICENSE(BSD-3-Clause) + OWNER(g:yatool) - + EXCLUDE_TAGS( CPP_PROTO GO_PROTO @@ -17,27 +17,27 @@ NO_OPTIMIZE_PY_PROTOS() DISABLE(NEED_GOOGLE_PROTO_PEERDIRS) -PY_NAMESPACE(.) +PY_NAMESPACE(.) PROTO_NAMESPACE( GLOBAL contrib/libs/protobuf/src ) -SRCDIR(contrib/libs/protobuf/src) +SRCDIR(contrib/libs/protobuf/src) SRCS( - google/protobuf/any.proto - google/protobuf/api.proto - google/protobuf/descriptor.proto - google/protobuf/duration.proto - google/protobuf/empty.proto - google/protobuf/field_mask.proto - google/protobuf/source_context.proto - google/protobuf/struct.proto - google/protobuf/timestamp.proto - google/protobuf/type.proto - google/protobuf/wrappers.proto -) - -END() + google/protobuf/any.proto + google/protobuf/api.proto + google/protobuf/descriptor.proto + google/protobuf/duration.proto + google/protobuf/empty.proto + google/protobuf/field_mask.proto + google/protobuf/source_context.proto + google/protobuf/struct.proto + google/protobuf/timestamp.proto + google/protobuf/type.proto + google/protobuf/wrappers.proto +) + +END() |