Skip to content

Commit 10bb524

Browse files
l46kokcopybara-github
authored andcommitted
Internal Changes
PiperOrigin-RevId: 671926094
1 parent a377c16 commit 10bb524

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

common/src/main/java/dev/cel/common/BUILD.bazel

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3640
PROTO_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

109112
java_library(
110113
name = "proto_ast",
111-
srcs = ["CelProtoAbstractSyntaxTree.java"],
114+
srcs = PROTO_AST_SOURCE,
112115
tags = [
113116
],
114117
deps = [

0 commit comments

Comments
 (0)