Fix conflicting filename

reviewable/pr8239/r2
Craig Tiller 9 years ago
parent 1a8c52e479
commit af541d8232
  1. 4
      BUILD
  2. 4
      CMakeLists.txt
  3. 4
      Makefile
  4. 2
      build.yaml
  5. 0
      src/cpp/common/buffer_pool_cc.cc
  6. 2
      tools/doxygen/Doxyfile.c++.internal
  7. 2
      tools/run_tests/sources_and_headers.json
  8. 2
      vsprojects/vcxproj/grpc++/grpc++.vcxproj
  9. 2
      vsprojects/vcxproj/grpc++/grpc++.vcxproj.filters
  10. 2
      vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj
  11. 2
      vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj.filters

@ -1367,7 +1367,7 @@ cc_library(
"src/cpp/client/create_channel_posix.cc",
"src/cpp/client/credentials_cc.cc",
"src/cpp/client/generic_stub.cc",
"src/cpp/common/buffer_pool.cc",
"src/cpp/common/buffer_pool_cc.cc",
"src/cpp/common/channel_arguments.cc",
"src/cpp/common/channel_filter.cc",
"src/cpp/common/completion_queue_cc.cc",
@ -1773,7 +1773,7 @@ cc_library(
"src/cpp/client/create_channel_posix.cc",
"src/cpp/client/credentials_cc.cc",
"src/cpp/client/generic_stub.cc",
"src/cpp/common/buffer_pool.cc",
"src/cpp/common/buffer_pool_cc.cc",
"src/cpp/common/channel_arguments.cc",
"src/cpp/common/channel_filter.cc",
"src/cpp/common/completion_queue_cc.cc",

@ -1017,7 +1017,7 @@ add_library(grpc++
src/cpp/client/create_channel_posix.cc
src/cpp/client/credentials_cc.cc
src/cpp/client/generic_stub.cc
src/cpp/common/buffer_pool.cc
src/cpp/common/buffer_pool_cc.cc
src/cpp/common/channel_arguments.cc
src/cpp/common/channel_filter.cc
src/cpp/common/completion_queue_cc.cc
@ -1372,7 +1372,7 @@ add_library(grpc++_unsecure
src/cpp/client/create_channel_posix.cc
src/cpp/client/credentials_cc.cc
src/cpp/client/generic_stub.cc
src/cpp/common/buffer_pool.cc
src/cpp/common/buffer_pool_cc.cc
src/cpp/common/channel_arguments.cc
src/cpp/common/channel_filter.cc
src/cpp/common/completion_queue_cc.cc

@ -3586,7 +3586,7 @@ LIBGRPC++_SRC = \
src/cpp/client/create_channel_posix.cc \
src/cpp/client/credentials_cc.cc \
src/cpp/client/generic_stub.cc \
src/cpp/common/buffer_pool.cc \
src/cpp/common/buffer_pool_cc.cc \
src/cpp/common/channel_arguments.cc \
src/cpp/common/channel_filter.cc \
src/cpp/common/completion_queue_cc.cc \
@ -4216,7 +4216,7 @@ LIBGRPC++_UNSECURE_SRC = \
src/cpp/client/create_channel_posix.cc \
src/cpp/client/credentials_cc.cc \
src/cpp/client/generic_stub.cc \
src/cpp/common/buffer_pool.cc \
src/cpp/common/buffer_pool_cc.cc \
src/cpp/common/channel_arguments.cc \
src/cpp/common/channel_filter.cc \
src/cpp/common/completion_queue_cc.cc \

@ -721,7 +721,7 @@ filegroups:
- src/cpp/client/create_channel_posix.cc
- src/cpp/client/credentials_cc.cc
- src/cpp/client/generic_stub.cc
- src/cpp/common/buffer_pool.cc
- src/cpp/common/buffer_pool_cc.cc
- src/cpp/common/channel_arguments.cc
- src/cpp/common/channel_filter.cc
- src/cpp/common/completion_queue_cc.cc

@ -969,7 +969,7 @@ src/cpp/client/create_channel_internal.cc \
src/cpp/client/create_channel_posix.cc \
src/cpp/client/credentials_cc.cc \
src/cpp/client/generic_stub.cc \
src/cpp/common/buffer_pool.cc \
src/cpp/common/buffer_pool_cc.cc \
src/cpp/common/channel_arguments.cc \
src/cpp/common/channel_filter.cc \
src/cpp/common/completion_queue_cc.cc \

@ -6930,7 +6930,7 @@
"src/cpp/client/create_channel_posix.cc",
"src/cpp/client/credentials_cc.cc",
"src/cpp/client/generic_stub.cc",
"src/cpp/common/buffer_pool.cc",
"src/cpp/common/buffer_pool_cc.cc",
"src/cpp/common/channel_arguments.cc",
"src/cpp/common/channel_filter.cc",
"src/cpp/common/channel_filter.h",

@ -486,7 +486,7 @@
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\client\generic_stub.cc">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\buffer_pool.cc">
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\buffer_pool_cc.cc">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\channel_arguments.cc">
</ClCompile>

@ -46,7 +46,7 @@
<ClCompile Include="$(SolutionDir)\..\src\cpp\client\generic_stub.cc">
<Filter>src\cpp\client</Filter>
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\buffer_pool.cc">
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\buffer_pool_cc.cc">
<Filter>src\cpp\common</Filter>
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\channel_arguments.cc">

@ -472,7 +472,7 @@
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\client\generic_stub.cc">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\buffer_pool.cc">
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\buffer_pool_cc.cc">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\channel_arguments.cc">
</ClCompile>

@ -31,7 +31,7 @@
<ClCompile Include="$(SolutionDir)\..\src\cpp\client\generic_stub.cc">
<Filter>src\cpp\client</Filter>
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\buffer_pool.cc">
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\buffer_pool_cc.cc">
<Filter>src\cpp\common</Filter>
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\cpp\common\channel_arguments.cc">

Loading…
Cancel
Save