grpc-web/bazel
Yannic Bonenberger e994bb108b [bazel] Introduce grpc_web_toolchain
This change adds a new rule `grpc_web_toolchain` which we will use to
provide the generator/runtime to `closure_grpc_web_library`.

Updates #507

RELNOTES: [bazel] `closure_grpc_web_library` now uses toolchains to
resolve the generator and runtime. To migrate, add the following snipped
to your `WORKSPACE`:
```starlark
load("@com_github_grpc_grpc_web//bazel:repositories.bzl", "grpc_web_toolchains")
grpc_web_toolchains()
```
2020-07-17 11:26:31 -07:00
..
private/rules [bazel] Introduce grpc_web_toolchain 2020-07-17 11:26:31 -07:00
BUILD.bazel [bazel] Introduce grpc_web_toolchain 2020-07-17 11:26:31 -07:00
closure_grpc_web_library.bzl [bazel] Introduce grpc_web_toolchain 2020-07-17 11:26:31 -07:00
defs.bzl [bazel] Introduce grpc_web_toolchain 2020-07-17 11:26:31 -07:00
repositories.bzl [bazel] Introduce grpc_web_toolchain 2020-07-17 11:26:31 -07:00