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

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

Issue 1839913002: Implement PaintWorkletGlobalScope#registerPaint() for the CSS Paint API (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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'crypto/CryptoResultImpl.cpp', 921 'crypto/CryptoResultImpl.cpp',
922 'crypto/CryptoResultImpl.h', 922 'crypto/CryptoResultImpl.h',
923 'crypto/DOMWindowCrypto.cpp', 923 'crypto/DOMWindowCrypto.cpp',
924 'crypto/DOMWindowCrypto.h', 924 'crypto/DOMWindowCrypto.h',
925 'crypto/NormalizeAlgorithm.cpp', 925 'crypto/NormalizeAlgorithm.cpp',
926 'crypto/NormalizeAlgorithm.h', 926 'crypto/NormalizeAlgorithm.h',
927 'crypto/SubtleCrypto.cpp', 927 'crypto/SubtleCrypto.cpp',
928 'crypto/SubtleCrypto.h', 928 'crypto/SubtleCrypto.h',
929 'crypto/WorkerGlobalScopeCrypto.cpp', 929 'crypto/WorkerGlobalScopeCrypto.cpp',
930 'crypto/WorkerGlobalScopeCrypto.h', 930 'crypto/WorkerGlobalScopeCrypto.h',
931 'csspaint/CSSPaintDefinition.cpp',
932 'csspaint/CSSPaintDefinition.h',
931 'csspaint/PaintRenderingContext2D.cpp', 933 'csspaint/PaintRenderingContext2D.cpp',
932 'csspaint/PaintRenderingContext2D.h', 934 'csspaint/PaintRenderingContext2D.h',
933 'csspaint/PaintWorklet.cpp', 935 'csspaint/PaintWorklet.cpp',
934 'csspaint/PaintWorklet.h', 936 'csspaint/PaintWorklet.h',
935 'csspaint/PaintWorkletGlobalScope.cpp', 937 'csspaint/PaintWorkletGlobalScope.cpp',
936 'csspaint/PaintWorkletGlobalScope.h', 938 'csspaint/PaintWorkletGlobalScope.h',
937 'csspaint/WindowPaintWorklet.cpp', 939 'csspaint/WindowPaintWorklet.cpp',
938 'csspaint/WindowPaintWorklet.h', 940 'csspaint/WindowPaintWorklet.h',
939 'device_light/DeviceLightController.cpp', 941 'device_light/DeviceLightController.cpp',
940 'device_light/DeviceLightController.h', 942 'device_light/DeviceLightController.h',
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after
1967 'webaudio/testing/InternalsWebAudio.h', 1969 'webaudio/testing/InternalsWebAudio.h',
1968 'webaudio/testing/InternalsWebAudio.cpp', 1970 'webaudio/testing/InternalsWebAudio.cpp',
1969 ], 1971 ],
1970 'modules_unittest_files': [ 1972 'modules_unittest_files': [
1971 'accessibility/AXObjectTest.cpp', 1973 'accessibility/AXObjectTest.cpp',
1972 'cachestorage/CacheTest.cpp', 1974 'cachestorage/CacheTest.cpp',
1973 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1975 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1974 'canvas2d/CanvasRenderingContext2DTest.cpp', 1976 'canvas2d/CanvasRenderingContext2DTest.cpp',
1975 'compositorworker/CompositorWorkerThreadTest.cpp', 1977 'compositorworker/CompositorWorkerThreadTest.cpp',
1976 'csspaint/PaintRenderingContext2DTest.cpp', 1978 'csspaint/PaintRenderingContext2DTest.cpp',
1979 'csspaint/PaintWorkletTest.cpp',
1977 'fetch/BodyStreamBufferTest.cpp', 1980 'fetch/BodyStreamBufferTest.cpp',
1978 'fetch/CompositeDataConsumerHandleTest.cpp', 1981 'fetch/CompositeDataConsumerHandleTest.cpp',
1979 'fetch/DataConsumerHandleTestUtil.cpp', 1982 'fetch/DataConsumerHandleTestUtil.cpp',
1980 'fetch/DataConsumerHandleTestUtil.h', 1983 'fetch/DataConsumerHandleTestUtil.h',
1981 'fetch/DataConsumerHandleUtilTest.cpp', 1984 'fetch/DataConsumerHandleUtilTest.cpp',
1982 'fetch/DataConsumerTeeTest.cpp', 1985 'fetch/DataConsumerTeeTest.cpp',
1983 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1986 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1984 'fetch/FetchDataLoaderTest.cpp', 1987 'fetch/FetchDataLoaderTest.cpp',
1985 'fetch/FetchFormDataConsumerHandleTest.cpp', 1988 'fetch/FetchFormDataConsumerHandleTest.cpp',
1986 'fetch/FetchResponseDataTest.cpp', 1989 'fetch/FetchResponseDataTest.cpp',
(...skipping 17 matching lines...) Expand all
2004 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2007 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2005 'webaudio/ConvolverNodeTest.cpp', 2008 'webaudio/ConvolverNodeTest.cpp',
2006 'webaudio/DynamicsCompressorNodeTest.cpp', 2009 'webaudio/DynamicsCompressorNodeTest.cpp',
2007 'webaudio/ScriptProcessorNodeTest.cpp', 2010 'webaudio/ScriptProcessorNodeTest.cpp',
2008 'webaudio/StereoPannerNodeTest.cpp', 2011 'webaudio/StereoPannerNodeTest.cpp',
2009 'websockets/DOMWebSocketTest.cpp', 2012 'websockets/DOMWebSocketTest.cpp',
2010 'websockets/DocumentWebSocketChannelTest.cpp', 2013 'websockets/DocumentWebSocketChannelTest.cpp',
2011 ], 2014 ],
2012 }, 2015 },
2013 } 2016 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698