aboutsummaryrefslogtreecommitdiff
path: root/js/WORKSPACE.bazel
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2024-01-03 13:34:22 +0100
committerGitHub <noreply@github.com>2024-01-03 13:34:22 +0100
commit79a5e80a598f7c5162e10569e35c2c9d1d12422f (patch)
tree1b91f8053ceefef6f95a3a09ef7bc45322458437 /js/WORKSPACE.bazel
parent428d056ddcf2e1bb7f170a5f0a403763ecda7d1d (diff)
parent4c57a6484b61ed1a8610de3f1c3d9a97d7eb9a04 (diff)
downloadbrotli-79a5e80a598f7c5162e10569e35c2c9d1d12422f.zip
brotli-79a5e80a598f7c5162e10569e35c2c9d1d12422f.tar.gz
brotli-79a5e80a598f7c5162e10569e35c2c9d1d12422f.tar.bz2
Merge branch 'master' into encode-fix
Diffstat (limited to 'js/WORKSPACE.bazel')
-rw-r--r--js/WORKSPACE.bazel17
1 files changed, 0 insertions, 17 deletions
diff --git a/js/WORKSPACE.bazel b/js/WORKSPACE.bazel
deleted file mode 100644
index 8e3b2af..0000000
--- a/js/WORKSPACE.bazel
+++ /dev/null
@@ -1,17 +0,0 @@
-workspace(name = "org_brotli_js")
-
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
-
-http_archive(
- name = "io_bazel_rules_closure",
- sha256 = "d66deed38a0bb20581c15664f0ab62270af5940786855c7adc3087b27168b529",
- strip_prefix = "rules_closure-0.11.0",
- urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.11.0.tar.gz",
- "https://github.com/bazelbuild/rules_closure/archive/0.11.0.tar.gz",
- ],
-)
-
-load("@io_bazel_rules_closure//closure:repositories.bzl", "rules_closure_dependencies", "rules_closure_toolchains")
-rules_closure_dependencies()
-rules_closure_toolchains()