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

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

Issue 1866623002: Hook up CSSPaintValue::image to CSS Paint API callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build. 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 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/Geometry.idl',
45 'csspaint/PaintRenderingContext2D.idl', 46 'csspaint/PaintRenderingContext2D.idl',
46 'csspaint/PaintWorkletGlobalScope.idl', 47 'csspaint/PaintWorkletGlobalScope.idl',
47 'device_light/DeviceLightEvent.idl', 48 'device_light/DeviceLightEvent.idl',
48 'device_orientation/DeviceAcceleration.idl', 49 'device_orientation/DeviceAcceleration.idl',
49 'device_orientation/DeviceMotionEvent.idl', 50 'device_orientation/DeviceMotionEvent.idl',
50 'device_orientation/DeviceOrientationEvent.idl', 51 'device_orientation/DeviceOrientationEvent.idl',
51 'device_orientation/DeviceRotationRate.idl', 52 'device_orientation/DeviceRotationRate.idl',
52 'encoding/TextDecoder.idl', 53 'encoding/TextDecoder.idl',
53 'encoding/TextEncoder.idl', 54 'encoding/TextEncoder.idl',
54 'encryptedmedia/MediaEncryptedEvent.idl', 55 'encryptedmedia/MediaEncryptedEvent.idl',
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'crypto/DOMWindowCrypto.cpp', 922 'crypto/DOMWindowCrypto.cpp',
922 'crypto/DOMWindowCrypto.h', 923 'crypto/DOMWindowCrypto.h',
923 'crypto/NormalizeAlgorithm.cpp', 924 'crypto/NormalizeAlgorithm.cpp',
924 'crypto/NormalizeAlgorithm.h', 925 'crypto/NormalizeAlgorithm.h',
925 'crypto/SubtleCrypto.cpp', 926 'crypto/SubtleCrypto.cpp',
926 'crypto/SubtleCrypto.h', 927 'crypto/SubtleCrypto.h',
927 'crypto/WorkerGlobalScopeCrypto.cpp', 928 'crypto/WorkerGlobalScopeCrypto.cpp',
928 'crypto/WorkerGlobalScopeCrypto.h', 929 'crypto/WorkerGlobalScopeCrypto.h',
929 'csspaint/CSSPaintDefinition.cpp', 930 'csspaint/CSSPaintDefinition.cpp',
930 'csspaint/CSSPaintDefinition.h', 931 'csspaint/CSSPaintDefinition.h',
932 'csspaint/CSSPaintImageGeneratorImpl.cpp',
933 'csspaint/CSSPaintImageGeneratorImpl.h',
934 'csspaint/Geometry.h',
931 'csspaint/PaintRenderingContext2D.cpp', 935 'csspaint/PaintRenderingContext2D.cpp',
932 'csspaint/PaintRenderingContext2D.h', 936 'csspaint/PaintRenderingContext2D.h',
933 'csspaint/PaintWorklet.cpp', 937 'csspaint/PaintWorklet.cpp',
934 'csspaint/PaintWorklet.h', 938 'csspaint/PaintWorklet.h',
935 'csspaint/PaintWorkletGlobalScope.cpp', 939 'csspaint/PaintWorkletGlobalScope.cpp',
936 'csspaint/PaintWorkletGlobalScope.h', 940 'csspaint/PaintWorkletGlobalScope.h',
937 'csspaint/WindowPaintWorklet.cpp', 941 'csspaint/WindowPaintWorklet.cpp',
938 'csspaint/WindowPaintWorklet.h', 942 'csspaint/WindowPaintWorklet.h',
939 'device_light/DeviceLightController.cpp', 943 'device_light/DeviceLightController.cpp',
940 'device_light/DeviceLightController.h', 944 'device_light/DeviceLightController.h',
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2006 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2003 'webaudio/ConvolverNodeTest.cpp', 2007 'webaudio/ConvolverNodeTest.cpp',
2004 'webaudio/DynamicsCompressorNodeTest.cpp', 2008 'webaudio/DynamicsCompressorNodeTest.cpp',
2005 'webaudio/ScriptProcessorNodeTest.cpp', 2009 'webaudio/ScriptProcessorNodeTest.cpp',
2006 'webaudio/StereoPannerNodeTest.cpp', 2010 'webaudio/StereoPannerNodeTest.cpp',
2007 'websockets/DOMWebSocketTest.cpp', 2011 'websockets/DOMWebSocketTest.cpp',
2008 'websockets/DocumentWebSocketChannelTest.cpp', 2012 'websockets/DocumentWebSocketChannelTest.cpp',
2009 ], 2013 ],
2010 }, 2014 },
2011 } 2015 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698