aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:31:15 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:31:15 +0100
commitfa132c2f560f6cb6ce42322f446f2d61205e88f6 (patch)
treed996fda8a5741e6d36744ffa67b6c09998a098c6 /src/python/grpcio
parenta478b52cb4e35e5d65db920ab9305452f09f3b8a (diff)
Actually moving this to the proper place.
Diffstat (limited to 'src/python/grpcio')
-rw-r--r--src/python/grpcio/grpc_core_dependencies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py
index 98ab1ff7f0..6dfc179ac7 100644
--- a/src/python/grpcio/grpc_core_dependencies.py
+++ b/src/python/grpcio/grpc_core_dependencies.py
@@ -221,6 +221,7 @@ CORE_SOURCE_FILES = [
'src/core/census/context.c',
'src/core/census/initialize.c',
'src/core/census/operation.c',
+ 'src/core/census/placeholders.c',
'src/core/census/tag_set.c',
'src/core/census/tracing.c',
'src/boringssl/err_data.c',