diff options
author | Hongyu Chen <hongyu@google.com> | 2015-08-19 16:58:12 -0700 |
---|---|---|
committer | Hongyu Chen <hongyu@google.com> | 2015-08-19 16:58:12 -0700 |
commit | fdc1dc744baa194f220a5d103ca73dde290c7d4b (patch) | |
tree | fbb21604fe194ff89b12ce88fb3cf9fa982e6c3f /vsprojects | |
parent | 58c927cede72cfdda7bf4173b09e8313f954412d (diff) |
Move census_filters from .../channel to .../census
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/grpc/grpc.vcxproj | 6 | ||||
-rw-r--r-- | vsprojects/grpc/grpc.vcxproj.filters | 10 | ||||
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | 6 | ||||
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters | 10 |
4 files changed, 16 insertions, 16 deletions
diff --git a/vsprojects/grpc/grpc.vcxproj b/vsprojects/grpc/grpc.vcxproj index a87ad29d49..950e385ee7 100644 --- a/vsprojects/grpc/grpc.vcxproj +++ b/vsprojects/grpc/grpc.vcxproj @@ -242,7 +242,7 @@ <ClInclude Include="..\..\src\core\tsi\ssl_transport_security.h" /> <ClInclude Include="..\..\src\core\tsi\transport_security.h" /> <ClInclude Include="..\..\src\core\tsi\transport_security_interface.h" /> - <ClInclude Include="..\..\src\core\channel\census_filter.h" /> + <ClInclude Include="..\..\src\core\census\census_filter.h" /> <ClInclude Include="..\..\src\core\channel\channel_args.h" /> <ClInclude Include="..\..\src\core\channel\channel_stack.h" /> <ClInclude Include="..\..\src\core\channel\client_channel.h" /> @@ -387,9 +387,9 @@ </ClCompile> <ClCompile Include="..\..\src\core\tsi\transport_security.c"> </ClCompile> - <ClCompile Include="..\..\src\core\census\grpc_context.c"> + <ClCompile Include="..\..\src\core\census\census_filter.c"> </ClCompile> - <ClCompile Include="..\..\src\core\channel\census_filter.c"> + <ClCompile Include="..\..\src\core\census\grpc_context.c"> </ClCompile> <ClCompile Include="..\..\src\core\channel\channel_args.c"> </ClCompile> diff --git a/vsprojects/grpc/grpc.vcxproj.filters b/vsprojects/grpc/grpc.vcxproj.filters index c8812faa85..d6ecdbba41 100644 --- a/vsprojects/grpc/grpc.vcxproj.filters +++ b/vsprojects/grpc/grpc.vcxproj.filters @@ -64,11 +64,11 @@ <ClCompile Include="..\..\src\core\tsi\transport_security.c"> <Filter>src\core\tsi</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\census\grpc_context.c"> + <ClCompile Include="..\..\src\core\census\census_filter.c"> <Filter>src\core\census</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\channel\census_filter.c"> - <Filter>src\core\channel</Filter> + <ClCompile Include="..\..\src\core\census\grpc_context.c"> + <Filter>src\core\census</Filter> </ClCompile> <ClCompile Include="..\..\src\core\channel\channel_args.c"> <Filter>src\core\channel</Filter> @@ -482,8 +482,8 @@ <ClInclude Include="..\..\src\core\tsi\transport_security_interface.h"> <Filter>src\core\tsi</Filter> </ClInclude> - <ClInclude Include="..\..\src\core\channel\census_filter.h"> - <Filter>src\core\channel</Filter> + <ClInclude Include="..\..\src\core\census\census_filter.h"> + <Filter>src\core\census</Filter> </ClInclude> <ClInclude Include="..\..\src\core\channel\channel_args.h"> <Filter>src\core\channel</Filter> diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj index 06da784323..acd83c6080 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj @@ -225,7 +225,7 @@ <ClInclude Include="..\..\include\grpc\census.h" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\src\core\channel\census_filter.h" /> + <ClInclude Include="..\..\src\core\census\census_filter.h" /> <ClInclude Include="..\..\src\core\channel\channel_args.h" /> <ClInclude Include="..\..\src\core\channel\channel_stack.h" /> <ClInclude Include="..\..\src\core\channel\client_channel.h" /> @@ -330,9 +330,9 @@ <ItemGroup> <ClCompile Include="..\..\src\core\surface\init_unsecure.c"> </ClCompile> - <ClCompile Include="..\..\src\core\census\grpc_context.c"> + <ClCompile Include="..\..\src\core\census\census_filter.c"> </ClCompile> - <ClCompile Include="..\..\src\core\channel\census_filter.c"> + <ClCompile Include="..\..\src\core\census\grpc_context.c"> </ClCompile> <ClCompile Include="..\..\src\core\channel\channel_args.c"> </ClCompile> diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters index 2d10960a79..12da3fa1e3 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj.filters @@ -4,11 +4,11 @@ <ClCompile Include="..\..\src\core\surface\init_unsecure.c"> <Filter>src\core\surface</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\census\grpc_context.c"> + <ClCompile Include="..\..\src\core\census\census_filter.c"> <Filter>src\core\census</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\channel\census_filter.c"> - <Filter>src\core\channel</Filter> + <ClCompile Include="..\..\src\core\census\grpc_context.c"> + <Filter>src\core\census</Filter> </ClCompile> <ClCompile Include="..\..\src\core\channel\channel_args.c"> <Filter>src\core\channel</Filter> @@ -380,8 +380,8 @@ </ClInclude> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\src\core\channel\census_filter.h"> - <Filter>src\core\channel</Filter> + <ClInclude Include="..\..\src\core\census\census_filter.h"> + <Filter>src\core\census</Filter> </ClInclude> <ClInclude Include="..\..\src\core\channel\channel_args.h"> <Filter>src\core\channel</Filter> |