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

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: addressed comments + rebase. Created 4 years, 7 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 25 matching lines...) Expand all
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 'credentialmanager/SiteBoundCredential.idl', 42 'credentialmanager/SiteBoundCredential.idl',
43 'crypto/Crypto.idl', 43 'crypto/Crypto.idl',
44 'crypto/CryptoKey.idl', 44 'crypto/CryptoKey.idl',
45 'crypto/SubtleCrypto.idl', 45 'crypto/SubtleCrypto.idl',
46 'csspaint/Geometry.idl',
46 'csspaint/PaintRenderingContext2D.idl', 47 'csspaint/PaintRenderingContext2D.idl',
47 'csspaint/PaintWorkletGlobalScope.idl', 48 'csspaint/PaintWorkletGlobalScope.idl',
48 'device_light/DeviceLightEvent.idl', 49 'device_light/DeviceLightEvent.idl',
49 'device_orientation/DeviceAcceleration.idl', 50 'device_orientation/DeviceAcceleration.idl',
50 'device_orientation/DeviceMotionEvent.idl', 51 'device_orientation/DeviceMotionEvent.idl',
51 'device_orientation/DeviceOrientationEvent.idl', 52 'device_orientation/DeviceOrientationEvent.idl',
52 'device_orientation/DeviceRotationRate.idl', 53 'device_orientation/DeviceRotationRate.idl',
53 'encoding/TextDecoder.idl', 54 'encoding/TextDecoder.idl',
54 'encoding/TextEncoder.idl', 55 'encoding/TextEncoder.idl',
55 'encryptedmedia/MediaEncryptedEvent.idl', 56 'encryptedmedia/MediaEncryptedEvent.idl',
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'crypto/DOMWindowCrypto.cpp', 925 'crypto/DOMWindowCrypto.cpp',
925 'crypto/DOMWindowCrypto.h', 926 'crypto/DOMWindowCrypto.h',
926 'crypto/NormalizeAlgorithm.cpp', 927 'crypto/NormalizeAlgorithm.cpp',
927 'crypto/NormalizeAlgorithm.h', 928 'crypto/NormalizeAlgorithm.h',
928 'crypto/SubtleCrypto.cpp', 929 'crypto/SubtleCrypto.cpp',
929 'crypto/SubtleCrypto.h', 930 'crypto/SubtleCrypto.h',
930 'crypto/WorkerGlobalScopeCrypto.cpp', 931 'crypto/WorkerGlobalScopeCrypto.cpp',
931 'crypto/WorkerGlobalScopeCrypto.h', 932 'crypto/WorkerGlobalScopeCrypto.h',
932 'csspaint/CSSPaintDefinition.cpp', 933 'csspaint/CSSPaintDefinition.cpp',
933 'csspaint/CSSPaintDefinition.h', 934 'csspaint/CSSPaintDefinition.h',
935 'csspaint/CSSPaintImageGeneratorImpl.cpp',
936 'csspaint/CSSPaintImageGeneratorImpl.h',
937 'csspaint/Geometry.h',
934 'csspaint/PaintRenderingContext2D.cpp', 938 'csspaint/PaintRenderingContext2D.cpp',
935 'csspaint/PaintRenderingContext2D.h', 939 'csspaint/PaintRenderingContext2D.h',
936 'csspaint/PaintWorklet.cpp', 940 'csspaint/PaintWorklet.cpp',
937 'csspaint/PaintWorklet.h', 941 'csspaint/PaintWorklet.h',
938 'csspaint/PaintWorkletGlobalScope.cpp', 942 'csspaint/PaintWorkletGlobalScope.cpp',
939 'csspaint/PaintWorkletGlobalScope.h', 943 'csspaint/PaintWorkletGlobalScope.h',
940 'csspaint/WindowPaintWorklet.cpp', 944 'csspaint/WindowPaintWorklet.cpp',
941 'csspaint/WindowPaintWorklet.h', 945 'csspaint/WindowPaintWorklet.h',
942 'device_light/DeviceLightController.cpp', 946 'device_light/DeviceLightController.cpp',
943 'device_light/DeviceLightController.h', 947 'device_light/DeviceLightController.h',
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'webdatabase/QuotaTrackerTest.cpp', 2011 'webdatabase/QuotaTrackerTest.cpp',
2008 'websockets/DOMWebSocketTest.cpp', 2012 'websockets/DOMWebSocketTest.cpp',
2009 'websockets/DocumentWebSocketChannelTest.cpp', 2013 'websockets/DocumentWebSocketChannelTest.cpp',
2010 ], 2014 ],
2011 }, 2015 },
2012 } 2016 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/README.md ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698