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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1880393002: CREDENTIAL: Implement 'SiteBoundCredential'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 4cfaa4b2fbc9465433b76d49fd3669dbe9777b1d..60a140d0e191c2bf54449d8b8789363ae1c6db79 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -39,6 +39,7 @@
'credentialmanager/CredentialsContainer.idl',
'credentialmanager/FederatedCredential.idl',
'credentialmanager/PasswordCredential.idl',
+ 'credentialmanager/SiteBoundCredential.idl',
'crypto/Crypto.idl',
'crypto/CryptoKey.idl',
'crypto/SubtleCrypto.idl',
@@ -899,10 +900,12 @@
'credentialmanager/CredentialsContainer.h',
'credentialmanager/FederatedCredential.cpp',
'credentialmanager/FederatedCredential.h',
- 'credentialmanager/PasswordCredential.cpp',
- 'credentialmanager/PasswordCredential.h',
'credentialmanager/NavigatorCredentials.cpp',
'credentialmanager/NavigatorCredentials.h',
+ 'credentialmanager/PasswordCredential.cpp',
+ 'credentialmanager/PasswordCredential.h',
+ 'credentialmanager/SiteBoundCredential.cpp',
+ 'credentialmanager/SiteBoundCredential.h',
'crypto/Crypto.cpp',
'crypto/Crypto.h',
'crypto/CryptoHistograms.cpp',

Powered by Google App Engine
This is Rietveld 408576698