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

Unified Diff: Source/modules/modules.gypi

Issue 1162443006: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add-type
Patch Set: Test. Created 5 years, 7 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
« no previous file with comments | « Source/modules/credentialmanager/PasswordCredential.idl ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index e47da11fe926ac6059a7f6f7a5856eefe7384c87..67b859dcad27b4840c5ad3368a10f73f71bd6c58 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -34,7 +34,7 @@
'credentialmanager/Credential.idl',
'credentialmanager/CredentialsContainer.idl',
'credentialmanager/FederatedCredential.idl',
- 'credentialmanager/LocalCredential.idl',
+ 'credentialmanager/PasswordCredential.idl',
'crypto/Crypto.idl',
'crypto/CryptoKey.idl',
'crypto/SubtleCrypto.idl',
@@ -645,8 +645,8 @@
'credentialmanager/CredentialsContainer.h',
'credentialmanager/FederatedCredential.cpp',
'credentialmanager/FederatedCredential.h',
- 'credentialmanager/LocalCredential.cpp',
- 'credentialmanager/LocalCredential.h',
+ 'credentialmanager/PasswordCredential.cpp',
+ 'credentialmanager/PasswordCredential.h',
'credentialmanager/NavigatorCredentials.cpp',
'credentialmanager/NavigatorCredentials.h',
'crypto/Crypto.cpp',
« no previous file with comments | « Source/modules/credentialmanager/PasswordCredential.idl ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698