diff options
author | Mark D. Roth <roth@google.com> | 2016-10-18 11:06:33 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-10-18 11:06:33 -0700 |
commit | 605a8f12ed078524823c46a36d16e433935e00a1 (patch) | |
tree | e42daa92a987b7868b14cbd444f22dcc6e466a97 /src/python | |
parent | d7ec5e18cebc3d7fcfbc1a187b7407bf9f4ba38a (diff) | |
parent | f1e5d12030184f354a93fcef62ecca9663a0774e (diff) |
Merge remote-tracking branch 'upstream/master' into service_config
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/grpcio/grpc_core_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py index 98bbe6f742..a40edfb090 100644 --- a/src/python/grpcio/grpc_core_dependencies.py +++ b/src/python/grpcio/grpc_core_dependencies.py @@ -134,11 +134,11 @@ CORE_SOURCE_FILES = [ 'src/core/lib/iomgr/udp_server.c', 'src/core/lib/iomgr/unix_sockets_posix.c', 'src/core/lib/iomgr/unix_sockets_posix_noop.c', + 'src/core/lib/iomgr/wakeup_fd_cv.c', 'src/core/lib/iomgr/wakeup_fd_eventfd.c', 'src/core/lib/iomgr/wakeup_fd_nospecial.c', 'src/core/lib/iomgr/wakeup_fd_pipe.c', 'src/core/lib/iomgr/wakeup_fd_posix.c', - 'src/core/lib/iomgr/workqueue_posix.c', 'src/core/lib/iomgr/workqueue_windows.c', 'src/core/lib/json/json.c', 'src/core/lib/json/json_reader.c', |