Index: Source/platform/blink_platform.gypi |
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
index 52c1ea123fda625fdf51b541351115ae1a4a18ff..2b70bee6b484263e0172efd68842de462ff9f8ec 100644 |
--- a/Source/platform/blink_platform.gypi |
+++ b/Source/platform/blink_platform.gypi |
@@ -258,6 +258,12 @@ |
'clipboard/ClipboardUtilities.h', |
'clipboard/ClipboardUtilitiesPosix.cpp', |
'clipboard/ClipboardUtilitiesWin.cpp', |
+ 'credentialmanager/PlatformCredential.cpp', |
+ 'credentialmanager/PlatformCredential.h', |
+ 'credentialmanager/PlatformFederatedCredential.cpp', |
+ 'credentialmanager/PlatformFederatedCredential.h', |
+ 'credentialmanager/PlatformLocalCredential.cpp', |
+ 'credentialmanager/PlatformLocalCredential.h', |
'exported/Platform.cpp', |
'exported/WebActiveGestureAnimation.cpp', |
'exported/WebActiveGestureAnimation.h', |
@@ -269,6 +275,7 @@ |
'exported/WebContentDecryptionModuleResult.cpp', |
'exported/WebContentDecryptionModuleSession.cpp', |
'exported/WebConvertableToTraceFormat.cpp', |
+ 'exported/WebCredential.cpp', |
'exported/WebCryptoAlgorithm.cpp', |
'exported/WebCryptoKeyAlgorithm.cpp', |
'exported/WebCryptoKey.cpp', |
@@ -277,11 +284,13 @@ |
'exported/WebData.cpp', |
'exported/WebDeviceMotionData.cpp', |
'exported/WebDeviceOrientationData.cpp', |
+ 'exported/WebFederatedCredential.cpp', |
'exported/WebFileSystemCallbacks.cpp', |
'exported/WebFilterKeyframe.cpp', |
'exported/WebHTTPBody.cpp', |
'exported/WebHTTPLoadInfo.cpp', |
'exported/WebImageSkia.cpp', |
+ 'exported/WebLocalCredential.cpp', |
'exported/WebMediaConstraints.cpp', |
'exported/WebMediaDeviceInfo.cpp', |
'exported/WebMediaStream.cpp', |