mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
69 lines
2.2 KiB
Python
69 lines
2.2 KiB
Python
### auto-generated section `build intellij.java.byteCodeViewer` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
|
|
|
jvm_resources(
|
|
name = "java-byteCodeViewer_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "java-byteCodeViewer",
|
|
module_name = "intellij.java.byteCodeViewer",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:asm",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/util",
|
|
"//platform/core-api:core",
|
|
"//platform/platform-api:ide",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/lang-api:lang",
|
|
"//platform/lang-impl",
|
|
"//java/java-psi-api:psi",
|
|
"//java/execution/openapi:java-execution",
|
|
"//java/openapi:java",
|
|
"//java/compiler/impl",
|
|
"//platform/core-ui",
|
|
"//java/java-frontback-psi-impl:frontback-psi-impl",
|
|
],
|
|
runtime_deps = [":java-byteCodeViewer_resources"]
|
|
)
|
|
|
|
jvm_library(
|
|
name = "java-byteCodeViewer_test_lib",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
|
|
associates = [":java-byteCodeViewer"],
|
|
deps = [
|
|
"@lib//:asm",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/util",
|
|
"//platform/core-api:core",
|
|
"//platform/platform-api:ide",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/platform-impl:ide-impl_test_lib",
|
|
"//platform/lang-api:lang",
|
|
"//platform/lang-impl",
|
|
"//java/java-psi-api:psi",
|
|
"//java/execution/openapi:java-execution",
|
|
"//java/openapi:java",
|
|
"//java/compiler/impl",
|
|
"//platform/testFramework",
|
|
"//platform/testFramework:testFramework_test_lib",
|
|
"//platform/core-ui",
|
|
"//java/java-frontback-psi-impl:frontback-psi-impl",
|
|
],
|
|
runtime_deps = [":java-byteCodeViewer_resources"]
|
|
)
|
|
|
|
jvm_test(
|
|
name = "java-byteCodeViewer_test",
|
|
runtime_deps = [":java-byteCodeViewer_test_lib"]
|
|
)
|
|
### auto-generated section `build intellij.java.byteCodeViewer` end |