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

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
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2DTest.cpp ('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 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 'csspaint/PaintWorkletGlobalScope.idl', 46 'csspaint/PaintWorkletGlobalScope.idl',
46 'device_light/DeviceLightEvent.idl', 47 'device_light/DeviceLightEvent.idl',
47 'device_orientation/DeviceAcceleration.idl', 48 'device_orientation/DeviceAcceleration.idl',
48 'device_orientation/DeviceMotionEvent.idl', 49 'device_orientation/DeviceMotionEvent.idl',
49 'device_orientation/DeviceOrientationEvent.idl', 50 'device_orientation/DeviceOrientationEvent.idl',
50 'device_orientation/DeviceRotationRate.idl', 51 'device_orientation/DeviceRotationRate.idl',
51 'encoding/TextDecoder.idl', 52 'encoding/TextDecoder.idl',
52 'encoding/TextEncoder.idl', 53 'encoding/TextEncoder.idl',
53 'encryptedmedia/MediaEncryptedEvent.idl', 54 'encryptedmedia/MediaEncryptedEvent.idl',
54 'encryptedmedia/MediaKeyMessageEvent.idl', 55 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'crypto/CryptoResultImpl.cpp', 919 'crypto/CryptoResultImpl.cpp',
919 'crypto/CryptoResultImpl.h', 920 'crypto/CryptoResultImpl.h',
920 'crypto/DOMWindowCrypto.cpp', 921 'crypto/DOMWindowCrypto.cpp',
921 'crypto/DOMWindowCrypto.h', 922 'crypto/DOMWindowCrypto.h',
922 'crypto/NormalizeAlgorithm.cpp', 923 'crypto/NormalizeAlgorithm.cpp',
923 'crypto/NormalizeAlgorithm.h', 924 'crypto/NormalizeAlgorithm.h',
924 'crypto/SubtleCrypto.cpp', 925 'crypto/SubtleCrypto.cpp',
925 'crypto/SubtleCrypto.h', 926 'crypto/SubtleCrypto.h',
926 'crypto/WorkerGlobalScopeCrypto.cpp', 927 'crypto/WorkerGlobalScopeCrypto.cpp',
927 'crypto/WorkerGlobalScopeCrypto.h', 928 'crypto/WorkerGlobalScopeCrypto.h',
929 'csspaint/PaintRenderingContext2D.cpp',
930 'csspaint/PaintRenderingContext2D.h',
928 'csspaint/PaintWorklet.cpp', 931 'csspaint/PaintWorklet.cpp',
929 'csspaint/PaintWorklet.h', 932 'csspaint/PaintWorklet.h',
930 'csspaint/PaintWorkletGlobalScope.cpp', 933 'csspaint/PaintWorkletGlobalScope.cpp',
931 'csspaint/PaintWorkletGlobalScope.h', 934 'csspaint/PaintWorkletGlobalScope.h',
932 'csspaint/WindowPaintWorklet.cpp', 935 'csspaint/WindowPaintWorklet.cpp',
933 'csspaint/WindowPaintWorklet.h', 936 'csspaint/WindowPaintWorklet.h',
934 'device_light/DeviceLightController.cpp', 937 'device_light/DeviceLightController.cpp',
935 'device_light/DeviceLightController.h', 938 'device_light/DeviceLightController.h',
936 'device_light/DeviceLightDispatcher.cpp', 939 'device_light/DeviceLightDispatcher.cpp',
937 'device_light/DeviceLightDispatcher.h', 940 'device_light/DeviceLightDispatcher.h',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1959 'vibration/testing/InternalsVibration.h', 1962 'vibration/testing/InternalsVibration.h',
1960 'webaudio/testing/InternalsWebAudio.h', 1963 'webaudio/testing/InternalsWebAudio.h',
1961 'webaudio/testing/InternalsWebAudio.cpp', 1964 'webaudio/testing/InternalsWebAudio.cpp',
1962 ], 1965 ],
1963 'modules_unittest_files': [ 1966 'modules_unittest_files': [
1964 'accessibility/AXObjectTest.cpp', 1967 'accessibility/AXObjectTest.cpp',
1965 'cachestorage/CacheTest.cpp', 1968 'cachestorage/CacheTest.cpp',
1966 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1969 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1967 'canvas2d/CanvasRenderingContext2DTest.cpp', 1970 'canvas2d/CanvasRenderingContext2DTest.cpp',
1968 'compositorworker/CompositorWorkerThreadTest.cpp', 1971 'compositorworker/CompositorWorkerThreadTest.cpp',
1972 'csspaint/PaintRenderingContext2DTest.cpp',
1969 'fetch/BodyStreamBufferTest.cpp', 1973 'fetch/BodyStreamBufferTest.cpp',
1970 'fetch/CompositeDataConsumerHandleTest.cpp', 1974 'fetch/CompositeDataConsumerHandleTest.cpp',
1971 'fetch/DataConsumerHandleTestUtil.cpp', 1975 'fetch/DataConsumerHandleTestUtil.cpp',
1972 'fetch/DataConsumerHandleTestUtil.h', 1976 'fetch/DataConsumerHandleTestUtil.h',
1973 'fetch/DataConsumerHandleUtilTest.cpp', 1977 'fetch/DataConsumerHandleUtilTest.cpp',
1974 'fetch/DataConsumerTeeTest.cpp', 1978 'fetch/DataConsumerTeeTest.cpp',
1975 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1979 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1976 'fetch/FetchDataLoaderTest.cpp', 1980 'fetch/FetchDataLoaderTest.cpp',
1977 'fetch/FetchFormDataConsumerHandleTest.cpp', 1981 'fetch/FetchFormDataConsumerHandleTest.cpp',
1978 'fetch/FetchResponseDataTest.cpp', 1982 'fetch/FetchResponseDataTest.cpp',
(...skipping 17 matching lines...) Expand all
1996 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2000 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1997 'webaudio/ConvolverNodeTest.cpp', 2001 'webaudio/ConvolverNodeTest.cpp',
1998 'webaudio/DynamicsCompressorNodeTest.cpp', 2002 'webaudio/DynamicsCompressorNodeTest.cpp',
1999 'webaudio/ScriptProcessorNodeTest.cpp', 2003 'webaudio/ScriptProcessorNodeTest.cpp',
2000 'webaudio/StereoPannerNodeTest.cpp', 2004 'webaudio/StereoPannerNodeTest.cpp',
2001 'websockets/DOMWebSocketTest.cpp', 2005 'websockets/DOMWebSocketTest.cpp',
2002 'websockets/DocumentWebSocketChannelTest.cpp', 2006 'websockets/DocumentWebSocketChannelTest.cpp',
2003 ], 2007 ],
2004 }, 2008 },
2005 } 2009 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2DTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698