aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/providers/s3/proto/ya.make
blob: 783f2e04473f5f0abecc653fec72573527c3d358 (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()