mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[bazel] Update build files (IJI-3062)
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c1a45b2a46
commit
f43aa95086
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.performanceTesting` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "performanceTesting_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
module_name = "intellij.performanceTesting",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":performanceTesting_resources"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/remote-driver/model",
|
||||
@@ -61,8 +62,7 @@ jvm_library(
|
||||
"//plugins/performanceTesting/event-bus:tools-ide-starter-bus",
|
||||
"//platform/eel-provider",
|
||||
"@lib//:jbr-api",
|
||||
],
|
||||
runtime_deps = [":performanceTesting_resources"]
|
||||
]
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.tools.ide.starter.bus` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "tools-ide-starter-bus_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
module_name = "intellij.tools.ide.starter.bus",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":tools-ide-starter-bus_resources"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
@@ -19,8 +20,7 @@ jvm_library(
|
||||
"@lib//:jackson-module-kotlin",
|
||||
"@lib//:jackson-databind",
|
||||
"@lib//:kotlin-reflect",
|
||||
],
|
||||
runtime_deps = [":tools-ide-starter-bus_resources"]
|
||||
]
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.performanceTesting.frontend` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "frontend_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
module_name = "intellij.performanceTesting.frontend",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":frontend_resources"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//plugins/performanceTesting/core:performanceTesting",
|
||||
@@ -21,7 +22,6 @@ jvm_library(
|
||||
"//platform/recentFiles/frontend",
|
||||
"//platform/core-ui",
|
||||
"//platform/lang-api:lang",
|
||||
],
|
||||
runtime_deps = [":frontend_resources"]
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.performanceTesting.frontend` end
|
||||
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.performanceTesting.remoteDriver` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "remote-driver_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
module_name = "intellij.performanceTesting.remoteDriver",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":remote-driver_resources"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//plugins/performanceTesting/core:performanceTesting",
|
||||
@@ -36,7 +37,6 @@ jvm_library(
|
||||
exports = [
|
||||
"//platform/remote-driver/core:driver-impl",
|
||||
"//platform/remote-driver/client",
|
||||
],
|
||||
runtime_deps = [":remote-driver_resources"]
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.performanceTesting.remoteDriver` end
|
||||
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.performanceTesting.ui` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "ui_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
module_name = "intellij.performanceTesting.ui",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True),
|
||||
resources = [":ui_resources"],
|
||||
deps = [
|
||||
"//platform/core-api:core",
|
||||
"//platform/core-impl",
|
||||
@@ -22,8 +23,7 @@ jvm_library(
|
||||
"//platform/platform-api:ide",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/core-ui",
|
||||
],
|
||||
runtime_deps = [":ui_resources"]
|
||||
]
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.performanceTesting.vcs` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "vcs_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
module_name = "intellij.performanceTesting.vcs",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":vcs_resources"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/diff-api:diff",
|
||||
@@ -20,9 +21,6 @@ jvm_library(
|
||||
"//platform/vcs-api:vcs",
|
||||
"//platform/core-api:core",
|
||||
],
|
||||
runtime_deps = [
|
||||
":vcs_resources",
|
||||
"//platform/backend",
|
||||
]
|
||||
runtime_deps = ["//platform/backend"]
|
||||
)
|
||||
### auto-generated section `build intellij.performanceTesting.vcs` end
|
||||
Reference in New Issue
Block a user