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

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

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: Modify browser-side impl and unittests. Address mkwst comments. Created 3 years, 6 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/webauth/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/webauth/BUILD.gn b/third_party/WebKit/Source/modules/webauth/BUILD.gn
index 317a7305275f4361f19950df0c4ade41895095c7..11b7a74082f592faa0e4d533ff2d97ecd904cdf9 100644
--- a/third_party/WebKit/Source/modules/webauth/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webauth/BUILD.gn
@@ -6,11 +6,12 @@ import("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("webauth") {
sources = [
- "AuthenticationAssertion.h",
+ "AuthenticatorAssertionResponse.h",
+ "AuthenticatorAttestationResponse.h",
+ "AuthenticatorResponse.h",
"NavigatorAuth.cpp",
"NavigatorAuth.h",
- "ScopedCredential.h",
- "ScopedCredentialInfo.h",
+ "PublicKeyCredential.h",
"WebAuthentication.cpp",
"WebAuthentication.h",
]

Powered by Google App Engine
This is Rietveld 408576698