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

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: rebase + remove WillBe types. 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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 ], 1972 ],
1971 'modules_unittest_files': [ 1973 'modules_unittest_files': [
1972 'accessibility/AXObjectTest.cpp', 1974 'accessibility/AXObjectTest.cpp',
1973 'cachestorage/CacheTest.cpp', 1975 'cachestorage/CacheTest.cpp',
1974 'canvas/HTMLCanvasElementModuleTest.cpp', 1976 'canvas/HTMLCanvasElementModuleTest.cpp',
1975 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1977 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1976 'canvas2d/CanvasRenderingContext2DTest.cpp', 1978 'canvas2d/CanvasRenderingContext2DTest.cpp',
1977 'compositorworker/CompositorWorkerThreadTest.cpp', 1979 'compositorworker/CompositorWorkerThreadTest.cpp',
1978 'credentialmanager/PasswordCredentialTest.cpp', 1980 'credentialmanager/PasswordCredentialTest.cpp',
1979 'csspaint/PaintRenderingContext2DTest.cpp', 1981 'csspaint/PaintRenderingContext2DTest.cpp',
1982 'csspaint/PaintWorkletTest.cpp',
1980 'fetch/BodyStreamBufferTest.cpp', 1983 'fetch/BodyStreamBufferTest.cpp',
1981 'fetch/CompositeDataConsumerHandleTest.cpp', 1984 'fetch/CompositeDataConsumerHandleTest.cpp',
1982 'fetch/DataConsumerHandleTestUtil.cpp', 1985 'fetch/DataConsumerHandleTestUtil.cpp',
1983 'fetch/DataConsumerHandleTestUtil.h', 1986 'fetch/DataConsumerHandleTestUtil.h',
1984 'fetch/DataConsumerHandleUtilTest.cpp', 1987 'fetch/DataConsumerHandleUtilTest.cpp',
1985 'fetch/DataConsumerTeeTest.cpp', 1988 'fetch/DataConsumerTeeTest.cpp',
1986 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1989 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1987 'fetch/FetchDataLoaderTest.cpp', 1990 'fetch/FetchDataLoaderTest.cpp',
1988 'fetch/FetchFormDataConsumerHandleTest.cpp', 1991 'fetch/FetchFormDataConsumerHandleTest.cpp',
1989 'fetch/FetchResponseDataTest.cpp', 1992 'fetch/FetchResponseDataTest.cpp',
(...skipping 23 matching lines...) Expand all
2013 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2016 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2014 'webaudio/ConvolverNodeTest.cpp', 2017 'webaudio/ConvolverNodeTest.cpp',
2015 'webaudio/DynamicsCompressorNodeTest.cpp', 2018 'webaudio/DynamicsCompressorNodeTest.cpp',
2016 'webaudio/ScriptProcessorNodeTest.cpp', 2019 'webaudio/ScriptProcessorNodeTest.cpp',
2017 'webaudio/StereoPannerNodeTest.cpp', 2020 'webaudio/StereoPannerNodeTest.cpp',
2018 'websockets/DOMWebSocketTest.cpp', 2021 'websockets/DOMWebSocketTest.cpp',
2019 'websockets/DocumentWebSocketChannelTest.cpp', 2022 'websockets/DocumentWebSocketChannelTest.cpp',
2020 ], 2023 ],
2021 }, 2024 },
2022 } 2025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698