Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bundle/src/main/java/dev/cel/bundle/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ java_library(
"//checker:checker_builder",
"//checker:checker_legacy_environment",
"//checker:proto_type_mask",
"//common",
"//common:cel_ast",
"//common:cel_source",
"//common:compiler_common",
"//common:options",
"//common/internal:env_visitor",
Expand Down
3 changes: 2 additions & 1 deletion bundle/src/test/java/dev/cel/bundle/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ java_library(
"//checker",
"//checker:checker_legacy_environment",
"//checker:proto_type_mask",
"//common",
"//common:cel_ast",
"//common:cel_source",
"//common:compiler_common",
"//common:error_codes",
"//common:options",
Expand Down
10 changes: 6 additions & 4 deletions checker/src/main/java/dev/cel/checker/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ java_library(
":standard_decl",
":type_provider_legacy_impl",
"//:auto_value",
"//common",
"//common:cel_ast",
"//common:cel_descriptors",
"//common:cel_source",
"//common:compiler_common",
"//common:options",
"//common:source_location",
Expand Down Expand Up @@ -100,7 +102,7 @@ java_library(
":checker_legacy_environment",
":proto_type_mask",
":standard_decl",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"//common:options",
"//common/types:type_providers",
Expand Down Expand Up @@ -171,7 +173,7 @@ java_library(
":cel_ident_decl",
":standard_decl",
"//:auto_value",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"//common:options",
"//common:proto_ast",
Expand Down Expand Up @@ -218,7 +220,7 @@ java_library(
],
deps = [
":checker_legacy_environment",
"//common",
"//common:cel_ast",
"//common:proto_ast",
],
)
Expand Down
3 changes: 2 additions & 1 deletion checker/src/test/java/dev/cel/checker/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ java_library(
"//checker:standard_decl",
"//checker:type_inferencer",
"//checker:type_provider_legacy_impl",
"//common",
"//common:cel_ast",
"//common:cel_source",
"//common:compiler_common",
"//common:options",
"//common:proto_ast",
Expand Down
2 changes: 1 addition & 1 deletion codelab/src/main/codelab/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java_library(
srcs = glob(["*.java"]),
deps = [
"//bundle:cel", # unuseddeps: keep
"//common", # unuseddeps: keep
"//common:cel_ast",
"//common:compiler_common", # unuseddeps: keep
"//common:proto_json_adapter", # unuseddeps: keep
"//common/ast", # unuseddeps: keep
Expand Down
2 changes: 1 addition & 1 deletion codelab/src/main/codelab/solutions/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java_library(
srcs = glob(["*.java"]),
deps = [
"//bundle:cel",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"//common:proto_json_adapter",
"//common/ast",
Expand Down
16 changes: 8 additions & 8 deletions codelab/src/test/codelab/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab",
"//common",
"//common:cel_ast",
"//compiler",
"//compiler:compiler_builder",
"@maven//:junit_junit",
Expand All @@ -27,7 +27,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab",
"//common",
"//common:cel_ast",
"//common/types",
"@com_google_googleapis//google/rpc/context:attribute_context_java_proto",
"@maven//:com_google_guava_guava",
Expand Down Expand Up @@ -59,7 +59,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab",
"//common",
"//common:cel_ast",
"@com_google_googleapis//google/rpc/context:attribute_context_java_proto",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java",
Expand All @@ -76,7 +76,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab",
"//common",
"//common:cel_ast",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java_util",
"@maven//:com_google_testparameterinjector_test_parameter_injector",
Expand All @@ -92,7 +92,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab",
"//common",
"//common:cel_ast",
"@com_google_googleapis//google/rpc/context:attribute_context_java_proto",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java",
Expand All @@ -110,7 +110,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab",
"//common",
"//common:cel_ast",
"@maven//:com_google_guava_guava",
"@maven//:com_google_testparameterinjector_test_parameter_injector",
"@maven//:junit_junit",
Expand All @@ -125,7 +125,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"//parser:unparser",
"//runtime",
Expand All @@ -144,7 +144,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"@com_google_googleapis//google/rpc/context:attribute_context_java_proto",
"@maven//:com_google_testparameterinjector_test_parameter_injector",
Expand Down
16 changes: 8 additions & 8 deletions codelab/src/test/codelab/solutions/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab:solutions",
"//common",
"//common:cel_ast",
"//compiler",
"//compiler:compiler_builder",
"@maven//:junit_junit",
Expand All @@ -25,7 +25,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab:solutions",
"//common",
"//common:cel_ast",
"//common/types",
"@com_google_googleapis//google/rpc/context:attribute_context_java_proto",
"@maven//:com_google_guava_guava",
Expand Down Expand Up @@ -55,7 +55,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab:solutions",
"//common",
"//common:cel_ast",
"@com_google_googleapis//google/rpc/context:attribute_context_java_proto",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java",
Expand All @@ -71,7 +71,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab:solutions",
"//common",
"//common:cel_ast",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java_util",
"@maven//:com_google_testparameterinjector_test_parameter_injector",
Expand All @@ -86,7 +86,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab:solutions",
"//common",
"//common:cel_ast",
"@com_google_googleapis//google/rpc/context:attribute_context_java_proto",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java",
Expand All @@ -103,7 +103,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab:solutions",
"//common",
"//common:cel_ast",
"@maven//:com_google_guava_guava",
"@maven//:com_google_testparameterinjector_test_parameter_injector",
"@maven//:junit_junit",
Expand All @@ -117,7 +117,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab:solutions",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"//parser:unparser",
"//runtime",
Expand All @@ -135,7 +135,7 @@ java_test(
deps = [
"//:java_truth",
"//codelab:solutions",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"@com_google_googleapis//google/rpc/context:attribute_context_java_proto",
"@maven//:com_google_testparameterinjector_test_parameter_injector",
Expand Down
5 changes: 3 additions & 2 deletions common/src/main/java/dev/cel/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ java_library(
deps = [
":cel_ast",
":cel_source",
"//common",
"//common:cel_ast",
"//common:cel_source",
"//common/ast:expr_converter",
"//common/types:cel_proto_types",
"@cel_spec//proto/cel/expr:checked_java_proto",
Expand Down Expand Up @@ -180,7 +181,7 @@ java_library(
deps = [
":cel_ast",
":mutable_source",
"//common",
"//common:cel_ast",
"//common/ast",
"//common/ast:mutable_expr",
"//common/types:type_providers",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/java/dev/cel/common/ast/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ java_library(
],
deps = [
":ast",
"//common",
"//common:cel_ast",
],
)

Expand Down
2 changes: 1 addition & 1 deletion common/src/main/java/dev/cel/common/internal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ java_library(
],
deps = [
":well_known_proto",
"//common",
"//common:cel_descriptors",
"//common/annotations",
"@maven//:com_google_errorprone_error_prone_annotations",
"@maven//:com_google_guava_guava",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/java/dev/cel/common/navigation/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ java_library(
deps = [
":common",
"//:auto_value",
"//common",
"//common:cel_ast",
"//common/ast",
"@maven//:com_google_errorprone_error_prone_annotations",
"@maven//:com_google_guava_guava",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/java/dev/cel/common/types/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ java_library(
":type_providers",
":types",
"//:auto_value",
"//common",
"//common:cel_descriptors",
"//common/internal:file_descriptor_converter",
"@maven//:com_google_errorprone_error_prone_annotations",
"@maven//:com_google_guava_guava",
Expand Down
4 changes: 3 additions & 1 deletion common/src/test/java/dev/cel/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ java_library(
srcs = glob(["*.java"]),
deps = [
"//:java_truth",
"//common",
"//common:cel_ast",
"//common:cel_descriptors",
"//common:cel_source",
"//common:compiler_common",
"//common:options",
"//common:proto_ast",
Expand Down
2 changes: 1 addition & 1 deletion common/src/test/java/dev/cel/common/ast/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java_library(
deps = [
"//:auto_value",
"//:java_truth",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"//common:mutable_ast",
"//common:mutable_source",
Expand Down
2 changes: 1 addition & 1 deletion common/src/test/java/dev/cel/common/internal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ java_library(
deps = [
"//:auto_value",
"//:java_truth",
"//common",
"//common:cel_descriptors",
"//common:options",
"//common/ast",
"//common/internal",
Expand Down
2 changes: 1 addition & 1 deletion common/src/test/java/dev/cel/common/navigation/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ java_library(
srcs = glob(["*.java"]),
deps = [
"//:java_truth",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"//common:mutable_ast",
"//common:options",
Expand Down
3 changes: 2 additions & 1 deletion common/src/test/java/dev/cel/common/values/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ java_library(
deps = [
"//:java_truth",
"//bundle:cel",
"//common",
"//common:cel_ast",
"//common:cel_descriptors",
"//common:options",
"//common:runtime_exception",
"//common/internal:cel_descriptor_pools",
Expand Down
3 changes: 2 additions & 1 deletion compiler/src/main/java/dev/cel/compiler/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ java_library(
"//checker:checker_legacy_environment",
"//checker:proto_type_mask",
"//checker:standard_decl",
"//common",
"//common:cel_ast",
"//common:cel_source",
"//common:compiler_common",
"//common:options",
"//common/annotations",
Expand Down
3 changes: 2 additions & 1 deletion compiler/src/main/java/dev/cel/compiler/tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ java_binary(
"//bundle:environment",
"//bundle:environment_exception",
"//bundle:environment_yaml_parser",
"//common",
"//common:cel_ast",
"//common:cel_descriptors",
"//common:options",
"//common:proto_ast",
"//compiler",
Expand Down
2 changes: 1 addition & 1 deletion extensions/src/test/java/dev/cel/extensions/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java_library(
deps = [
"//:java_truth",
"//bundle:cel",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"//common:options",
"//common/types",
Expand Down
8 changes: 4 additions & 4 deletions optimizer/src/main/java/dev/cel/optimizer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ java_library(
deps = [
":ast_optimizer",
":optimization_exception",
"//common",
"//common:cel_ast",
"@maven//:com_google_errorprone_error_prone_annotations",
],
)
Expand All @@ -55,7 +55,7 @@ java_library(
":optimization_exception",
":optimizer_builder",
"//bundle:cel",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"@maven//:com_google_guava_guava",
],
Expand All @@ -70,7 +70,7 @@ java_library(
":optimization_exception",
"//:auto_value",
"//bundle:cel",
"//common",
"//common:cel_ast",
"//common:compiler_common",
"@maven//:com_google_guava_guava",
],
Expand All @@ -86,7 +86,7 @@ java_library(
],
deps = [
"//:auto_value",
"//common",
"//common:cel_ast",
"//common:mutable_ast",
"//common:mutable_source",
"//common/annotations",
Expand Down
Loading