Files
openide/platform/xdebugger-testFramework/BUILD.bazel
Vladimir Krivosheev b935234c91 IJ-MR-162467 don't export intellij.platform.projectModel
GitOrigin-RevId: 11c0bf5ca0f3a6d892658a2b149d85cace9aa2b8
2025-06-14 13:00:48 +00:00

23 lines
853 B
Python

### auto-generated section `build intellij.platform.debugger.testFramework` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "debugger-testFramework",
module_name = "intellij.platform.debugger.testFramework",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"//platform/util/concurrency",
"//platform/core-api:core",
"//platform/editor-ui-api:editor-ui",
"//platform/projectModel-api:projectModel",
"//platform/testFramework",
"//platform/xdebugger-impl:debugger-impl",
"//platform/xdebugger-api:debugger",
"//platform/testFramework/extensions:testExtensions",
"@lib//:stream_ex",
"//platform/lang-impl",
"//platform/core-ui",
]
)
### auto-generated section `build intellij.platform.debugger.testFramework` end