mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
libraries -> lib, resources, opt-in, test deps
GitOrigin-RevId: db66ee95dcb0f0553b40c9cc56cd6afed8634cdd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
da04fdb4b8
commit
17916c90f8
@@ -0,0 +1,35 @@
|
||||
### auto-generated section `build intellij.python.psi` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
||||
load("@rules_jvm//:rules.bzl", "jvm_library")
|
||||
|
||||
jvm_resources(
|
||||
name = "psi_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "psi",
|
||||
module_name = "intellij.python.psi",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
|
||||
javac_opts = "@rules_jvm//:j17",
|
||||
kotlinc_opts = "@rules_jvm//:k17",
|
||||
deps = [
|
||||
"//platform/core-api:core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/util:util-ui",
|
||||
"@lib//:guava",
|
||||
"//platform/analysis-api:analysis",
|
||||
"//python/python-parser:parser",
|
||||
"//python/python-ast:ast",
|
||||
"//python/python-syntax-core:syntax-core",
|
||||
"@lib//:kotlin-stdlib",
|
||||
],
|
||||
exports = [
|
||||
"//python/python-parser:parser",
|
||||
"//python/python-ast:ast",
|
||||
],
|
||||
runtime_deps = [":psi_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.python.psi` end
|
||||
Reference in New Issue
Block a user