| 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 c761fbf715a046652fc85bd0043d5d3b5e2707dc..e3caee8baec802f6e5f91f3daab8e0132b23abe5 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',
|
| @@ -905,10 +906,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',
|
|
|