blob: 58780c832c1b7a91ef4c9be330992ea5665cc21e [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
iml_module(
name = "observable",
srcs = ["src"],
iml_files = ["observable.iml"],
tags = ["managed"],
# do not sort: must match IML order
test_runtime_deps = [
"//tools/idea:RegExpSupport",
"//tools/idea:xml-analysis-impl",
"//tools/idea:testExtensions",
"//tools/idea:lvcs-impl",
"//tools/idea:xml",
"//tools/idea:spellchecker",
"//tools/idea:relaxng",
"//tools/idea:json",
"//tools/idea:images",
"//tools/idea:xdebugger-impl",
"//tools/idea:credential-store",
"//tools/idea:configuration-store-impl",
"//tools/idea:built-in-server",
],
test_srcs = ["testSrc"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
deps = [
"//tools/idea/.idea/libraries:Guava",
"//tools/idea/platform/annotations[module]",
"//tools/idea/.idea/libraries:truth[test]",
"//tools/idea/.idea/libraries:JUnit4[test]",
"//tools/idea:testFramework[module, test]",
],
)