Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: Source/platform/blink_platform.gypi

Issue 1162443006: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add-type
Patch Set: Test. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/platform/credentialmanager/PlatformCredential.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 1918db12b7b6828fa9e9578d372af335488df3df..d34237deb69c9ab2e059b81a268a6284ff27bd85 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -256,8 +256,8 @@
'credentialmanager/PlatformCredential.h',
'credentialmanager/PlatformFederatedCredential.cpp',
'credentialmanager/PlatformFederatedCredential.h',
- 'credentialmanager/PlatformLocalCredential.cpp',
- 'credentialmanager/PlatformLocalCredential.h',
+ 'credentialmanager/PlatformPasswordCredential.cpp',
+ 'credentialmanager/PlatformPasswordCredential.h',
'exported/Platform.cpp',
'exported/WebActiveGestureAnimation.cpp',
'exported/WebActiveGestureAnimation.h',
@@ -301,6 +301,7 @@
'exported/WebMemoryAllocatorDump.cpp',
'exported/WebMemoryDumpProvider.cpp',
'exported/WebMessagePortChannelClient.cpp',
+ 'exported/WebPasswordCredential.cpp',
'exported/WebPrerender.cpp',
'exported/WebPrerenderingSupport.cpp',
'exported/WebPresentationController.cpp',
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/platform/credentialmanager/PlatformCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698