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

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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 'crypto/CryptoResultImpl.cpp', 920 'crypto/CryptoResultImpl.cpp',
921 'crypto/CryptoResultImpl.h', 921 'crypto/CryptoResultImpl.h',
922 'crypto/DOMWindowCrypto.cpp', 922 'crypto/DOMWindowCrypto.cpp',
923 'crypto/DOMWindowCrypto.h', 923 'crypto/DOMWindowCrypto.h',
924 'crypto/NormalizeAlgorithm.cpp', 924 'crypto/NormalizeAlgorithm.cpp',
925 'crypto/NormalizeAlgorithm.h', 925 'crypto/NormalizeAlgorithm.h',
926 'crypto/SubtleCrypto.cpp', 926 'crypto/SubtleCrypto.cpp',
927 'crypto/SubtleCrypto.h', 927 'crypto/SubtleCrypto.h',
928 'crypto/WorkerGlobalScopeCrypto.cpp', 928 'crypto/WorkerGlobalScopeCrypto.cpp',
929 'crypto/WorkerGlobalScopeCrypto.h', 929 'crypto/WorkerGlobalScopeCrypto.h',
930 'csspaint/CSSPaintDefinition.cpp',
931 'csspaint/CSSPaintDefinition.h',
930 'csspaint/PaintRenderingContext2D.cpp', 932 'csspaint/PaintRenderingContext2D.cpp',
931 'csspaint/PaintRenderingContext2D.h', 933 'csspaint/PaintRenderingContext2D.h',
932 'csspaint/PaintWorklet.cpp', 934 'csspaint/PaintWorklet.cpp',
933 'csspaint/PaintWorklet.h', 935 'csspaint/PaintWorklet.h',
934 'csspaint/PaintWorkletGlobalScope.cpp', 936 'csspaint/PaintWorkletGlobalScope.cpp',
935 'csspaint/PaintWorkletGlobalScope.h', 937 'csspaint/PaintWorkletGlobalScope.h',
936 'csspaint/WindowPaintWorklet.cpp', 938 'csspaint/WindowPaintWorklet.cpp',
937 'csspaint/WindowPaintWorklet.h', 939 'csspaint/WindowPaintWorklet.h',
938 'device_light/DeviceLightController.cpp', 940 'device_light/DeviceLightController.cpp',
939 'device_light/DeviceLightController.h', 941 'device_light/DeviceLightController.h',
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2005 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2004 'webaudio/ConvolverNodeTest.cpp', 2006 'webaudio/ConvolverNodeTest.cpp',
2005 'webaudio/DynamicsCompressorNodeTest.cpp', 2007 'webaudio/DynamicsCompressorNodeTest.cpp',
2006 'webaudio/ScriptProcessorNodeTest.cpp', 2008 'webaudio/ScriptProcessorNodeTest.cpp',
2007 'webaudio/StereoPannerNodeTest.cpp', 2009 'webaudio/StereoPannerNodeTest.cpp',
2008 'websockets/DOMWebSocketTest.cpp', 2010 'websockets/DOMWebSocketTest.cpp',
2009 'websockets/DocumentWebSocketChannelTest.cpp', 2011 'websockets/DocumentWebSocketChannelTest.cpp',
2010 ], 2012 ],
2011 }, 2013 },
2012 } 2014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698