| Index: third_party/WebKit/Source/modules/modules_idl_files.gni | 
| diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni | 
| index 37aa5da86e042778adc1f9a03057330f3bb680c6..2207d8256084fa977ce89025b7c511bd7b06a85f 100644 | 
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni | 
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni | 
| @@ -311,10 +311,11 @@ modules_idl_files = | 
| "webaudio/ScriptProcessorNode.idl", | 
| "webaudio/StereoPannerNode.idl", | 
| "webaudio/WaveShaperNode.idl", | 
| -                    "webauth/ScopedCredential.idl", | 
| -                    "webauth/ScopedCredentialInfo.idl", | 
| +                    "webauth/PublicKeyCredential.idl", | 
| +                    "webauth/AuthenticatorAssertionResponse.idl", | 
| +                    "webauth/AuthenticatorAttestationResponse.idl", | 
| +                    "webauth/AuthenticatorResponse.idl", | 
| "webauth/WebAuthentication.idl", | 
| -                    "webauth/AuthenticationAssertion.idl", | 
| "webdatabase/Database.idl", | 
| "webdatabase/SQLError.idl", | 
| "webdatabase/SQLResultSet.idl", | 
| @@ -554,13 +555,14 @@ modules_dictionary_idl_files = | 
| "webaudio/OfflineAudioCompletionEventInit.idl", | 
| "webaudio/StereoPannerOptions.idl", | 
| "webaudio/WaveShaperOptions.idl", | 
| -                    "webauth/RelyingPartyAccount.idl", | 
| -                    "webauth/AuthenticationAssertionOptions.idl", | 
| -                    "webauth/AuthenticationClientData.idl", | 
| -                    "webauth/ScopedCredentialDescriptor.idl", | 
| -                    "webauth/ScopedCredentialOptions.idl", | 
| -                    "webauth/ScopedCredentialParameters.idl", | 
| -                    "webauth/AuthenticationExtensions.idl", | 
| +                    "webauth/AuthenticatorSelectionCriteria.idl", | 
| +                    "webauth/CollectedClientData.idl", | 
| +                    "webauth/MakeCredentialOptions.idl", | 
| +                    "webauth/PublicKeyCredentialDescriptor.idl", | 
| +                    "webauth/PublicKeyCredentialEntity.idl", | 
| +                    "webauth/PublicKeyCredentialParameters.idl", | 
| +                    "webauth/PublicKeyCredentialRequestOptions.idl", | 
| +                    "webauth/PublicKeyCredentialUserEntity.idl", | 
| "webgl/WebGLContextAttributes.idl", | 
| "webgl/WebGLContextEventInit.idl", | 
| "webmidi/MIDIConnectionEventInit.idl", | 
|  |