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