diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-02-23 13:00:36 -0800 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-02-23 13:00:36 -0800 |
commit | c66f2a816e02b55c82679f5ae6ae29d37991b786 (patch) | |
tree | 70b6703f61187485a3815465eb50de70963829f2 /vsprojects | |
parent | cd9b1c850db35ad37669dc0a650712b1cd29527f (diff) |
Addressing iniitial feedback.
- Renaming default credentials -> google default credentials.
- Various other things in cpp:
- Adding Cpp wrapping for JWT Tokens.
- Renaming ComposeCredentials -> CompositeCredentials.
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/vs2013/Grpc.mak | 14 | ||||
-rw-r--r-- | vsprojects/vs2013/grpc.vcxproj | 4 | ||||
-rw-r--r-- | vsprojects/vs2013/grpc.vcxproj.filters | 4 | ||||
-rw-r--r-- | vsprojects/vs2013/grpc_shared.vcxproj | 4 | ||||
-rw-r--r-- | vsprojects/vs2013/grpc_shared.vcxproj.filters | 4 |
5 files changed, 15 insertions, 15 deletions
diff --git a/vsprojects/vs2013/Grpc.mak b/vsprojects/vs2013/Grpc.mak index 2591a82321..313263b70c 100644 --- a/vsprojects/vs2013/Grpc.mak +++ b/vsprojects/vs2013/Grpc.mak @@ -450,13 +450,13 @@ grpc_json_token_test: grpc_json_token_test.exe echo Running grpc_json_token_test $(OUT_DIR)\grpc_json_token_test.exe -grpc_print_default_creds_token.exe: grpc_test_util - echo Building grpc_print_default_creds_token - $(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ ..\..\test\core\security\print_default_creds_token.c - $(LINK) $(LFLAGS) /OUT:"$(OUT_DIR)\grpc_print_default_creds_token.exe" Debug\grpc_test_util.lib Debug\grpc.lib Debug\gpr_test_util.lib Debug\gpr.lib $(LIBS) $(OUT_DIR)\print_default_creds_token.obj -grpc_print_default_creds_token: grpc_print_default_creds_token.exe - echo Running grpc_print_default_creds_token - $(OUT_DIR)\grpc_print_default_creds_token.exe +grpc_print_google_default_creds_token.exe: grpc_test_util + echo Building grpc_print_google_default_creds_token + $(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ ..\..\test\core\security\print_google_default_creds_token.c + $(LINK) $(LFLAGS) /OUT:"$(OUT_DIR)\grpc_print_google_default_creds_token.exe" Debug\grpc_test_util.lib Debug\grpc.lib Debug\gpr_test_util.lib Debug\gpr.lib $(LIBS) $(OUT_DIR)\print_google_default_creds_token.obj +grpc_print_google_default_creds_token: grpc_print_google_default_creds_token.exe + echo Running grpc_print_google_default_creds_token + $(OUT_DIR)\grpc_print_google_default_creds_token.exe grpc_stream_op_test.exe: grpc_test_util echo Building grpc_stream_op_test diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj index bdbca9222d..48f975f99b 100644 --- a/vsprojects/vs2013/grpc.vcxproj +++ b/vsprojects/vs2013/grpc.vcxproj @@ -205,10 +205,10 @@ </ClCompile> <ClCompile Include="..\..\src\core\security\credentials_win32.c"> </ClCompile> - <ClCompile Include="..\..\src\core\security\default_credentials.c"> - </ClCompile> <ClCompile Include="..\..\src\core\security\factories.c"> </ClCompile> + <ClCompile Include="..\..\src\core\security\google_default_credentials.c"> + </ClCompile> <ClCompile Include="..\..\src\core\security\json_token.c"> </ClCompile> <ClCompile Include="..\..\src\core\security\secure_endpoint.c"> diff --git a/vsprojects/vs2013/grpc.vcxproj.filters b/vsprojects/vs2013/grpc.vcxproj.filters index d3dd374eb6..867e54516c 100644 --- a/vsprojects/vs2013/grpc.vcxproj.filters +++ b/vsprojects/vs2013/grpc.vcxproj.filters @@ -28,10 +28,10 @@ <ClCompile Include="..\..\src\core\security\credentials_win32.c"> <Filter>src\core\security</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\security\default_credentials.c"> + <ClCompile Include="..\..\src\core\security\factories.c"> <Filter>src\core\security</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\security\factories.c"> + <ClCompile Include="..\..\src\core\security\google_default_credentials.c"> <Filter>src\core\security</Filter> </ClCompile> <ClCompile Include="..\..\src\core\security\json_token.c"> diff --git a/vsprojects/vs2013/grpc_shared.vcxproj b/vsprojects/vs2013/grpc_shared.vcxproj index 9655bb90b5..4b2f1e725e 100644 --- a/vsprojects/vs2013/grpc_shared.vcxproj +++ b/vsprojects/vs2013/grpc_shared.vcxproj @@ -209,10 +209,10 @@ </ClCompile> <ClCompile Include="..\..\src\core\security\credentials_win32.c"> </ClCompile> - <ClCompile Include="..\..\src\core\security\default_credentials.c"> - </ClCompile> <ClCompile Include="..\..\src\core\security\factories.c"> </ClCompile> + <ClCompile Include="..\..\src\core\security\google_default_credentials.c"> + </ClCompile> <ClCompile Include="..\..\src\core\security\json_token.c"> </ClCompile> <ClCompile Include="..\..\src\core\security\secure_endpoint.c"> diff --git a/vsprojects/vs2013/grpc_shared.vcxproj.filters b/vsprojects/vs2013/grpc_shared.vcxproj.filters index d3dd374eb6..867e54516c 100644 --- a/vsprojects/vs2013/grpc_shared.vcxproj.filters +++ b/vsprojects/vs2013/grpc_shared.vcxproj.filters @@ -28,10 +28,10 @@ <ClCompile Include="..\..\src\core\security\credentials_win32.c"> <Filter>src\core\security</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\security\default_credentials.c"> + <ClCompile Include="..\..\src\core\security\factories.c"> <Filter>src\core\security</Filter> </ClCompile> - <ClCompile Include="..\..\src\core\security\factories.c"> + <ClCompile Include="..\..\src\core\security\google_default_credentials.c"> <Filter>src\core\security</Filter> </ClCompile> <ClCompile Include="..\..\src\core\security\json_token.c"> |