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

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: Feedback 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 baf10a4a9843e7ab1ac6b617fb5aa17f2e56c413..923a5581ae501a970037d769daeab5141b94adec 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',
« no previous file with comments | « Source/modules/credentialmanager/LocalCredential.cpp ('k') | Source/platform/credentialmanager/PlatformCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698