diff options
author | thegeorg <[email protected]> | 2022-02-10 16:45:08 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:08 +0300 |
commit | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch) | |
tree | 506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/grpc/test/cpp | |
parent | 2d37894b1b037cf24231090eda8589bbb44fb6fc (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/grpc/test/cpp')
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 7330129b733..53354e295d3 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 161176f1410..0e668666b95 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 afabda1c8fc..4e9f0995a4e 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 358884196df..b40fbe949df 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 f043cc5b146..41c45bfec58 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 |