mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
(cherry picked from commit d37a06ebb60306d38f9e5a04d98df6669f07946a) (cherry picked from commit f9ef6adbd996974ebedfe1f46e5d28e959ee8c01) IJ-CR-176469 GitOrigin-RevId: c98c80f169ec9f508971dd84a45a63050b0c101e
126 lines
4.2 KiB
Python
126 lines
4.2 KiB
Python
### auto-generated section `build intellij.pycharm.community.ide.impl` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
|
|
|
jvm_resources(
|
|
name = "impl_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "impl",
|
|
module_name = "intellij.pycharm.community.ide.impl",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
deps = [
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/indexing-api:indexing",
|
|
"//jps/model-api:model",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/usageView-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",
|
|
"//platform/eel",
|
|
"//python/services/shared",
|
|
"//python/poetry",
|
|
"//python/python-venv:community-impl-venv",
|
|
"@lib//:jetbrains-annotations",
|
|
"//python/python-pyproject:pyproject",
|
|
"//python/python-hatch:hatch",
|
|
"@lib//:io-github-z4kn4fein-semver-jvm",
|
|
],
|
|
runtime_deps = [":impl_resources"]
|
|
)
|
|
|
|
jvm_library(
|
|
name = "impl_test_lib",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["tests/**/*.kt", "tests/**/*.java", "tests/**/*.form"], allow_empty = True),
|
|
associates = [":impl"],
|
|
deps = [
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/platform-impl:ide-impl_test_lib",
|
|
"//platform/indexing-api:indexing",
|
|
"//jps/model-api:model",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/usageView-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/statistics:statistics_test_lib",
|
|
"//platform/core-ui",
|
|
"//python/python-sdk:sdk",
|
|
"//python/python-sdk:sdk_test_lib",
|
|
"//platform/vcs-api:vcs",
|
|
"//plugins/ide-features-trainer:featuresTrainer",
|
|
"//plugins/ide-features-trainer:featuresTrainer_test_lib",
|
|
"//python/python-features-trainer:featuresTrainer",
|
|
"//python/python-features-trainer:featuresTrainer_test_lib",
|
|
"//platform/util/progress",
|
|
"@lib//:kotlinx-coroutines-core",
|
|
"@lib//:http-client",
|
|
"//platform/whatsNew",
|
|
"//platform/whatsNew:whatsNew_test_lib",
|
|
"//platform/util/coroutines",
|
|
"//platform/experiment",
|
|
"//platform/experiment:experiment_test_lib",
|
|
"@lib//:jna",
|
|
"//python/services/system-python",
|
|
"//python/services/system-python:system-python_test_lib",
|
|
"//platform/eel",
|
|
"//python/services/shared",
|
|
"//python/services/shared:shared_test_lib",
|
|
"//python/poetry",
|
|
"//python/python-venv:community-impl-venv",
|
|
"//python/python-venv:community-impl-venv_test_lib",
|
|
"@lib//:jetbrains-annotations",
|
|
"//python/python-pyproject:pyproject",
|
|
"//python/python-pyproject:pyproject_test_lib",
|
|
"//python/python-hatch:hatch",
|
|
"//platform/testFramework/junit5",
|
|
"//platform/testFramework/junit5:junit5_test_lib",
|
|
"@lib//:junit5",
|
|
"@lib//:io-github-z4kn4fein-semver-jvm",
|
|
],
|
|
runtime_deps = [":impl_resources"]
|
|
)
|
|
|
|
jvm_test(
|
|
name = "impl_test",
|
|
runtime_deps = [":impl_test_lib"]
|
|
)
|
|
### auto-generated section `build intellij.pycharm.community.ide.impl` end |