diff options
author | Nicolas Noble <nnoble@google.com> | 2015-01-27 19:14:11 -0800 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2015-01-27 19:14:11 -0800 |
commit | 9574132019af3a04f25713722239e0667f17c90c (patch) | |
tree | a2a386c6b0b28c2d1cf6e19616cf9c1776aff794 /vsprojects/vs2013/grpc_unsecure.vcxproj.filters | |
parent | 66b5bba25bbfa5b13f527846ee35e18334e5e4ed (diff) | |
parent | f6f3ea91996a30e28cca35391b4d47851b79a21c (diff) |
Merge branch 'master' of github.com:google/grpc into json
Conflicts:
Makefile
build.json
vsprojects/vs2013/grpc.vcxproj
vsprojects/vs2013/grpc.vcxproj.filters
vsprojects/vs2013/grpc_unsecure.vcxproj
vsprojects/vs2013/grpc_unsecure.vcxproj.filters
Diffstat (limited to 'vsprojects/vs2013/grpc_unsecure.vcxproj.filters')
-rw-r--r-- | vsprojects/vs2013/grpc_unsecure.vcxproj.filters | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/vsprojects/vs2013/grpc_unsecure.vcxproj.filters b/vsprojects/vs2013/grpc_unsecure.vcxproj.filters index b9f6525ba4..b644d54082 100644 --- a/vsprojects/vs2013/grpc_unsecure.vcxproj.filters +++ b/vsprojects/vs2013/grpc_unsecure.vcxproj.filters @@ -79,7 +79,7 @@ <ClCompile Include="..\..\src\core\iomgr\iomgr_posix.c"> <Filter>src\core\iomgr</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\iomgr\pollset_kick_posix.c"> + <ClCompile Include="..\..\src\core\iomgr\pollset_kick.c"> <Filter>src\core\iomgr</Filter> </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c"> @@ -118,6 +118,18 @@ <ClCompile Include="..\..\src\core\iomgr\time_averaged_stats.c"> <Filter>src\core\iomgr</Filter> </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_eventfd.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_nospecial.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_pipe.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_posix.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> <ClCompile Include="..\..\src\core\json\json.c"> <Filter>src\core\json</Filter> </ClCompile> @@ -398,6 +410,12 @@ <ClInclude Include="..\..\src\core\iomgr\time_averaged_stats.h"> <Filter>src\core\iomgr</Filter> </ClInclude> + <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_posix.h"> + <Filter>src\core\iomgr</Filter> + </ClInclude> + <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_pipe.h"> + <Filter>src\core\iomgr</Filter> + </ClInclude> <ClInclude Include="..\..\src\core\json\json.h"> <Filter>src\core\json</Filter> </ClInclude> |