aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src/core/lib/ya.make
blob: 82d64f2fd3a2c981273c9580ad55f66cb821cc1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Generated by devtools/yamaker.

LIBRARY()

OWNER(g:cpp-contrib)

LICENSE(Apache-2.0) 
 
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR(
    contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait
    contrib/restricted/abseil-cpp-tstring/y_absl/container
    contrib/restricted/abseil-cpp-tstring/y_absl/memory
    contrib/restricted/abseil-cpp-tstring/y_absl/strings
    contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format
    contrib/restricted/abseil-cpp-tstring/y_absl/synchronization
    contrib/restricted/abseil-cpp-tstring/y_absl/time
)

ADDINCL(
    GLOBAL contrib/libs/grpc/include
    ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc
    contrib/libs/grpc
)

NO_COMPILER_WARNINGS()

IF (OS_LINUX OR OS_DARWIN)
    CFLAGS(
        -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1
    )
ENDIF()

SRCS(
    gpr/alloc.cc
    gpr/atm.cc
    gpr/cpu_iphone.cc
    gpr/cpu_linux.cc
    gpr/cpu_posix.cc
    gpr/cpu_windows.cc
    gpr/env_linux.cc
    gpr/env_posix.cc
    gpr/env_windows.cc
    gpr/log.cc
    gpr/log_android.cc
    gpr/log_linux.cc
    gpr/log_posix.cc
    gpr/log_windows.cc
    gpr/murmur_hash.cc
    gpr/string.cc
    gpr/string_posix.cc
    gpr/string_util_windows.cc
    gpr/string_windows.cc
    gpr/sync.cc
    gpr/sync_abseil.cc
    gpr/sync_posix.cc
    gpr/sync_windows.cc
    gpr/time.cc
    gpr/time_posix.cc
    gpr/time_precise.cc
    gpr/time_windows.cc
    gpr/tls_pthread.cc
    gpr/tmpfile_msys.cc
    gpr/tmpfile_posix.cc
    gpr/tmpfile_windows.cc
    gpr/wrap_memcpy.cc
    gprpp/arena.cc
    gprpp/fork.cc
    gprpp/global_config_env.cc
    gprpp/host_port.cc
    gprpp/mpscq.cc
    gprpp/thd_posix.cc
    gprpp/thd_windows.cc
    profiling/basic_timers.cc
    profiling/stap_timers.cc
)

END()