update bazel files

GitOrigin-RevId: 1ef85167e06b52511a1476285ed3d341e5e93ef2
This commit is contained in:
Vladimir Krivosheev
2025-02-27 11:27:45 +00:00
committed by intellij-monorepo-bot
parent 89771a0cb8
commit 3ca078e031
8 changed files with 56 additions and 2 deletions
+2
View File
@@ -125,6 +125,8 @@ jvm_library(
"//platform/searchEverywhere/testFramework",
"//java/codeserver/highlighting:java-codeserver-highlighting",
"//java/codeserver/core:java-codeserver-core",
"//platform/testFramework/junit5/projectStructure:testFramework-junit5-projectStructure",
"//platform/testFramework/junit5/projectStructure:testFramework-junit5-projectStructure_test_lib",
],
runtime_deps = [
":tests_test_resources",
+2
View File
@@ -21,6 +21,7 @@ jvm_library(
"//java/java-impl:impl",
"//java/structuralsearch-java:structuralSearch",
"//java/java-impl-refactorings:impl-refactorings",
"//java/codeserver/highlighting:java-codeserver-highlighting",
],
runtime_deps = [":typeMigration_resources"]
)
@@ -44,6 +45,7 @@ jvm_library(
"//java/structuralsearch-java:structuralSearch_test_lib",
"//platform/code-style-impl:codeStyle-impl",
"//java/java-impl-refactorings:impl-refactorings",
"//java/codeserver/highlighting:java-codeserver-highlighting",
],
runtime_deps = [":typeMigration_resources"]
)
+1
View File
@@ -16,6 +16,7 @@ jvm_library(
"//platform/core-api:core",
"//platform/platform-api:ide",
"//platform/lang-impl",
"//platform/markdown-utils",
"//spellchecker",
"@lib//:guava",
"//platform/analysis-impl",
+8 -2
View File
@@ -45,8 +45,9 @@ jvm_library(
plugins = ["@lib//:compose-plugin"]
)
jvm_test(
name = "ideLafBridge_test",
jvm_library(
name = "ideLafBridge_test_lib",
visibility = ["//visibility:public"],
srcs = glob(["ide-laf-bridge-tests/src/test/kotlin/**/*.kt", "ide-laf-bridge-tests/src/test/kotlin/**/*.java"], allow_empty = True),
kotlinc_opts = ":custom",
associates = [":ideLafBridge"],
@@ -91,4 +92,9 @@ jvm_test(
runtime_deps = [":ideLafBridge_resources"],
plugins = ["@lib//:compose-plugin"]
)
jvm_test(
name = "ideLafBridge_test",
runtime_deps = [":ideLafBridge_test_lib"]
)
### auto-generated section `build intellij.platform.jewel.ideLafBridge` end
+2
View File
@@ -196,6 +196,8 @@ jvm_library(
"//platform/testFramework/junit5/eel:testFramework-junit5-eel_test_lib",
"//platform/eel-provider",
"//platform/statistics/testFramework",
"//platform/testFramework/junit5/projectStructure:testFramework-junit5-projectStructure",
"//platform/testFramework/junit5/projectStructure:testFramework-junit5-projectStructure_test_lib",
]
)
+2
View File
@@ -137,6 +137,8 @@ jvm_library(
"//platform/bookmarks",
"//platform/statistics/testFramework",
"//platform/platform-impl/bootstrap/eel:ide-bootstrap-eel",
"//platform/testFramework/junit5/projectStructure:testFramework-junit5-projectStructure",
"//platform/testFramework/junit5/projectStructure:testFramework-junit5-projectStructure_test_lib",
],
runtime_deps = [
":tests_test_resources",
@@ -0,0 +1,36 @@
### auto-generated section `build intellij.platform.testFramework.junit5.projectStructure` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
jvm_library(
name = "testFramework-junit5-projectStructure",
module_name = "intellij.platform.testFramework.junit5.projectStructure",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"//platform/testFramework/junit5",
"//platform/lang-impl",
"@lib//:kotlin-test",
"//platform/ide-core-impl",
]
)
jvm_library(
name = "testFramework-junit5-projectStructure_test_lib",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
associates = [":testFramework-junit5-projectStructure"],
deps = [
"//platform/testFramework/junit5",
"//platform/testFramework/junit5:junit5_test_lib",
"//platform/lang-impl",
"@lib//:junit5",
"@lib//:kotlin-test",
"//platform/ide-core-impl",
]
)
jvm_test(
name = "testFramework-junit5-projectStructure_test",
runtime_deps = [":testFramework-junit5-projectStructure_test_lib"]
)
### auto-generated section `build intellij.platform.testFramework.junit5.projectStructure` end
+3
View File
@@ -24,6 +24,7 @@ jvm_library(
"//platform/project/shared:project",
"//platform/execution-impl",
"//platform/core-impl",
"//platform/statistics",
],
runtime_deps = [":backend_resources"]
)
@@ -47,6 +48,8 @@ jvm_library(
"//platform/project/shared:project",
"//platform/execution-impl",
"//platform/core-impl",
"//platform/statistics",
"//platform/statistics:statistics_test_lib",
"//platform/platform-util-io:ide-util-io",
"//platform/testFramework",
"//platform/testFramework:testFramework_test_lib",