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

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

Issue 1778413003: Implement PaintRenderingContext2D off BaseRenderingContext2D (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 24 matching lines...) Expand all
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 'crypto/Crypto.idl', 42 'crypto/Crypto.idl',
43 'crypto/CryptoKey.idl', 43 'crypto/CryptoKey.idl',
44 'crypto/SubtleCrypto.idl', 44 'crypto/SubtleCrypto.idl',
45 'csspaint/PaintRenderingContext2D.idl',
45 'device_light/DeviceLightEvent.idl', 46 'device_light/DeviceLightEvent.idl',
46 'device_orientation/DeviceAcceleration.idl', 47 'device_orientation/DeviceAcceleration.idl',
47 'device_orientation/DeviceMotionEvent.idl', 48 'device_orientation/DeviceMotionEvent.idl',
48 'device_orientation/DeviceOrientationEvent.idl', 49 'device_orientation/DeviceOrientationEvent.idl',
49 'device_orientation/DeviceRotationRate.idl', 50 'device_orientation/DeviceRotationRate.idl',
50 'encoding/TextDecoder.idl', 51 'encoding/TextDecoder.idl',
51 'encoding/TextEncoder.idl', 52 'encoding/TextEncoder.idl',
52 'encryptedmedia/MediaEncryptedEvent.idl', 53 'encryptedmedia/MediaEncryptedEvent.idl',
53 'encryptedmedia/MediaKeyMessageEvent.idl', 54 'encryptedmedia/MediaKeyMessageEvent.idl',
54 'encryptedmedia/MediaKeySession.idl', 55 'encryptedmedia/MediaKeySession.idl',
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'crypto/CryptoResultImpl.cpp', 917 'crypto/CryptoResultImpl.cpp',
917 'crypto/CryptoResultImpl.h', 918 'crypto/CryptoResultImpl.h',
918 'crypto/DOMWindowCrypto.cpp', 919 'crypto/DOMWindowCrypto.cpp',
919 'crypto/DOMWindowCrypto.h', 920 'crypto/DOMWindowCrypto.h',
920 'crypto/NormalizeAlgorithm.cpp', 921 'crypto/NormalizeAlgorithm.cpp',
921 'crypto/NormalizeAlgorithm.h', 922 'crypto/NormalizeAlgorithm.h',
922 'crypto/SubtleCrypto.cpp', 923 'crypto/SubtleCrypto.cpp',
923 'crypto/SubtleCrypto.h', 924 'crypto/SubtleCrypto.h',
924 'crypto/WorkerGlobalScopeCrypto.cpp', 925 'crypto/WorkerGlobalScopeCrypto.cpp',
925 'crypto/WorkerGlobalScopeCrypto.h', 926 'crypto/WorkerGlobalScopeCrypto.h',
927 'csspaint/PaintRenderingContext2D.cpp',
928 'csspaint/PaintRenderingContext2D.h',
926 'device_light/DeviceLightController.cpp', 929 'device_light/DeviceLightController.cpp',
927 'device_light/DeviceLightController.h', 930 'device_light/DeviceLightController.h',
928 'device_light/DeviceLightDispatcher.cpp', 931 'device_light/DeviceLightDispatcher.cpp',
929 'device_light/DeviceLightDispatcher.h', 932 'device_light/DeviceLightDispatcher.h',
930 'device_light/DeviceLightEvent.cpp', 933 'device_light/DeviceLightEvent.cpp',
931 'device_light/DeviceLightEvent.h', 934 'device_light/DeviceLightEvent.h',
932 'device_orientation/DeviceAcceleration.cpp', 935 'device_orientation/DeviceAcceleration.cpp',
933 'device_orientation/DeviceAcceleration.h', 936 'device_orientation/DeviceAcceleration.h',
934 'device_orientation/DeviceMotionController.cpp', 937 'device_orientation/DeviceMotionController.cpp',
935 'device_orientation/DeviceMotionController.h', 938 'device_orientation/DeviceMotionController.h',
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1988 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1986 'webaudio/ConvolverNodeTest.cpp', 1989 'webaudio/ConvolverNodeTest.cpp',
1987 'webaudio/DynamicsCompressorNodeTest.cpp', 1990 'webaudio/DynamicsCompressorNodeTest.cpp',
1988 'webaudio/ScriptProcessorNodeTest.cpp', 1991 'webaudio/ScriptProcessorNodeTest.cpp',
1989 'webaudio/StereoPannerNodeTest.cpp', 1992 'webaudio/StereoPannerNodeTest.cpp',
1990 'websockets/DOMWebSocketTest.cpp', 1993 'websockets/DOMWebSocketTest.cpp',
1991 'websockets/DocumentWebSocketChannelTest.cpp', 1994 'websockets/DocumentWebSocketChannelTest.cpp',
1992 ], 1995 ],
1993 }, 1996 },
1994 } 1997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698