Files
openide/python/ide/impl/BUILD.bazel
Vladimir Krivosheev 3599f1909f update bazel files
GitOrigin-RevId: 5bbd03b7b8439e9d917275ebbb320df4cd63e8d6
2025-02-13 08:51:32 +00:00

48 lines
1.6 KiB
Python

### auto-generated section `build intellij.pycharm.community.ide.impl` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
jvm_resources(
name = "pycharm-community-ide-impl_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "pycharm-community-ide-impl",
module_name = "intellij.pycharm.community.ide.impl",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"//platform/platform-impl:ide-impl",
"//python:python-community-impl",
"//platform/lang-api:lang",
"//platform/lang-impl",
"//platform/execution-impl",
"//platform/diff-api:diff",
"@lib//:guava",
"@lib//:stream_ex",
"//platform/xdebugger-api:debugger",
"//platform/usageView",
"//platform/statistics",
"//platform/core-ui",
"//python/python-sdk:sdk",
"//platform/vcs-api:vcs",
"//plugins/ide-features-trainer:featuresTrainer",
"//python/python-features-trainer:featuresTrainer",
"//platform/util/progress",
"@lib//:kotlinx-coroutines-core",
"@lib//:http-client",
"//platform/whatsNew",
"//platform/util/coroutines",
"//platform/experiment",
"@lib//:jna",
"//python/services/system-python:python-community-services-systemPython",
"//platform/eel",
"//python/services/shared:python-community-services-shared",
"//python/poetry:community-impl-poetry",
"//python/python-venv:community-impl-venv",
"@lib//:jetbrains-annotations",
],
runtime_deps = [":pycharm-community-ide-impl_resources"]
)
### auto-generated section `build intellij.pycharm.community.ide.impl` end