xref: /aosp_15_r20/external/brotli/js/WORKSPACE (revision f4ee7fba7774faf2a30f13154332c0a06550dbc4)
1*f4ee7fbaSAndroid Build Coastguard Workerworkspace(name = "org_brotli_js")
2*f4ee7fbaSAndroid Build Coastguard Worker
3*f4ee7fbaSAndroid Build Coastguard Workerload("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
4*f4ee7fbaSAndroid Build Coastguard Worker
5*f4ee7fbaSAndroid Build Coastguard Workergit_repository(
6*f4ee7fbaSAndroid Build Coastguard Worker    name = "io_bazel_rules_closure",
7*f4ee7fbaSAndroid Build Coastguard Worker    commit = "29ec97e7c85d607ba9e41cab3993fbb13f812c4b",
8*f4ee7fbaSAndroid Build Coastguard Worker    remote = "https://github.com/bazelbuild/rules_closure.git",
9*f4ee7fbaSAndroid Build Coastguard Worker)
10*f4ee7fbaSAndroid Build Coastguard Worker
11*f4ee7fbaSAndroid Build Coastguard Workerload("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
12*f4ee7fbaSAndroid Build Coastguard Workerclosure_repositories()
13