diff options
author | jboeuf <jboeuf@google.com> | 2015-01-12 17:08:15 -0800 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2015-01-12 17:36:57 -0800 |
commit | 6ad120e435069656af0394dc0b97744701cac51c (patch) | |
tree | 8ffea24789b492cc3e4fb36617441e6abd68ce52 /vsprojects/vs2013 | |
parent | c212585c41beca4dd990b8bca8ae8ce5c345f23d (diff) |
Moving the google-internal security code in their own files.
Checked that the opensource version still builds.
Just addressing core for now. We will do c++ later.
Change on 2015/01/12 by jboeuf <jboeuf@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83804014
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r-- | vsprojects/vs2013/grpc.vcxproj | 2 | ||||
-rw-r--r-- | vsprojects/vs2013/grpc_unsecure.vcxproj | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj index 294b73f155..9a8c0e2edd 100644 --- a/vsprojects/vs2013/grpc.vcxproj +++ b/vsprojects/vs2013/grpc.vcxproj @@ -175,6 +175,8 @@ </ClCompile> <ClCompile Include="..\..\src\core\security\credentials.c"> </ClCompile> + <ClCompile Include="..\..\src\core\security\factories.c"> + </ClCompile> <ClCompile Include="..\..\src\core\security\google_root_certs.c"> </ClCompile> <ClCompile Include="..\..\src\core\security\json_token.c"> diff --git a/vsprojects/vs2013/grpc_unsecure.vcxproj b/vsprojects/vs2013/grpc_unsecure.vcxproj index 294b73f155..9a8c0e2edd 100644 --- a/vsprojects/vs2013/grpc_unsecure.vcxproj +++ b/vsprojects/vs2013/grpc_unsecure.vcxproj @@ -175,6 +175,8 @@ </ClCompile> <ClCompile Include="..\..\src\core\security\credentials.c"> </ClCompile> + <ClCompile Include="..\..\src\core\security\factories.c"> + </ClCompile> <ClCompile Include="..\..\src\core\security\google_root_certs.c"> </ClCompile> <ClCompile Include="..\..\src\core\security\json_token.c"> |