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

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: Created 4 years, 8 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
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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 'compositorworker/CompositorWorkerThread.cpp', 893 'compositorworker/CompositorWorkerThread.cpp',
893 'compositorworker/CompositorWorkerThread.h', 894 'compositorworker/CompositorWorkerThread.h',
894 'credentialmanager/Credential.cpp', 895 'credentialmanager/Credential.cpp',
895 'credentialmanager/Credential.h', 896 'credentialmanager/Credential.h',
896 'credentialmanager/CredentialManagerClient.cpp', 897 'credentialmanager/CredentialManagerClient.cpp',
897 'credentialmanager/CredentialManagerClient.h', 898 'credentialmanager/CredentialManagerClient.h',
898 'credentialmanager/CredentialsContainer.cpp', 899 'credentialmanager/CredentialsContainer.cpp',
899 'credentialmanager/CredentialsContainer.h', 900 'credentialmanager/CredentialsContainer.h',
900 'credentialmanager/FederatedCredential.cpp', 901 'credentialmanager/FederatedCredential.cpp',
901 'credentialmanager/FederatedCredential.h', 902 'credentialmanager/FederatedCredential.h',
903 'credentialmanager/NavigatorCredentials.cpp',
904 'credentialmanager/NavigatorCredentials.h',
902 'credentialmanager/PasswordCredential.cpp', 905 'credentialmanager/PasswordCredential.cpp',
903 'credentialmanager/PasswordCredential.h', 906 'credentialmanager/PasswordCredential.h',
904 'credentialmanager/NavigatorCredentials.cpp', 907 'credentialmanager/SiteBoundCredential.cpp',
905 'credentialmanager/NavigatorCredentials.h', 908 'credentialmanager/SiteBoundCredential.h',
906 'crypto/Crypto.cpp', 909 'crypto/Crypto.cpp',
907 'crypto/Crypto.h', 910 'crypto/Crypto.h',
908 'crypto/CryptoHistograms.cpp', 911 'crypto/CryptoHistograms.cpp',
909 'crypto/CryptoHistograms.h', 912 'crypto/CryptoHistograms.h',
910 'crypto/CryptoKey.cpp', 913 'crypto/CryptoKey.cpp',
911 'crypto/CryptoKey.h', 914 'crypto/CryptoKey.h',
912 'crypto/CryptoResultImpl.cpp', 915 'crypto/CryptoResultImpl.cpp',
913 'crypto/CryptoResultImpl.h', 916 'crypto/CryptoResultImpl.h',
914 'crypto/DOMWindowCrypto.cpp', 917 'crypto/DOMWindowCrypto.cpp',
915 'crypto/DOMWindowCrypto.h', 918 'crypto/DOMWindowCrypto.h',
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
2000 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2003 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2001 'webaudio/ConvolverNodeTest.cpp', 2004 'webaudio/ConvolverNodeTest.cpp',
2002 'webaudio/DynamicsCompressorNodeTest.cpp', 2005 'webaudio/DynamicsCompressorNodeTest.cpp',
2003 'webaudio/ScriptProcessorNodeTest.cpp', 2006 'webaudio/ScriptProcessorNodeTest.cpp',
2004 'webaudio/StereoPannerNodeTest.cpp', 2007 'webaudio/StereoPannerNodeTest.cpp',
2005 'websockets/DOMWebSocketTest.cpp', 2008 'websockets/DOMWebSocketTest.cpp',
2006 'websockets/DocumentWebSocketChannelTest.cpp', 2009 'websockets/DocumentWebSocketChannelTest.cpp',
2007 ], 2010 ],
2008 }, 2011 },
2009 } 2012 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698