diff options
author | Craig Tiller <ctiller@google.com> | 2017-06-08 16:03:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 16:03:36 -0700 |
commit | dc1685564991c65f1c177c2363c93441bc35134c (patch) | |
tree | 72cb361a167913363b015c93a2192332ddf51397 /vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | |
parent | 8f3d02106b72783f61430c84d3501ed3d88b3415 (diff) | |
parent | ae6083674ad9fef86223968c5ffe12bc5a133d83 (diff) |
Merge pull request #11336 from ctiller/ALL-the-things
Roll-up of threading changes
Diffstat (limited to 'vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj index b0ab4e4811..3a865f3e81 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj @@ -364,9 +364,6 @@ <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_cv.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_pipe.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_posix.h" /> - <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue.h" /> - <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_uv.h" /> - <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_windows.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json_common.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json_reader.h" /> @@ -653,10 +650,6 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_posix.c"> </ClCompile> - <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_uv.c"> - </ClCompile> - <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_windows.c"> - </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json.c"> </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json_reader.c"> |