aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/grpc++_unsecure/ya.make
diff options
context:
space:
mode:
authordvshkurko <dvshkurko@yandex-team.ru>2022-02-10 16:45:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:52 +0300
commitc768a99151e47c3a4bb7b92c514d256abd301c4d (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/grpc/grpc++_unsecure/ya.make
parent321ee9bce31ec6e238be26dbcbe539cffa2c3309 (diff)
downloadydb-c768a99151e47c3a4bb7b92c514d256abd301c4d.tar.gz
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/grpc++_unsecure/ya.make')
-rw-r--r--contrib/libs/grpc/grpc++_unsecure/ya.make58
1 files changed, 29 insertions, 29 deletions
diff --git a/contrib/libs/grpc/grpc++_unsecure/ya.make b/contrib/libs/grpc/grpc++_unsecure/ya.make
index 9321f1cad3..4810d9a037 100644
--- a/contrib/libs/grpc/grpc++_unsecure/ya.make
+++ b/contrib/libs/grpc/grpc++_unsecure/ya.make
@@ -1,42 +1,42 @@
-# Generated by devtools/yamaker.
-
-LIBRARY()
-
+# Generated by devtools/yamaker.
+
+LIBRARY()
+
WITHOUT_LICENSE_TEXTS()
OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
-PEERDIR(
- contrib/libs/grpc/grpc
- contrib/libs/grpc/grpc++
- contrib/libs/grpc/grpc_unsecure
- contrib/libs/grpc/src/core/lib
- contrib/libs/grpc/third_party/address_sorting
+PEERDIR(
+ contrib/libs/grpc/grpc
+ contrib/libs/grpc/grpc++
+ contrib/libs/grpc/grpc_unsecure
+ contrib/libs/grpc/src/core/lib
+ contrib/libs/grpc/third_party/address_sorting
contrib/libs/grpc/third_party/upb
-)
-
-ADDINCL(
- GLOBAL contrib/libs/grpc/include
+)
+
+ADDINCL(
+ GLOBAL contrib/libs/grpc/include
${ARCADIA_BUILD_ROOT}/contrib/libs/grpc
- contrib/libs/grpc
- contrib/libs/grpc/src/core/ext/upb-generated
- contrib/libs/grpc/third_party/upb
-)
-
-NO_COMPILER_WARNINGS()
-
+ contrib/libs/grpc
+ contrib/libs/grpc/src/core/ext/upb-generated
+ contrib/libs/grpc/third_party/upb
+)
+
+NO_COMPILER_WARNINGS()
+
SRCDIR(contrib/libs/grpc/src/cpp)
-
-IF (OS_LINUX OR OS_DARWIN)
+
+IF (OS_LINUX OR OS_DARWIN)
CFLAGS(
-DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1
)
-ENDIF()
-
-SRCS(
+ENDIF()
+
+SRCS(
common/insecure_create_auth_context.cc
-)
-
-END()
+)
+
+END()