aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJohn Millikin <jmillikin@gmail.com>2022-07-12 23:15:25 +0900
committerGitHub <noreply@github.com>2022-07-12 10:15:25 -0400
commit0dd41e67e91779e413b01ef62e6db632f9016f8f (patch)
tree2b8c249335240e730e0f6653e3693da2c603714b /WORKSPACE
parentf1cd5229e3e581f2178399f12f76427faf21c5c3 (diff)
downloadbazelbuild-remote-apis-0dd41e67e91779e413b01ef62e6db632f9016f8f.tar.gz
Move language-specific targets to subdirectories. (#220)
* Move language-specific targets for Go and Java to subdirectories. * Add a `cc_grpc_codegen` rule for internal use. * Move language-specific targets for C++ to subdirectories. * Stub out switched_rules_by_language and update README.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE9
1 files changed, 2 insertions, 7 deletions
diff --git a/WORKSPACE b/WORKSPACE
index b9ca7b0..7ef7349 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -87,14 +87,9 @@ bind(
actual = "@com_github_grpc_grpc//:grpc++",
)
-load("//:repository_rules.bzl", "switched_rules_by_language")
+load("//:remote_apis_deps.bzl", "remote_apis_go_deps")
-switched_rules_by_language(
- name = "bazel_remote_apis_imports",
- cc = True,
- go = True,
- java = True,
-)
+remote_apis_go_deps()
# Needed for the googleapis protos.
http_archive(