diff options
author | David Garcia Quintas <dgq@google.com> | 2015-06-18 17:24:10 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-06-18 17:24:10 -0700 |
commit | f9b803ee2c036222f85da39aa3d8365da9c9f861 (patch) | |
tree | bdfce1f76543c76d27cc22a5e16ba6f742408f57 /vsprojects/grpc_unsecure | |
parent | f74a49ed1400762af07bd65e3cad99e65cf7f6c0 (diff) | |
parent | a15f08cc9a8004785ec937b2ee06951b600d87b6 (diff) |
Merge branch 'master' of github.com:grpc/grpc into decompression
Diffstat (limited to 'vsprojects/grpc_unsecure')
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | 2 | ||||
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj index 175aa3e7b9..8ae1328cf4 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj @@ -155,6 +155,7 @@ </ItemGroup> <ItemGroup> <ClInclude Include="..\..\src\core\census\grpc_context.h" /> + <ClInclude Include="..\..\src\core\channel\census_filter.h" /> <ClInclude Include="..\..\src\core\channel\channel_args.h" /> <ClInclude Include="..\..\src\core\channel\channel_stack.h" /> <ClInclude Include="..\..\src\core\channel\child_channel.h" /> @@ -162,6 +163,7 @@ <ClInclude Include="..\..\src\core\channel\client_setup.h" /> <ClInclude Include="..\..\src\core\channel\compress_filter.h" /> <ClInclude Include="..\..\src\core\channel\connected_channel.h" /> + <ClInclude Include="..\..\src\core\channel\context.h" /> <ClInclude Include="..\..\src\core\channel\http_client_filter.h" /> <ClInclude Include="..\..\src\core\channel\http_server_filter.h" /> <ClInclude Include="..\..\src\core\channel\noop_filter.h" /> diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters index b7b1862650..711f316430 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters @@ -311,6 +311,9 @@ <ClInclude Include="..\..\src\core\census\grpc_context.h"> <Filter>src\core\census</Filter> </ClInclude> + <ClInclude Include="..\..\src\core\channel\census_filter.h"> + <Filter>src\core\channel</Filter> + </ClInclude> <ClInclude Include="..\..\src\core\channel\channel_args.h"> <Filter>src\core\channel</Filter> </ClInclude> @@ -332,6 +335,9 @@ <ClInclude Include="..\..\src\core\channel\connected_channel.h"> <Filter>src\core\channel</Filter> </ClInclude> + <ClInclude Include="..\..\src\core\channel\context.h"> + <Filter>src\core\channel</Filter> + </ClInclude> <ClInclude Include="..\..\src\core\channel\http_client_filter.h"> <Filter>src\core\channel</Filter> </ClInclude> |