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/test/core/util/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/test/core/util/ya.make')
-rw-r--r-- | contrib/libs/grpc/test/core/util/ya.make | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/contrib/libs/grpc/test/core/util/ya.make b/contrib/libs/grpc/test/core/util/ya.make index 51d10abb13..fbaad80cad 100644 --- a/contrib/libs/grpc/test/core/util/ya.make +++ b/contrib/libs/grpc/test/core/util/ya.make @@ -1,53 +1,53 @@ -LIBRARY() - +LIBRARY() + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - + OWNER(dvshkurko) -PEERDIR( - contrib/libs/grpc +PEERDIR( + contrib/libs/grpc contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler -) - +) + ADDINCL( ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc contrib/libs/grpc ) - -NO_COMPILER_WARNINGS() - -SRCS( - # cmdline.cc - # cmdline_test.cc - # debugger_macros.cc - # fuzzer_corpus_test.cc - # fuzzer_one_entry_runner.sh* - # fuzzer_util.cc - # grpc_fuzzer.bzl - # grpc_profiler.cc - # histogram.cc - # histogram_test.cc - # lsan_suppressions.txt - # memory_counters.cc - # mock_endpoint.cc - # one_corpus_entry_fuzzer.cc - # parse_hexstring.cc - # passthru_endpoint.cc - port.cc - # port_isolated_runtime_environment.cc - port_server_client.cc - # reconnect_server.cc - # run_with_poller.sh* - # slice_splitter.cc - # subprocess_posix.cc - # subprocess_windows.cc - test_config.cc - test_lb_policies.cc - # test_tcp_server.cc - # tracer_util.cc - # trickle_endpoint.cc -) - -END() + +NO_COMPILER_WARNINGS() + +SRCS( + # cmdline.cc + # cmdline_test.cc + # debugger_macros.cc + # fuzzer_corpus_test.cc + # fuzzer_one_entry_runner.sh* + # fuzzer_util.cc + # grpc_fuzzer.bzl + # grpc_profiler.cc + # histogram.cc + # histogram_test.cc + # lsan_suppressions.txt + # memory_counters.cc + # mock_endpoint.cc + # one_corpus_entry_fuzzer.cc + # parse_hexstring.cc + # passthru_endpoint.cc + port.cc + # port_isolated_runtime_environment.cc + port_server_client.cc + # reconnect_server.cc + # run_with_poller.sh* + # slice_splitter.cc + # subprocess_posix.cc + # subprocess_windows.cc + test_config.cc + test_lb_policies.cc + # test_tcp_server.cc + # tracer_util.cc + # trickle_endpoint.cc +) + +END() |