mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
42 lines
1.3 KiB
Python
42 lines
1.3 KiB
Python
### auto-generated section `build intellij.platform.threadDumpParser` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
|
|
|
|
jvm_library(
|
|
name = "threadDumpParser",
|
|
module_name = "intellij.platform.threadDumpParser",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/util",
|
|
"//platform/platform-impl:ide-impl",
|
|
"@lib//:jackson",
|
|
"@lib//:jackson-databind",
|
|
]
|
|
)
|
|
|
|
jvm_library(
|
|
name = "threadDumpParser_test_lib",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
|
|
associates = [":threadDumpParser"],
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/util",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/platform-impl:ide-impl_test_lib",
|
|
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark",
|
|
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark_test_lib",
|
|
"//platform/testFramework",
|
|
"//platform/testFramework:testFramework_test_lib",
|
|
"@lib//:jackson",
|
|
"@lib//:jackson-databind",
|
|
"@lib//:junit4",
|
|
]
|
|
)
|
|
|
|
jvm_test(
|
|
name = "threadDumpParser_test",
|
|
runtime_deps = [":threadDumpParser_test_lib"]
|
|
)
|
|
### auto-generated section `build intellij.platform.threadDumpParser` end |