From 7d8ea7898025f852cb837c120eab6df7796ee7d2 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Wed, 7 Oct 2015 19:10:35 -0700 Subject: [PATCH] fixed outdated grpc.gyp --- grpc.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/grpc.gyp b/grpc.gyp index 08185ac592e..bb8a7423ef4 100644 --- a/grpc.gyp +++ b/grpc.gyp @@ -202,6 +202,7 @@ 'src/core/iomgr/endpoint_pair_posix.c', 'src/core/iomgr/endpoint_pair_windows.c', 'src/core/iomgr/exec_ctx.c', + 'src/core/iomgr/executor.c', 'src/core/iomgr/fd_posix.c', 'src/core/iomgr/iocp_windows.c', 'src/core/iomgr/iomgr.c',