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

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

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: Add ContectLifecycleObserver... part2 Created 3 years, 5 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..4bdfda71276851ba5753239275d37120baf09e68 100644
--- a/third_party/WebKit/Source/modules/webauth/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webauth/BUILD.gn
@@ -6,11 +6,16 @@ import("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("webauth") {
sources = [
- "AuthenticationAssertion.h",
+ "AuthenticatorAssertionResponse.cpp",
+ "AuthenticatorAssertionResponse.h",
+ "AuthenticatorAttestationResponse.cpp",
+ "AuthenticatorAttestationResponse.h",
+ "AuthenticatorResponse.cpp",
+ "AuthenticatorResponse.h",
"NavigatorAuth.cpp",
"NavigatorAuth.h",
- "ScopedCredential.h",
- "ScopedCredentialInfo.h",
+ "PublicKeyCredential.cpp",
+ "PublicKeyCredential.h",
"WebAuthentication.cpp",
"WebAuthentication.h",
]

Powered by Google App Engine
This is Rietveld 408576698