aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/gpr/gpr.vcxproj
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-03-21 14:00:05 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-03-21 14:01:05 -0700
commit12b44ae5ecb865aedcf9a6b86268a85cd43c5555 (patch)
tree53afb65d52179cfeb069727d7a46864cce90adbf /vsprojects/vcxproj/gpr/gpr.vcxproj
parent94f3dddfdc584b9de7e61f14e97183833dc5672e (diff)
parent62d1dd920e15798a8a338aa5553cc592d91631c0 (diff)
Merge remote-tracking branch 'upstream/master' into enable-cronet-compression
Diffstat (limited to 'vsprojects/vcxproj/gpr/gpr.vcxproj')
-rw-r--r--vsprojects/vcxproj/gpr/gpr.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj b/vsprojects/vcxproj/gpr/gpr.vcxproj
index 44c21ddeb3..32dedee55d 100644
--- a/vsprojects/vcxproj/gpr/gpr.vcxproj
+++ b/vsprojects/vcxproj/gpr/gpr.vcxproj
@@ -188,6 +188,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(SolutionDir)\..\src\core\lib\profiling\timers.h" />
+ <ClInclude Include="$(SolutionDir)\..\src\core\lib\support\arena.h" />
<ClInclude Include="$(SolutionDir)\..\src\core\lib\support\backoff.h" />
<ClInclude Include="$(SolutionDir)\..\src\core\lib\support\block_annotate.h" />
<ClInclude Include="$(SolutionDir)\..\src\core\lib\support\env.h" />
@@ -208,6 +209,10 @@
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\core\lib\support\alloc.c">
</ClCompile>
+ <ClCompile Include="$(SolutionDir)\..\src\core\lib\support\arena.c">
+ </ClCompile>
+ <ClCompile Include="$(SolutionDir)\..\src\core\lib\support\atm.c">
+ </ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\core\lib\support\avl.c">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\core\lib\support\backoff.c">