update bazel files

GitOrigin-RevId: 4a1f45312f93e76248b05a7c8cc27a2b2ac84036
This commit is contained in:
Vladimir Krivosheev
2025-04-30 14:05:05 +02:00
committed by intellij-monorepo-bot
parent 73395d1d4c
commit e3d5d85a47
10 changed files with 72 additions and 16 deletions

View File

@@ -96,6 +96,7 @@ jvm_library(
"//platform/eel-impl",
"@lib//:opentelemetry",
"//java/debugger/shared:java-debugger-impl-shared",
"//platform/xdebugger-impl:debugger-impl",
":java-guiForms-rt_provided",
":artifactResolver-m31_provided",
],

View File

@@ -57,6 +57,7 @@ jvm_library(
"@lib//:kotlin-reflect",
"@lib//:kotlinx-serialization-core",
"//platform/statistics/testFramework",
"//platform/xdebugger-api:debugger",
],
runtime_deps = [":maven-tests_test_resources"]
)

View File

@@ -1,5 +1,11 @@
### auto-generated section `build intellij.python.community.impl.poetry` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
jvm_resources(
name = "community-impl-poetry_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "community-impl-poetry",
@@ -10,6 +16,8 @@ jvm_library(
"@lib//:kotlin-stdlib",
"@lib//:jetbrains-annotations",
"//platform/core-api:core",
]
"//python/python-sdk:sdk",
],
runtime_deps = [":community-impl-poetry_resources"]
)
### auto-generated section `build intellij.python.community.impl.poetry` end

View File

@@ -1,5 +1,11 @@
### auto-generated section `build intellij.python.community.core.impl` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
jvm_resources(
name = "community-core-impl_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "community-core-impl",
@@ -14,6 +20,7 @@ jvm_library(
"@lib//:guava",
"//python/python-psi-impl:psi-impl",
"//python/python-sdk:sdk",
]
],
runtime_deps = [":community-core-impl_resources"]
)
### auto-generated section `build intellij.python.community.core.impl` end

View File

@@ -28,6 +28,9 @@ jvm_library(
"//python/python-parser:parser",
"//python/python-ast:ast",
],
runtime_deps = [":psi_resources"]
runtime_deps = [
":psi_resources",
"//platform/backend",
]
)
### auto-generated section `build intellij.python.psi` end

View File

@@ -1,5 +1,11 @@
### auto-generated section `build intellij.python.pyproject` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
jvm_resources(
name = "pyproject_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "pyproject",
@@ -15,7 +21,8 @@ jvm_library(
"//platform/util",
"//plugins/toml/core",
"@lib//:tuweni-toml",
]
],
runtime_deps = [":pyproject_resources"]
)
jvm_library(
@@ -36,7 +43,8 @@ jvm_library(
"@lib//:tuweni-toml",
"@lib//:junit5",
"@lib//:junit5Params",
]
],
runtime_deps = [":pyproject_resources"]
)
jvm_test(

View File

@@ -39,7 +39,10 @@ jvm_library(
"//platform/eel-impl",
"//platform/eel-provider",
],
runtime_deps = [":sdk_resources"]
runtime_deps = [
":sdk_resources",
"//platform/backend",
]
)
jvm_library(

View File

@@ -1,5 +1,11 @@
### auto-generated section `build intellij.python.community.services.internal.impl` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
jvm_resources(
name = "python-community-services-internal-impl_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "python-community-services-internal-impl",
@@ -15,7 +21,8 @@ jvm_library(
"//python/openapi:community",
"@lib//:kotlinx-coroutines-core",
"//python/python-sdk:sdk",
]
],
runtime_deps = [":python-community-services-internal-impl_resources"]
)
jvm_library(
@@ -39,7 +46,8 @@ jvm_library(
"//python/python-sdk:sdk",
"//python/python-sdk:sdk_test_lib",
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
]
],
runtime_deps = [":python-community-services-internal-impl_resources"]
)
jvm_test(

View File

@@ -1,5 +1,11 @@
### auto-generated section `build intellij.python.community.services.shared` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
jvm_resources(
name = "python-community-services-shared_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "python-community-services-shared",
@@ -11,6 +17,7 @@ jvm_library(
"//python/openapi:community",
"@lib//:jetbrains-annotations",
"//platform/eel-provider",
]
],
runtime_deps = [":python-community-services-shared_resources"]
)
### auto-generated section `build intellij.python.community.services.shared` end

View File

@@ -1,6 +1,12 @@
### auto-generated section `build intellij.python.community.services.systemPython` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
jvm_resources(
name = "python-community-services-systemPython_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_resources(
name = "python-community-services-systemPython_test_resources",
files = glob(["testResources/**/*"]),
@@ -27,7 +33,8 @@ jvm_library(
"//platform/util",
"//python/installer:community-impl-installer",
],
exports = ["//python/services/shared:python-community-services-shared"]
exports = ["//python/services/shared:python-community-services-shared"],
runtime_deps = [":python-community-services-systemPython_resources"]
)
jvm_library(
@@ -66,7 +73,10 @@ jvm_library(
"//platform/testFramework",
"//platform/testFramework:testFramework_test_lib",
],
runtime_deps = [":python-community-services-systemPython_test_resources"]
runtime_deps = [
":python-community-services-systemPython_resources",
":python-community-services-systemPython_test_resources",
]
)
jvm_test(