blob: 81678689ed0687c375e035e12f7887f28aee67cb (
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
|
PROTO_LIBRARY()
WITHOUT_LICENSE_TEXTS()
LICENSE(BSD-3-Clause)
EXCLUDE_TAGS(
CPP_PROTO
GO_PROTO
)
NO_MYPY()
NO_OPTIMIZE_PY_PROTOS()
DISABLE(NEED_GOOGLE_PROTO_PEERDIRS)
PY_NAMESPACE(.)
PROTO_NAMESPACE(
GLOBAL
contrib/libs/protobuf_old/src
)
SRCDIR(contrib/libs/protobuf_old/src)
SRCS(
google/protobuf/any.proto
google/protobuf/api.proto
google/protobuf/descriptor.proto
google/protobuf/duration.proto
google/protobuf/empty.proto
google/protobuf/field_mask.proto
google/protobuf/source_context.proto
google/protobuf/struct.proto
google/protobuf/timestamp.proto
google/protobuf/type.proto
google/protobuf/wrappers.proto
)
END()
|