blob: b93e201d6b76586483429a3010c82b7507f122d2 [file] [log] [blame]
workspace(name = "fidl_intellij")
# The plugin api for IntelliJ 2018.2.
new_http_archive(
name = "intellij_ce_2018_2",
build_file = "intellij_platform_sdk/BUILD.idea",
sha256 = "5dc3659adc2dca85d24decb2242021ad8421f6392d2b95836f6cf33ce7f7b811",
url = "https://download.jetbrains.com/idea/ideaIC-2018.2.1.tar.gz",
)
new_http_archive(
name = "grammar_kit",
build_file = "grammar_kit/BUILD.grammar_kit",
sha256 = "da084cfdf56c3627fe58193b6c4c0b152fb63a9ea419599451e52a1012e10b85",
url = "https://github.com/JetBrains/Grammar-Kit/releases/download/2017.1.5/grammar-kit-2017.1.5.zip",
)
http_archive(
name = "google_bazel_common",
strip_prefix = "bazel-common-aafb9b64f25f66b5ab6b9b991331160ef4130626",
urls = ["https://github.com/google/bazel-common/archive/aafb9b64f25f66b5ab6b9b991331160ef4130626.zip"],
)
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")
google_common_workspace_rules()