aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc_test_util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-20 10:31:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-20 10:31:12 -0700
commit9d25e946828592d1e2a8fc51daa685995c771dd2 (patch)
tree5a2ff0898dbececd68defba3799146a003fb1bce /vsprojects/grpc_test_util
parentacd095006f0ec7254223834043e7d8e1b592ef8c (diff)
parentcd329560d33ede65256a926a82279311dcc9b15e (diff)
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
Diffstat (limited to 'vsprojects/grpc_test_util')
-rw-r--r--vsprojects/grpc_test_util/grpc_test_util.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/grpc_test_util/grpc_test_util.vcxproj
index f250d0a632..3f16c2217c 100644
--- a/vsprojects/grpc_test_util/grpc_test_util.vcxproj
+++ b/vsprojects/grpc_test_util/grpc_test_util.vcxproj
@@ -149,6 +149,7 @@
<ClInclude Include="..\..\test\core\end2end\data\ssl_test_data.h" />
<ClInclude Include="..\..\test\core\end2end\cq_verifier.h" />
<ClInclude Include="..\..\test\core\iomgr\endpoint_tests.h" />
+ <ClInclude Include="..\..\test\core\security\oauth2_utils.h" />
<ClInclude Include="..\..\test\core\util\grpc_profiler.h" />
<ClInclude Include="..\..\test\core\util\parse_hexstring.h" />
<ClInclude Include="..\..\test\core\util\port.h" />
@@ -165,6 +166,8 @@
</ClCompile>
<ClCompile Include="..\..\test\core\iomgr\endpoint_tests.c">
</ClCompile>
+ <ClCompile Include="..\..\test\core\security\oauth2_utils.c">
+ </ClCompile>
<ClCompile Include="..\..\test\core\util\grpc_profiler.c">
</ClCompile>
<ClCompile Include="..\..\test\core\util\parse_hexstring.c">