File tree Expand file tree Collapse file tree
bundle/src/test/java/dev/cel/bundle
main/java/dev/cel/checker
test/java/dev/cel/checker
common/src/test/java/dev/cel/common
parser/src/test/java/dev/cel/parser
runtime/src/main/java/dev/cel/runtime
testing/src/main/java/dev/cel/testing
validator/src/test/java/dev/cel/validator/validators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ java_library(
1818 "//common" ,
1919 "//common:compiler_common" ,
2020 "//common:options" ,
21+ "//common:proto_ast" ,
2122 "//common/ast" ,
2223 "//common/resources/testdata/proto3:standalone_global_enum_java_proto" ,
2324 "//common/testing" ,
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ java_library(
171171 "//common:compiler_common" ,
172172 "//common:features" ,
173173 "//common:options" ,
174+ "//common:proto_ast" ,
174175 "//common/annotations" ,
175176 "//common/ast" ,
176177 "//common/ast:expr_converter" ,
@@ -213,5 +214,6 @@ java_library(
213214 deps = [
214215 ":checker_legacy_environment" ,
215216 "//common" ,
217+ "//common:proto_ast" ,
216218 ],
217219)
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ java_library(
2323 "//checker:type_provider_legacy_impl" ,
2424 "//common" ,
2525 "//common:compiler_common" ,
26+ "//common:proto_ast" ,
2627 "//common/ast" ,
2728 "//common/internal:env_visitor" ,
2829 "//common/internal:errors" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ java_library(
1414 "//common:compiler_common" ,
1515 "//common:features" ,
1616 "//common:options" ,
17+ "//common:proto_ast" ,
1718 "//common:proto_json_adapter" ,
1819 "//common:proto_v1alpha1_ast" ,
1920 "//common:source_location" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ java_library(
1515 "//common" ,
1616 "//common:compiler_common" ,
1717 "//common:options" ,
18+ "//common:proto_ast" ,
1819 "//common:source_location" ,
1920 "//common/ast" ,
2021 "//common/internal" ,
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ java_library(
4646 "//common" ,
4747 "//common:error_codes" ,
4848 "//common:options" ,
49+ "//common:proto_ast" ,
4950 "//common:runtime_exception" ,
5051 "//common/annotations" ,
5152 "//common/internal:comparison_functions" ,
@@ -81,6 +82,7 @@ java_library(
8182 "//common:error_codes" ,
8283 "//common:features" ,
8384 "//common:options" ,
85+ "//common:proto_ast" ,
8486 "//common:runtime_exception" ,
8587 "//common/annotations" ,
8688 "//common/ast" ,
@@ -191,6 +193,7 @@ java_library(
191193 ":unknown_attributes" ,
192194 "//common" ,
193195 "//common:compiler_common" ,
196+ "//common:proto_ast" ,
194197 "//parser" ,
195198 "//parser:operator" ,
196199 "//parser:parser_builder" ,
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ java_library(
9696 "//:java_truth" ,
9797 "//common" ,
9898 "//common:options" ,
99+ "//common:proto_ast" ,
99100 "//common/internal:cel_descriptor_pools" ,
100101 "//common/internal:file_descriptor_converter" ,
101102 "//common/resources/testdata/proto3:standalone_global_enum_java_proto" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ java_library(
1212 "//common" ,
1313 "//common:compiler_common" ,
1414 "//common:options" ,
15+ "//common:proto_ast" ,
1516 "//common/types" ,
1617 "//extensions:optional_library" ,
1718 "//runtime" ,
You can’t perform that action at this time.
0 commit comments