Skip to content

Commit

Permalink
update bazel files
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7320d3eff3aba093692ce66839c720ece6d7c4db
  • Loading branch information
develar authored and intellij-monorepo-bot committed Dec 30, 2024
1 parent ffa8693 commit 05e40cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
17 changes: 13 additions & 4 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jvm_library(
srcs = glob(["src/**/*.kt", "src/**/*.java", "gen/**/*.kt", "gen/**/*.java", "gen-grpc/main/java/**/*.kt", "gen-grpc/main/java/**/*.java", "gen-grpc/main/grpc/**/*.kt", "gen-grpc/main/grpc/**/*.java"], allow_empty = True),
deps = [
"@lib//:guava",
"@community//platform/platform-impl:ide-impl",
"@lib//:protobuf",
"@community//platform/editor-ui-ex:editor-ex",
"@community//platform/indexing-impl",
"@lib//:grpc-core",
"@community//platform/ide-core-impl",
"@lib//:grpc-protobuf",
Expand All @@ -38,12 +41,13 @@ jvm_library(
"@lib//:miglayout-swing",
"@lib//:kotlin-reflect",
"@community//platform/statistics",
"@lib//:javax_annotation-api",
"@lib//:javax-annotation-api",
"@lib//:gson",
"@community//plugins/IntelliLang:langInjection",
"@community//platform/core-ui",
"@community//platform/code-style-impl:codeStyle-impl",
"@lib//:jetbrains_markdown",
"@lib//:jetbrains-markdown",
"@community//platform/observable:ide-observable",
"@community//platform/platform-util-io:ide-util-io",
"@community//platform/platform-util-netty:ide-util-netty",
"@community//platform/vcs-impl",
Expand All @@ -68,7 +72,11 @@ jvm_library(
associates = [":r"],
deps = [
"@lib//:guava",
"@community//platform/platform-impl:ide-impl",
"@community//platform/platform-impl:ide-impl_test_lib",
"@lib//:protobuf",
"@community//platform/editor-ui-ex:editor-ex",
"@community//platform/indexing-impl",
"@lib//:grpc-core",
"@community//platform/ide-core-impl",
"@lib//:grpc-protobuf",
Expand Down Expand Up @@ -97,7 +105,7 @@ jvm_library(
"@lib//:kotlin-reflect",
"@community//platform/statistics",
"@community//platform/statistics:statistics_test_lib",
"@lib//:javax_annotation-api",
"@lib//:javax-annotation-api",
"@community//platform/testFramework",
"@community//platform/testFramework:testFramework_test_lib",
"@lib//:commons-compress",
Expand All @@ -107,7 +115,8 @@ jvm_library(
"@community//platform/core-ui",
"@lib//:assert_j",
"@community//platform/code-style-impl:codeStyle-impl",
"@lib//:jetbrains_markdown",
"@lib//:jetbrains-markdown",
"@community//platform/observable:ide-observable",
"@community//platform/platform-util-io:ide-util-io",
"@community//platform/platform-util-netty:ide-util-netty",
"@community//platform/vcs-impl",
Expand Down
1 change: 1 addition & 0 deletions python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jvm_library(
"@community//platform/testFramework",
"@community//platform/testFramework:testFramework_test_lib",
"@community//python/openapi:community",
"@community//python/openapi:community_test_lib",
"@community//python:python-community-impl",
"@community//python/testFramework:community-testFramework",
],
Expand Down

0 comments on commit 05e40cb

Please sign in to comment.