blob: 1b519253fd6c23c3bab2163d70a9038a37c785c2 [file] [log] [blame]
# Kythe extraction setup
# Build against Kythe master. Run `bazel sync` to update to the latest commit.
http_archive(
name = "io_kythe",
strip_prefix = "kythe-master",
urls = ["https://github.com/kythe/kythe/archive/master.zip"],
)
load("@io_kythe//:setup.bzl", "kythe_rule_repositories")
kythe_rule_repositories()
load("@io_kythe//:external.bzl", "kythe_dependencies")
kythe_dependencies()