aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-08-21 15:25:22 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-08-21 15:25:22 -0700
commit44a46ad695d345d0b529665a52bdf789b555146a (patch)
tree510e8c859bf1515c0f7b5d51546750d0a522564f /grpc.gyp
parent7c62a35c6fcf9f1e3d66a012c7c4a14b30367052 (diff)
generate_project and clang_format
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 78b03645ca..f888c040e1 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -2393,6 +2393,9 @@
'test/core/end2end/tests/simple_delayed_request.c',
'test/core/end2end/tests/simple_metadata.c',
'test/core/end2end/tests/simple_request.c',
+ 'test/core/end2end/tests/stream_compression_compressed_payload.c',
+ 'test/core/end2end/tests/stream_compression_payload.c',
+ 'test/core/end2end/tests/stream_compression_ping_pong_streaming.c',
'test/core/end2end/tests/streaming_error_response.c',
'test/core/end2end/tests/trailing_metadata.c',
'test/core/end2end/tests/workaround_cronet_compression.c',
@@ -2462,6 +2465,9 @@
'test/core/end2end/tests/simple_delayed_request.c',
'test/core/end2end/tests/simple_metadata.c',
'test/core/end2end/tests/simple_request.c',
+ 'test/core/end2end/tests/stream_compression_compressed_payload.c',
+ 'test/core/end2end/tests/stream_compression_payload.c',
+ 'test/core/end2end/tests/stream_compression_ping_pong_streaming.c',
'test/core/end2end/tests/streaming_error_response.c',
'test/core/end2end/tests/trailing_metadata.c',
'test/core/end2end/tests/workaround_cronet_compression.c',