diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
commit | 49116032d905455a7b1c994e4a696afc885c1e71 (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/grpc/test | |
parent | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff) | |
download | ydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/test')
5 files changed, 8 insertions, 8 deletions
diff --git a/contrib/libs/grpc/test/cpp/end2end/health/ya.make b/contrib/libs/grpc/test/cpp/end2end/health/ya.make index 53354e295d..7330129b73 100644 --- a/contrib/libs/grpc/test/cpp/end2end/health/ya.make +++ b/contrib/libs/grpc/test/cpp/end2end/health/ya.make @@ -1,4 +1,4 @@ -GTEST_UGLY() +GTEST_UGLY() OWNER( dvshkurko diff --git a/contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make b/contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make index 0e668666b9..161176f141 100644 --- a/contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make +++ b/contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make @@ -1,4 +1,4 @@ -GTEST_UGLY() +GTEST_UGLY() OWNER( dvshkurko diff --git a/contrib/libs/grpc/test/cpp/end2end/thread/ya.make_ b/contrib/libs/grpc/test/cpp/end2end/thread/ya.make_ index 4e9f0995a4..afabda1c8f 100644 --- a/contrib/libs/grpc/test/cpp/end2end/thread/ya.make_ +++ b/contrib/libs/grpc/test/cpp/end2end/thread/ya.make_ @@ -1,4 +1,4 @@ -GTEST_UGLY() +GTEST_UGLY() OWNER( dvshkurko diff --git a/contrib/libs/grpc/test/cpp/util/config_grpc_cli.h b/contrib/libs/grpc/test/cpp/util/config_grpc_cli.h index b40fbe949d..358884196d 100644 --- a/contrib/libs/grpc/test/cpp/util/config_grpc_cli.h +++ b/contrib/libs/grpc/test/cpp/util/config_grpc_cli.h @@ -22,13 +22,13 @@ #include <grpcpp/impl/codegen/config_protobuf.h> #ifndef GRPC_CUSTOM_DYNAMICMESSAGEFACTORY -#include <google/protobuf/dynamic_message.h> +#include <google/protobuf/dynamic_message.h> #define GRPC_CUSTOM_DYNAMICMESSAGEFACTORY \ ::google::protobuf::DynamicMessageFactory #endif #ifndef GRPC_CUSTOM_DESCRIPTORPOOLDATABASE -#include <google/protobuf/descriptor.h> +#include <google/protobuf/descriptor.h> #define GRPC_CUSTOM_DESCRIPTORPOOLDATABASE \ ::google::protobuf::DescriptorPoolDatabase #define GRPC_CUSTOM_MERGEDDESCRIPTORDATABASE \ @@ -36,12 +36,12 @@ #endif #ifndef GRPC_CUSTOM_TEXTFORMAT -#include <google/protobuf/text_format.h> +#include <google/protobuf/text_format.h> #define GRPC_CUSTOM_TEXTFORMAT ::google::protobuf::TextFormat #endif #ifndef GRPC_CUSTOM_DISKSOURCETREE -#include <google/protobuf/compiler/importer.h> +#include <google/protobuf/compiler/importer.h> #define GRPC_CUSTOM_DISKSOURCETREE ::google::protobuf::compiler::DiskSourceTree #define GRPC_CUSTOM_IMPORTER ::google::protobuf::compiler::Importer #define GRPC_CUSTOM_MULTIFILEERRORCOLLECTOR \ diff --git a/contrib/libs/grpc/test/cpp/util/ya.make b/contrib/libs/grpc/test/cpp/util/ya.make index 41c45bfec5..f043cc5b14 100644 --- a/contrib/libs/grpc/test/cpp/util/ya.make +++ b/contrib/libs/grpc/test/cpp/util/ya.make @@ -8,7 +8,7 @@ OWNER(orivej) PEERDIR( contrib/libs/gflags - contrib/libs/protoc + contrib/libs/protoc contrib/libs/grpc/src/proto/grpc/reflection/v1alpha contrib/restricted/googletest/googlemock contrib/restricted/googletest/googletest |