diff options
author | dvshkurko <dvshkurko@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
commit | c768a99151e47c3a4bb7b92c514d256abd301c4d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/grpc/ya.make | |
parent | 321ee9bce31ec6e238be26dbcbe539cffa2c3309 (diff) | |
download | ydb-c768a99151e47c3a4bb7b92c514d256abd301c4d.tar.gz |
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/ya.make')
-rw-r--r-- | contrib/libs/grpc/ya.make | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/contrib/libs/grpc/ya.make b/contrib/libs/grpc/ya.make index 27b1485ed0..29848d23ea 100644 --- a/contrib/libs/grpc/ya.make +++ b/contrib/libs/grpc/ya.make @@ -16,8 +16,8 @@ OWNER( ) PEERDIR( - contrib/libs/grpc/grpc - contrib/libs/grpc/grpc++ + contrib/libs/grpc/grpc + contrib/libs/grpc/grpc++ ) # Fix selective checkout DEVTOOLSSUPPORT-6767 @@ -26,39 +26,39 @@ SRCDIR(contrib/libs/grpc/include) END() RECURSE( - grpc - grpc++ - grpc++_error_details - grpc++_reflection - grpc++_unsecure - grpc_unsecure - grpcpp_channelz - src/compiler/grpc_cpp_plugin - src/compiler/grpc_plugin_support - src/compiler/grpc_python_plugin - src/core/lib + grpc + grpc++ + grpc++_error_details + grpc++_reflection + grpc++_unsecure + grpc_unsecure + grpcpp_channelz + src/compiler/grpc_cpp_plugin + src/compiler/grpc_plugin_support + src/compiler/grpc_python_plugin + src/core/lib src/cpp/common - src/proto/grpc/core - src/proto/grpc/channelz - src/proto/grpc/health/v1 - src/proto/grpc/reflection/v1alpha - src/proto/grpc/status - src/python/grpcio_channelz - src/python/grpcio_health_checking - src/python/grpcio_reflection - src/python/grpcio_status - third_party/address_sorting + src/proto/grpc/core + src/proto/grpc/channelz + src/proto/grpc/health/v1 + src/proto/grpc/reflection/v1alpha + src/proto/grpc/status + src/python/grpcio_channelz + src/python/grpcio_health_checking + src/python/grpcio_reflection + src/python/grpcio_status + third_party/address_sorting third_party/upb - tools/codegen/core/gen_hpack_tables - tools/codegen/core/gen_legal_metadata_characters - tools/codegen/core/gen_percent_encoding_tables + 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 - src/proto/grpc/testing/duplicate + +RECURSE_FOR_TESTS( + src/proto/grpc/testing + src/proto/grpc/testing/duplicate src/proto/grpc/testing/xds - src/python/grpcio_tests - test/core/util - test/cpp/end2end -) + src/python/grpcio_tests + test/core/util + test/cpp/end2end +) |