ya.make 719 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. PROTO_LIBRARY()
  2. WITHOUT_LICENSE_TEXTS()
  3. VERSION(Service-proxy-version)
  4. LICENSE(BSD-3-Clause)
  5. EXCLUDE_TAGS(
  6. CPP_PROTO
  7. GO_PROTO
  8. )
  9. NO_MYPY()
  10. NO_OPTIMIZE_PY_PROTOS()
  11. DISABLE(NEED_GOOGLE_PROTO_PEERDIRS)
  12. PY_NAMESPACE(.)
  13. PROTO_NAMESPACE(
  14. GLOBAL
  15. contrib/libs/protobuf/src
  16. )
  17. SRCDIR(contrib/libs/protobuf/src)
  18. SRCS(
  19. google/protobuf/any.proto
  20. google/protobuf/api.proto
  21. google/protobuf/descriptor.proto
  22. google/protobuf/duration.proto
  23. google/protobuf/empty.proto
  24. google/protobuf/field_mask.proto
  25. google/protobuf/source_context.proto
  26. google/protobuf/struct.proto
  27. google/protobuf/timestamp.proto
  28. google/protobuf/type.proto
  29. google/protobuf/wrappers.proto
  30. )
  31. END()