aboutsummaryrefslogtreecommitdiff
path: root/js/WORKSPACE
blob: dbd53841a6c01606e962dc14a6fdf202748dfdf5 (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 = "a176ec89a1b251bb5442ba569d47cee3c053e633",
    remote = "https://github.com/bazelbuild/rules_closure.git",
)

load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
closure_repositories()