blob: acfef70b95f9fbbafca3c7fb3f5fbef08ff5f4e9 [file] [log] [blame]
workspace(name = "fidl_intellij")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# The plugin api for IntelliJ 2018.3.
http_archive(
name = "intellij_ce_2018_3",
build_file = "//:intellij_platform_sdk/BUILD.idea",
sha256 = "0124028014d6bd5dd392114f0cd42f094239528d0da06c4c9dba4ef8921f4f35",
url = "https://download.jetbrains.com/idea/ideaIC-2018.3.5-no-jdk.tar.gz",
)
http_archive(
name = "grammar_kit",
build_file = "//:grammar_kit/BUILD.grammar_kit",
sha256 = "de61e6c9b645b8401f37b65f248c0df20da6c151a61d720a806f6894b38dfc84",
url = "https://github.com/JetBrains/Grammar-Kit/releases/download/2019.1/grammar-kit-2019.1.zip",
)
http_archive(
name = "google_bazel_common",
sha256 = "45532ec9f1bcd0c5eb8039ddc3a0f7b5dd78a26ff5d7aa26f0e2320e9143ee35",
strip_prefix = "bazel-common-0427da17b67ae62faea43105db31d790e712245e",
urls = ["https://github.com/google/bazel-common/archive/0427da17b67ae62faea43105db31d790e712245e.zip"],
)
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")
google_common_workspace_rules()