aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-06 09:03:21 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-06 09:03:21 -0700
commita24b971214a3d95ddb86f6c04171b84c26da2a61 (patch)
tree9b9429ed2c8eb6510ca3b3564c304449250b7ed2 /BUILD
parentd6d31b006ac33b3114571e30c08e136a302d12c0 (diff)
Rename compress_filter --> message_compress_filter
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index bc4f4eb978..83cf3e651a 100644
--- a/BUILD
+++ b/BUILD
@@ -780,12 +780,12 @@ grpc_cc_library(
grpc_cc_library(
name = "grpc_http_filters",
hdrs = [
- "src/core/ext/filters/http/compress/compress_filter.h",
+ "src/core/ext/filters/http/message_compress/message_compress_filter.h",
"src/core/ext/filters/http/client/http_client_filter.h",
"src/core/ext/filters/http/server/http_server_filter.h",
],
srcs = [
- "src/core/ext/filters/http/compress/compress_filter.c",
+ "src/core/ext/filters/http/message_compress/message_compress_filter.c",
"src/core/ext/filters/http/client/http_client_filter.c",
"src/core/ext/filters/http/server/http_server_filter.c",
"src/core/ext/filters/http/http_filters_plugin.c"