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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

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

Powered by Google App Engine
This is Rietveld 408576698