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

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

Issue 2171973002: [WIP][worklets] ThreadedWorkletGlobalScope + AnimationWorkletGlobalScope Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ...... Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScopeProxy.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'canvas2d/ClipList.h', 950 'canvas2d/ClipList.h',
951 'canvas2d/HitRegion.cpp', 951 'canvas2d/HitRegion.cpp',
952 'canvas2d/HitRegion.h', 952 'canvas2d/HitRegion.h',
953 'canvas2d/Path2D.h', 953 'canvas2d/Path2D.h',
954 'compositorworker/AbstractAnimationWorkletThread.cpp', 954 'compositorworker/AbstractAnimationWorkletThread.cpp',
955 'compositorworker/AbstractAnimationWorkletThread.h', 955 'compositorworker/AbstractAnimationWorkletThread.h',
956 'compositorworker/AnimationWorklet.cpp', 956 'compositorworker/AnimationWorklet.cpp',
957 'compositorworker/AnimationWorklet.h', 957 'compositorworker/AnimationWorklet.h',
958 'compositorworker/AnimationWorkletGlobalScope.cpp', 958 'compositorworker/AnimationWorkletGlobalScope.cpp',
959 'compositorworker/AnimationWorkletGlobalScope.h', 959 'compositorworker/AnimationWorkletGlobalScope.h',
960 'compositorworker/AnimationWorkletGlobalScopeProxy.cpp',
961 'compositorworker/AnimationWorkletGlobalScopeProxy.h',
960 'compositorworker/AnimationWorkletThread.cpp', 962 'compositorworker/AnimationWorkletThread.cpp',
961 'compositorworker/AnimationWorkletThread.h', 963 'compositorworker/AnimationWorkletThread.h',
962 'compositorworker/CompositorWorker.cpp', 964 'compositorworker/CompositorWorker.cpp',
963 'compositorworker/CompositorWorker.h', 965 'compositorworker/CompositorWorker.h',
964 'compositorworker/CompositorWorkerGlobalScope.cpp', 966 'compositorworker/CompositorWorkerGlobalScope.cpp',
965 'compositorworker/CompositorWorkerGlobalScope.h', 967 'compositorworker/CompositorWorkerGlobalScope.h',
966 'compositorworker/CompositorWorkerMessagingProxy.cpp', 968 'compositorworker/CompositorWorkerMessagingProxy.cpp',
967 'compositorworker/CompositorWorkerMessagingProxy.h', 969 'compositorworker/CompositorWorkerMessagingProxy.h',
968 'compositorworker/CompositorWorkerThread.cpp', 970 'compositorworker/CompositorWorkerThread.cpp',
969 'compositorworker/CompositorWorkerThread.h', 971 'compositorworker/CompositorWorkerThread.h',
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2094 'webaudio/ConvolverNodeTest.cpp', 2096 'webaudio/ConvolverNodeTest.cpp',
2095 'webaudio/DynamicsCompressorNodeTest.cpp', 2097 'webaudio/DynamicsCompressorNodeTest.cpp',
2096 'webaudio/ScriptProcessorNodeTest.cpp', 2098 'webaudio/ScriptProcessorNodeTest.cpp',
2097 'webaudio/StereoPannerNodeTest.cpp', 2099 'webaudio/StereoPannerNodeTest.cpp',
2098 'webdatabase/QuotaTrackerTest.cpp', 2100 'webdatabase/QuotaTrackerTest.cpp',
2099 'websockets/DOMWebSocketTest.cpp', 2101 'websockets/DOMWebSocketTest.cpp',
2100 'websockets/DocumentWebSocketChannelTest.cpp', 2102 'websockets/DocumentWebSocketChannelTest.cpp',
2101 ], 2103 ],
2102 }, 2104 },
2103 } 2105 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScopeProxy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698