File tree Expand file tree Collapse file tree 10 files changed +5
-15
lines changed Expand file tree Collapse file tree 10 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v0_proto_split
5
- ydb/library/yql/parser/proto_ast
5
+ ydb/library/yql/parser/proto_ast/antlr3
6
6
)
7
7
8
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5
- ydb/library/yql/parser/proto_ast
5
+ ydb/library/yql/parser/proto_ast/antlr3
6
6
)
7
7
8
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5
- ydb/library/yql/parser/proto_ast
5
+ ydb/library/yql/parser/proto_ast/antlr3
6
6
)
7
7
8
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5
- ydb/library/yql/parser/proto_ast
5
+ ydb/library/yql/parser/proto_ast/antlr4
6
6
)
7
7
8
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5
- ydb/library/yql/parser/proto_ast
5
+ ydb/library/yql/parser/proto_ast/antlr4
6
6
)
7
7
8
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR(
4
4
ydb/library/yql/core/issue/protos
5
- ydb/library/yql/parser/proto_ast
6
5
ydb/library/yql/parser/proto_ast/gen/v0
7
- ydb/library/yql/parser/proto_ast/antlr3
8
6
)
9
7
10
8
SRCS(
Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ PEERDIR(
9
9
ydb/library/yql/core
10
10
ydb/library/yql/core/issue
11
11
ydb/library/yql/core/issue/protos
12
- ydb/library/yql/parser/proto_ast
13
12
ydb/library/yql/parser/proto_ast/collect_issues
14
13
ydb/library/yql/parser/proto_ast/gen/v0
15
- ydb/library/yql/parser/proto_ast/gen/v0_proto_split
16
14
)
17
15
18
16
SRCS(
Original file line number Diff line number Diff line change @@ -2,14 +2,10 @@ LIBRARY()
2
2
3
3
PEERDIR(
4
4
ydb/library/yql/core/issue/protos
5
- ydb/library/yql/parser/proto_ast
6
5
ydb/library/yql/parser/proto_ast/gen/v1
7
6
ydb/library/yql/parser/proto_ast/gen/v1_ansi
8
- ydb/library/yql/parser/proto_ast/gen/v1_proto_split
9
7
ydb/library/yql/parser/proto_ast/gen/v1_antlr4
10
8
ydb/library/yql/parser/proto_ast/gen/v1_ansi_antlr4
11
- ydb/library/yql/parser/proto_ast/antlr3
12
- ydb/library/yql/parser/proto_ast/antlr4
13
9
)
14
10
15
11
SRCS(
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ PEERDIR(
13
13
ydb/library/yql/core/issue/protos
14
14
ydb/library/yql/core/sql_types
15
15
ydb/library/yql/parser/lexer_common
16
- ydb/library/yql/parser/proto_ast
17
16
ydb/library/yql/parser/proto_ast/collect_issues
18
17
ydb/library/yql/parser/proto_ast/gen/v1
19
18
ydb/library/yql/parser/proto_ast/gen/v1_ansi
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ LIBRARY()
2
2
3
3
PEERDIR(
4
4
library/cpp/deprecated/split
5
- ydb/library/yql/parser/proto_ast
6
5
ydb/library/yql/parser/pg_wrapper/interface
7
6
ydb/library/yql/sql/settings
8
7
ydb/library/yql/sql/v0
You can’t perform that action at this time.
0 commit comments