ya.make 1.4 KB

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