| 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 0e456bb178b0e0fcc067bd91a952041c1ef99d34..82b80c9b43eecf392dfe9fa1c62f1ba63f7d7f99 100644
 | 
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni
 | 
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
 | 
| @@ -315,10 +315,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",
 | 
| @@ -560,13 +561,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",
 | 
| 
 |