ya.make 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(
  4. BSD-3-Clause AND
  5. MIT
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. ADDINCL(
  9. ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc
  10. contrib/libs/grpc
  11. contrib/libs/grpc/src/core/ext/upb-generated
  12. contrib/libs/grpc/src/core/ext/upbdefs-generated
  13. contrib/libs/grpc/third_party/upb
  14. )
  15. NO_COMPILER_WARNINGS()
  16. NO_RUNTIME()
  17. SRCDIR(contrib/libs/grpc)
  18. IF (OS_LINUX OR OS_DARWIN)
  19. CFLAGS(
  20. -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1
  21. )
  22. ENDIF()
  23. SRCS(
  24. src/core/ext/upb-generated/google/protobuf/descriptor.upb.c
  25. src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c
  26. third_party/upb/third_party/utf8_range/naive.c
  27. third_party/upb/third_party/utf8_range/range2-neon.c
  28. third_party/upb/third_party/utf8_range/range2-sse.c
  29. third_party/upb/upb/arena.c
  30. third_party/upb/upb/array.c
  31. third_party/upb/upb/decode.c
  32. third_party/upb/upb/decode_fast.c
  33. third_party/upb/upb/def.c
  34. third_party/upb/upb/encode.c
  35. third_party/upb/upb/extension_registry.c
  36. third_party/upb/upb/json_decode.c
  37. third_party/upb/upb/json_encode.c
  38. third_party/upb/upb/map.c
  39. third_party/upb/upb/mini_table.c
  40. third_party/upb/upb/msg.c
  41. third_party/upb/upb/reflection.c
  42. third_party/upb/upb/status.c
  43. third_party/upb/upb/table.c
  44. third_party/upb/upb/text_encode.c
  45. third_party/upb/upb/upb.c
  46. )
  47. END()