File tree Expand file tree Collapse file tree
common/src/main/java/dev/cel/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ COMMON_SOURCES = [
1212 "CelDescriptorUtil.java" ,
1313 "CelDescriptors.java" ,
1414 "CelException.java" ,
15- "CelProtoAbstractSyntaxTree.java" , # TODO Split target after migrating callers
1615 "CelSource.java" ,
1716]
1817
@@ -32,6 +31,11 @@ SOURCE_SOURCES = [
3231 "Source.java" ,
3332]
3433
34+ # keep sorted
35+ PROTO_AST_SOURCE = [
36+ "CelProtoAbstractSyntaxTree.java" ,
37+ ]
38+
3539# keep sorted
3640PROTO_V1ALPHA1_AST_SOURCE = [
3741 "CelProtoV1Alpha1AbstractSyntaxTree.java" ,
@@ -49,7 +53,6 @@ java_library(
4953 "//:auto_value" ,
5054 "//common/annotations" ,
5155 "//common/ast" ,
52- "//common/ast:expr_converter" ,
5356 "//common/internal" ,
5457 "//common/internal:file_descriptor_converter" ,
5558 "//common/types" ,
@@ -108,7 +111,7 @@ java_library(
108111
109112java_library (
110113 name = "proto_ast" ,
111- srcs = [ "CelProtoAbstractSyntaxTree.java" ] ,
114+ srcs = PROTO_AST_SOURCE ,
112115 tags = [
113116 ],
114117 deps = [
You can’t perform that action at this time.
0 commit comments