diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/grpc/ya.make | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/grpc/ya.make')
-rw-r--r-- | contrib/libs/grpc/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/grpc/ya.make b/contrib/libs/grpc/ya.make index 29848d23ea..e1df4dbb8a 100644 --- a/contrib/libs/grpc/ya.make +++ b/contrib/libs/grpc/ya.make @@ -1,31 +1,31 @@ # Generated by devtools/yamaker from nixpkgs a54d2e72e282f2bc68c49f82c735cf664244ec75. -LIBRARY() - +LIBRARY() + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) VERSION(1.33.2) -ORIGINAL_SOURCE(https://github.com/grpc/grpc) - +ORIGINAL_SOURCE(https://github.com/grpc/grpc) + OWNER( akastornov g:contrib g:cpp-contrib ) - -PEERDIR( + +PEERDIR( contrib/libs/grpc/grpc contrib/libs/grpc/grpc++ -) - +) + # Fix selective checkout DEVTOOLSSUPPORT-6767 SRCDIR(contrib/libs/grpc/include) -END() - -RECURSE( +END() + +RECURSE( grpc grpc++ grpc++_error_details @@ -48,11 +48,11 @@ RECURSE( src/python/grpcio_reflection src/python/grpcio_status third_party/address_sorting - third_party/upb + third_party/upb tools/codegen/core/gen_hpack_tables tools/codegen/core/gen_legal_metadata_characters tools/codegen/core/gen_percent_encoding_tables -) +) RECURSE_FOR_TESTS( src/proto/grpc/testing |