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

Unified Diff: Source/modules/modules.gypi

Issue 1205003002: Credential Management: Implement CredentialRequestOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/FederatedCredentialRequestOptions.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 b7f0d4d6ced8b73940a6eea8f7e3f8f595966d3f..1a3ff4281022ee79b86f8c8a87ffb995d7b8fd08 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -355,7 +355,9 @@
'bluetooth/RequestDeviceOptions.idl',
'cachestorage/CacheQueryOptions.idl',
'credentialmanager/CredentialData.idl',
+ 'credentialmanager/CredentialRequestOptions.idl',
'credentialmanager/FederatedCredentialData.idl',
+ 'credentialmanager/FederatedCredentialRequestOptions.idl',
'credentialmanager/LocallyStoredCredentialData.idl',
'credentialmanager/PasswordCredentialData.idl',
'device_light/DeviceLightEventInit.idl',
@@ -429,8 +431,12 @@
'<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
'<(blink_modules_output_dir)/credentialmanager/CredentialData.cpp',
'<(blink_modules_output_dir)/credentialmanager/CredentialData.h',
+ '<(blink_modules_output_dir)/credentialmanager/CredentialRequestOptions.cpp',
+ '<(blink_modules_output_dir)/credentialmanager/CredentialRequestOptions.h',
'<(blink_modules_output_dir)/credentialmanager/FederatedCredentialData.cpp',
'<(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/LocallyStoredCredentialData.cpp',
'<(blink_modules_output_dir)/credentialmanager/LocallyStoredCredentialData.h',
'<(blink_modules_output_dir)/credentialmanager/PasswordCredentialData.cpp',
« no previous file with comments | « Source/modules/credentialmanager/FederatedCredentialRequestOptions.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698