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

Unified Diff: Source/platform/blink_platform.gypi

Issue 457683002: Credential Manager: Add platform-exposed Credential objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Strings. Created 6 years, 4 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
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',

Powered by Google App Engine
This is Rietveld 408576698