mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
(cherry picked from commit 96c1c3f8d33f3b7346a9f5f6e590c7898b8be0c7) GitOrigin-RevId: 0483dff53e491040f5961e3a8d5f197bb0a8eee5
29 lines
925 B
Python
29 lines
925 B
Python
### auto-generated section `build intellij.xml.frontend.split` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "frontend-split_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "frontend-split",
|
|
module_name = "intellij.xml.frontend.split",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/core-api:core",
|
|
"//platform/core-impl",
|
|
"//platform/util/base",
|
|
"//xml/xml-parser:parser",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/util",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//xml/xml-frontback-impl:frontback-impl",
|
|
],
|
|
runtime_deps = [":frontend-split_resources"]
|
|
)
|
|
### auto-generated section `build intellij.xml.frontend.split` end |