1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
PROTO_LIBRARY() SRCS( gateways_config.proto udf_resolver.proto ) PEERDIR( yql/essentials/protos ydb/library/yql/providers/generic/connector/api/common ) IF (NOT PY_PROTOS_FOR) EXCLUDE_TAGS(GO_PROTO) ENDIF() END()