mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GitOrigin-RevId: 90d583428c40da59564a6804ff0b951871ca2966
91 lines
3.0 KiB
Python
91 lines
3.0 KiB
Python
### auto-generated section `build intellij.evaluationPlugin` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "evaluation-plugin_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "evaluation-plugin",
|
|
module_name = "intellij.evaluationPlugin",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
resources = [":evaluation-plugin_resources"],
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//plugins/evaluation-plugin/languages",
|
|
"//plugins/evaluation-plugin/core",
|
|
"//plugins/completion-ml-ranking",
|
|
"//libraries/io",
|
|
"//libraries/ktor/client",
|
|
"//platform/core-impl",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/code-style-api:codeStyle",
|
|
"//platform/util/concurrency",
|
|
"//platform/core-api:core",
|
|
"//platform/lang-api:lang",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/indexing-api:indexing",
|
|
"//jps/model-api:model",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//plugins/stats-collector",
|
|
"//platform/ide-core-impl",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/lang-impl",
|
|
"//platform/core-ui",
|
|
"//platform/vcs-api:vcs",
|
|
"//platform/service-container",
|
|
"//platform/ml-api:ml",
|
|
"@lib//:clikt",
|
|
"//libraries/gson",
|
|
"//libraries/commons/text",
|
|
"//platform/warmup",
|
|
"//libraries/kotlinx/coroutines/core",
|
|
"@lib//:jetbrains-annotations",
|
|
"//platform/backend/observation",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.evaluationPlugin` end
|
|
|
|
### auto-generated section `build intellij.evaluationPlugin.tests` start
|
|
jvm_library(
|
|
name = "evaluationPlugin-tests",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob([], allow_empty = True)
|
|
)
|
|
|
|
jvm_library(
|
|
name = "evaluationPlugin-tests_test_lib",
|
|
module_name = "intellij.evaluationPlugin.tests",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["test/**/*.kt", "test/**/*.java", "test/**/*.form"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//plugins/evaluation-plugin/core",
|
|
"//plugins/evaluation-plugin",
|
|
"//platform/core-api:core",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/platform-impl:ide-impl_test_lib",
|
|
"//libraries/mockito",
|
|
"@lib//:junit5",
|
|
"//libraries/gson",
|
|
"//plugins/evaluation-plugin/languages",
|
|
"//platform/testFramework",
|
|
"//platform/testFramework:testFramework_test_lib",
|
|
"//plugins/evaluation-plugin/languages/python",
|
|
"@lib//:mockito-kotlin",
|
|
],
|
|
runtime_deps = [":evaluationPlugin-tests"]
|
|
)
|
|
### auto-generated section `build intellij.evaluationPlugin.tests` end
|
|
|
|
### auto-generated section `test intellij.evaluationPlugin.tests` start
|
|
load("@community//build:tests-options.bzl", "jps_test")
|
|
|
|
jps_test(
|
|
name = "evaluationPlugin-tests_test",
|
|
runtime_deps = [":evaluationPlugin-tests_test_lib"]
|
|
)
|
|
### auto-generated section `test intellij.evaluationPlugin.tests` end |