ya.make 687 B

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