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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/BUILD.gn

Issue 2832813002: Drop SiteBoundCredential in favor of CredentialUserData (Closed)
Patch Set: HTTPS Rename Created 3 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/credentialmanager/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/credentialmanager/BUILD.gn b/third_party/WebKit/Source/modules/credentialmanager/BUILD.gn
index 783f1576c3425c54b1f8823fa3e31c3bf101ea47..c0a59eb893b8a54605dfe7239fdc692452c20a8c 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/BUILD.gn
+++ b/third_party/WebKit/Source/modules/credentialmanager/BUILD.gn
@@ -10,6 +10,8 @@ blink_modules_sources("credentialmanager") {
"Credential.h",
"CredentialManagerClient.cpp",
"CredentialManagerClient.h",
+ "CredentialUserData.cpp",
+ "CredentialUserData.h",
"CredentialsContainer.cpp",
"CredentialsContainer.h",
"FederatedCredential.cpp",
@@ -18,7 +20,5 @@ blink_modules_sources("credentialmanager") {
"NavigatorCredentials.h",
"PasswordCredential.cpp",
"PasswordCredential.h",
- "SiteBoundCredential.cpp",
- "SiteBoundCredential.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698