blob: 48215f2ab57efa96557dc1254710cb97f1178d96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
OWNER(
g:yq
g:yql
)
PROTO_LIBRARY()
SRCS(
range.proto
retry_config.proto
source.proto
)
IF (NOT PY_PROTOS_FOR)
EXCLUDE_TAGS(GO_PROTO)
ENDIF()
END()
|