aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-04-16 15:42:42 -0700
committerGravatar Yang Gao <yangg@google.com>2015-04-16 15:42:42 -0700
commit736bd6515c248b3f996edfb0b12dd981b1d3b897 (patch)
treec86fc1387085161ea0e39004b5f1b8fe815cd028 /BUILD
parentb12dc6b5bc448d58bc726c7f36ae9eecc8e4741b (diff)
Avoid generating libs for unknown types.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/BUILD b/BUILD
index e25359d454..916f24eaf6 100644
--- a/BUILD
+++ b/BUILD
@@ -766,29 +766,6 @@ cc_library(
cc_library(
- name = "pubsub_client_lib",
- srcs = [
- "examples/pubsub/label.proto",
- "examples/pubsub/empty.proto",
- "examples/pubsub/pubsub.proto",
- "examples/pubsub/publisher.cc",
- "examples/pubsub/subscriber.cc",
- ],
- hdrs = [
- ],
- includes = [
- "include",
- ".",
- ],
- deps = [
- ":grpc++",
- ":grpc",
- ":gpr",
- ],
-)
-
-
-cc_library(
name = "grpc_csharp_ext",
srcs = [
"src/csharp/ext/grpc_csharp_ext.c",