mirror of
https://github.com/google/brotli.git
synced 2025-01-17 03:30:05 +00:00
40f0fdcdc1
Fixes #760 Drive-by: * update go_rules * modernize brotli_inc * fix wrapper build * update PY to 3 in Travis / OSX / Bazel build * upgrade JS Bazel rules.
13 lines
380 B
Python
13 lines
380 B
Python
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()
|