aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-05-12 15:35:20 -0700
committerGravatar GitHub <noreply@github.com>2017-05-12 15:35:20 -0700
commit7edcce2147470bfbca3097a85ac9ce917c48878b (patch)
tree5cd25a29cab751492cdc0a4c08e09dbd95a4474f /build.yaml
parenta2d9d48a888bf9162d1288496e60920b481bf3eb (diff)
Revert "Implement Server Backward Compatibility"
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/build.yaml b/build.yaml
index b212c92f7a..5260fe6721 100644
--- a/build.yaml
+++ b/build.yaml
@@ -83,7 +83,6 @@ filegroups:
- include/grpc/support/tls_msvc.h
- include/grpc/support/tls_pthread.h
- include/grpc/support/useful.h
- - include/grpc/support/workaround_list.h
headers:
- src/core/lib/profiling/timers.h
- src/core/lib/support/arena.h
@@ -659,13 +658,6 @@ filegroups:
- grpc_base
- grpc_transport_chttp2_alpn
- tsi
-- name: grpc_server_backward_compatibility
- headers:
- - src/core/ext/filters/workarounds/workaround_utils.h
- src:
- - src/core/ext/filters/workarounds/workaround_utils.c
- uses:
- - grpc_base
- name: grpc_test_util_base
build: test
headers:
@@ -832,15 +824,6 @@ filegroups:
- grpc_base
- grpc_transport_chttp2
- grpc_http_filters
-- name: grpc_workaround_cronet_compression_filter
- headers:
- - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
- src:
- - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
- plugin: grpc_workaround_cronet_compression_filter
- uses:
- - grpc_base
- - grpc_server_backward_compatibility
- name: nanopb
headers:
- third_party/nanopb/pb.h
@@ -1070,8 +1053,6 @@ libs:
- grpc_max_age_filter
- grpc_message_size_filter
- grpc_deadline_filter
- - grpc_workaround_cronet_compression_filter
- - grpc_server_backward_compatibility
generate_plugin_registry: true
secure: true
vs_packages:
@@ -1171,8 +1152,6 @@ libs:
- grpc_max_age_filter
- grpc_message_size_filter
- grpc_deadline_filter
- - grpc_workaround_cronet_compression_filter
- - grpc_server_backward_compatibility
generate_plugin_registry: true
secure: false
vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'