aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-08-27 17:28:08 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-08-27 17:28:08 -0700
commit084b2f3d7f8d74268657ece8fac8d1055e00b7fc (patch)
treea5d4135b469408023dbdb67e7dba39889ebdf5d2 /build.json
parent459faf3821b74329f5f1debdba21abe03e3a6e74 (diff)
parentee8d6a381adf3eaedf0c5d92aca7bd5b4b645de3 (diff)
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
Diffstat (limited to 'build.json')
-rw-r--r--build.json73
1 files changed, 0 insertions, 73 deletions
diff --git a/build.json b/build.json
index cbb40a8bb1..daa0178e35 100644
--- a/build.json
+++ b/build.json
@@ -815,27 +815,6 @@
]
},
{
- "name": "pubsub_client_lib",
- "build": "do_not_build",
- "language": "c++",
- "headers": [
- "examples/pubsub/publisher.h",
- "examples/pubsub/subscriber.h"
- ],
- "src": [
- "examples/pubsub/label.proto",
- "examples/pubsub/empty.proto",
- "examples/pubsub/pubsub.proto",
- "examples/pubsub/publisher.cc",
- "examples/pubsub/subscriber.cc"
- ],
- "deps": [
- "grpc++",
- "grpc",
- "gpr"
- ]
- },
- {
"name": "qps",
"build": "private",
"language": "c++",
@@ -2371,58 +2350,6 @@
]
},
{
- "name": "pubsub_client",
- "build": "do_not_build",
- "run": false,
- "language": "c++",
- "src": [
- "examples/pubsub/main.cc"
- ],
- "deps": [
- "pubsub_client_lib",
- "grpc_test_util",
- "grpc++",
- "grpc",
- "gpr_test_util",
- "gpr",
- "grpc++_test_config"
- ]
- },
- {
- "name": "pubsub_publisher_test",
- "build": "do_not_build",
- "language": "c++",
- "src": [
- "examples/pubsub/publisher_test.cc"
- ],
- "deps": [
- "pubsub_client_lib",
- "grpc++_test_util",
- "grpc_test_util",
- "grpc++",
- "grpc",
- "gpr_test_util",
- "gpr"
- ]
- },
- {
- "name": "pubsub_subscriber_test",
- "build": "do_not_build",
- "language": "c++",
- "src": [
- "examples/pubsub/subscriber_test.cc"
- ],
- "deps": [
- "pubsub_client_lib",
- "grpc++_test_util",
- "grpc_test_util",
- "grpc++",
- "grpc",
- "gpr_test_util",
- "gpr"
- ]
- },
- {
"name": "qps_driver",
"build": "benchmark",
"language": "c++",