blob: 5370388d602c4adc23d3751d06dd3e523c84e5f0 [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 = "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-f1115e0f777f08c3cdb115526c4e663005bec69b",
urls = ["https://github.com/google/bazel-common/archive/f1115e0f777f08c3cdb115526c4e663005bec69b.zip"],
)
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")
google_common_workspace_rules()