aboutsummaryrefslogtreecommitdiff
path: root/js/WORKSPACE
blob: f15740a69fbb44f8ae7eb67dfc114b7a423f6a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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()