| 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',
|
|
|