| 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",
|
| ]
|
|
|