You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
380 B
13 lines
380 B
workspace(name = "org_brotli_js")
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
|
|
|
git_repository(
|
|
name = "io_bazel_rules_closure",
|
|
commit = "29ec97e7c85d607ba9e41cab3993fbb13f812c4b",
|
|
remote = "https://github.com/bazelbuild/rules_closure.git",
|
|
)
|
|
|
|
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
|
|
closure_repositories()
|