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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1880393002: CREDENTIAL: Implement 'SiteBoundCredential'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 21 matching lines...) Expand all
32 'canvas2d/CanvasGradient.idl', 32 'canvas2d/CanvasGradient.idl',
33 'canvas2d/CanvasPattern.idl', 33 'canvas2d/CanvasPattern.idl',
34 'canvas2d/CanvasRenderingContext2D.idl', 34 'canvas2d/CanvasRenderingContext2D.idl',
35 'canvas2d/Path2D.idl', 35 'canvas2d/Path2D.idl',
36 'compositorworker/CompositorWorker.idl', 36 'compositorworker/CompositorWorker.idl',
37 'compositorworker/CompositorWorkerGlobalScope.idl', 37 'compositorworker/CompositorWorkerGlobalScope.idl',
38 'credentialmanager/Credential.idl', 38 'credentialmanager/Credential.idl',
39 'credentialmanager/CredentialsContainer.idl', 39 'credentialmanager/CredentialsContainer.idl',
40 'credentialmanager/FederatedCredential.idl', 40 'credentialmanager/FederatedCredential.idl',
41 'credentialmanager/PasswordCredential.idl', 41 'credentialmanager/PasswordCredential.idl',
42 'credentialmanager/SiteBoundCredential.idl',
42 'crypto/Crypto.idl', 43 'crypto/Crypto.idl',
43 'crypto/CryptoKey.idl', 44 'crypto/CryptoKey.idl',
44 'crypto/SubtleCrypto.idl', 45 'crypto/SubtleCrypto.idl',
45 'csspaint/PaintRenderingContext2D.idl', 46 'csspaint/PaintRenderingContext2D.idl',
46 'csspaint/PaintWorkletGlobalScope.idl', 47 'csspaint/PaintWorkletGlobalScope.idl',
47 'device_light/DeviceLightEvent.idl', 48 'device_light/DeviceLightEvent.idl',
48 'device_orientation/DeviceAcceleration.idl', 49 'device_orientation/DeviceAcceleration.idl',
49 'device_orientation/DeviceMotionEvent.idl', 50 'device_orientation/DeviceMotionEvent.idl',
50 'device_orientation/DeviceOrientationEvent.idl', 51 'device_orientation/DeviceOrientationEvent.idl',
51 'device_orientation/DeviceRotationRate.idl', 52 'device_orientation/DeviceRotationRate.idl',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'compositorworker/CompositorWorkerThread.cpp', 900 'compositorworker/CompositorWorkerThread.cpp',
900 'compositorworker/CompositorWorkerThread.h', 901 'compositorworker/CompositorWorkerThread.h',
901 'credentialmanager/Credential.cpp', 902 'credentialmanager/Credential.cpp',
902 'credentialmanager/Credential.h', 903 'credentialmanager/Credential.h',
903 'credentialmanager/CredentialManagerClient.cpp', 904 'credentialmanager/CredentialManagerClient.cpp',
904 'credentialmanager/CredentialManagerClient.h', 905 'credentialmanager/CredentialManagerClient.h',
905 'credentialmanager/CredentialsContainer.cpp', 906 'credentialmanager/CredentialsContainer.cpp',
906 'credentialmanager/CredentialsContainer.h', 907 'credentialmanager/CredentialsContainer.h',
907 'credentialmanager/FederatedCredential.cpp', 908 'credentialmanager/FederatedCredential.cpp',
908 'credentialmanager/FederatedCredential.h', 909 'credentialmanager/FederatedCredential.h',
910 'credentialmanager/NavigatorCredentials.cpp',
911 'credentialmanager/NavigatorCredentials.h',
909 'credentialmanager/PasswordCredential.cpp', 912 'credentialmanager/PasswordCredential.cpp',
910 'credentialmanager/PasswordCredential.h', 913 'credentialmanager/PasswordCredential.h',
911 'credentialmanager/NavigatorCredentials.cpp', 914 'credentialmanager/SiteBoundCredential.cpp',
912 'credentialmanager/NavigatorCredentials.h', 915 'credentialmanager/SiteBoundCredential.h',
913 'crypto/Crypto.cpp', 916 'crypto/Crypto.cpp',
914 'crypto/Crypto.h', 917 'crypto/Crypto.h',
915 'crypto/CryptoHistograms.cpp', 918 'crypto/CryptoHistograms.cpp',
916 'crypto/CryptoHistograms.h', 919 'crypto/CryptoHistograms.h',
917 'crypto/CryptoKey.cpp', 920 'crypto/CryptoKey.cpp',
918 'crypto/CryptoKey.h', 921 'crypto/CryptoKey.h',
919 'crypto/CryptoResultImpl.cpp', 922 'crypto/CryptoResultImpl.cpp',
920 'crypto/CryptoResultImpl.h', 923 'crypto/CryptoResultImpl.h',
921 'crypto/DOMWindowCrypto.cpp', 924 'crypto/DOMWindowCrypto.cpp',
922 'crypto/DOMWindowCrypto.h', 925 'crypto/DOMWindowCrypto.h',
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2005 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2003 'webaudio/ConvolverNodeTest.cpp', 2006 'webaudio/ConvolverNodeTest.cpp',
2004 'webaudio/DynamicsCompressorNodeTest.cpp', 2007 'webaudio/DynamicsCompressorNodeTest.cpp',
2005 'webaudio/ScriptProcessorNodeTest.cpp', 2008 'webaudio/ScriptProcessorNodeTest.cpp',
2006 'webaudio/StereoPannerNodeTest.cpp', 2009 'webaudio/StereoPannerNodeTest.cpp',
2007 'websockets/DOMWebSocketTest.cpp', 2010 'websockets/DOMWebSocketTest.cpp',
2008 'websockets/DocumentWebSocketChannelTest.cpp', 2011 'websockets/DocumentWebSocketChannelTest.cpp',
2009 ], 2012 ],
2010 }, 2013 },
2011 } 2014 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698