aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc_core_dependencies.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-25 08:09:23 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-25 08:09:23 -0800
commit8b052112f21e25d760d2581bc17d9d81106a0d27 (patch)
treebfa04b55340a6bbe2ee302615b565df7d1abcb97 /src/python/grpcio/grpc_core_dependencies.py
parent8cdba6644a83333e53b6188ca95b5a6c88968257 (diff)
parente0a609365164417bef2fa130d2bacbb786fb9b03 (diff)
Merge github.com:grpc/grpc into sceq
Diffstat (limited to 'src/python/grpcio/grpc_core_dependencies.py')
-rw-r--r--src/python/grpcio/grpc_core_dependencies.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py
index c921c69b4c..f8f45a7911 100644
--- a/src/python/grpcio/grpc_core_dependencies.py
+++ b/src/python/grpcio/grpc_core_dependencies.py
@@ -518,4 +518,19 @@ CORE_SOURCE_FILES = [
'third_party/boringssl/ssl/t1_enc.c',
'third_party/boringssl/ssl/t1_lib.c',
'third_party/boringssl/ssl/tls_record.c',
+ 'third_party/zlib/adler32.c',
+ 'third_party/zlib/compress.c',
+ 'third_party/zlib/crc32.c',
+ 'third_party/zlib/deflate.c',
+ 'third_party/zlib/gzclose.c',
+ 'third_party/zlib/gzlib.c',
+ 'third_party/zlib/gzread.c',
+ 'third_party/zlib/gzwrite.c',
+ 'third_party/zlib/infback.c',
+ 'third_party/zlib/inffast.c',
+ 'third_party/zlib/inflate.c',
+ 'third_party/zlib/inftrees.c',
+ 'third_party/zlib/trees.c',
+ 'third_party/zlib/uncompr.c',
+ 'third_party/zlib/zutil.c',
]