aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make
blob: 0efab884c6009ee68683fde4644b57bc683dc4cc (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
42
43
PROTO_LIBRARY()
 
WITHOUT_LICENSE_TEXTS()

LICENSE(BSD-3-Clause) 
 
OWNER(g:yatool)
 
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/src
)

SRCDIR(contrib/libs/protobuf/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()