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

Unified Diff: Source/modules/modules.gypi

Issue 1317043003: CREDENTIAL: Add 'PasswordCredential::toFormData()' (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@opaque-formdata
Patch Set: webexposed Created 5 years, 3 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
« no previous file with comments | « Source/modules/credentialmanager/PasswordCredential.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 36895da19646010fdf50b22b288d55178e7d21d7..50fdf4b22a21d50d5de5f443edaef239c0d3e376 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -429,6 +429,7 @@
'credentialmanager/CredentialRequestOptions.idl',
'credentialmanager/FederatedCredentialData.idl',
'credentialmanager/FederatedCredentialRequestOptions.idl',
+ 'credentialmanager/FormDataOptions.idl',
'credentialmanager/LocallyStoredCredentialData.idl',
'credentialmanager/PasswordCredentialData.idl',
'device_light/DeviceLightEventInit.idl',
@@ -522,6 +523,8 @@
'<(blink_modules_output_dir)/credentialmanager/FederatedCredentialData.h',
'<(blink_modules_output_dir)/credentialmanager/FederatedCredentialRequestOptions.cpp',
'<(blink_modules_output_dir)/credentialmanager/FederatedCredentialRequestOptions.h',
+ '<(blink_modules_output_dir)/credentialmanager/FormDataOptions.cpp',
+ '<(blink_modules_output_dir)/credentialmanager/FormDataOptions.h',
'<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData.cpp',
'<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData.h',
'<(blink_modules_output_dir)/credentialmanager/PasswordCredentialData.cpp',
« no previous file with comments | « Source/modules/credentialmanager/PasswordCredential.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698