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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2254593002: [worklets] Introduce AnimationWorkletGlobalScope and ThreadedWorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add super call to WorkletGlobalScope::dispose() Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index a0491727b2dcb90bbd94538639f477227377488f..701377f0c6b43b2a403cb35a7cb1a1226c41c72f 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -35,6 +35,7 @@
'canvas2d/CanvasPattern.idl',
'canvas2d/CanvasRenderingContext2D.idl',
'canvas2d/Path2D.idl',
+ 'compositorworker/AnimationWorkletGlobalScope.idl',
'compositorworker/CompositorWorker.idl',
'compositorworker/CompositorWorkerGlobalScope.idl',
'credentialmanager/Credential.idl',
@@ -954,6 +955,8 @@
'compositorworker/AbstractAnimationWorkletThread.h',
'compositorworker/AnimationWorklet.cpp',
'compositorworker/AnimationWorklet.h',
+ 'compositorworker/AnimationWorkletGlobalScope.cpp',
+ 'compositorworker/AnimationWorkletGlobalScope.h',
'compositorworker/AnimationWorkletThread.cpp',
'compositorworker/AnimationWorkletThread.h',
'compositorworker/CompositorWorker.cpp',
@@ -2042,6 +2045,7 @@
'canvas2d/CanvasRenderingContext2DAPITest.cpp',
'canvas2d/CanvasRenderingContext2DTest.cpp',
'canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp',
+ 'compositorworker/AnimationWorkletThreadTest.cpp',
'compositorworker/CompositorWorkerThreadTest.cpp',
'credentialmanager/PasswordCredentialTest.cpp',
'csspaint/PaintRenderingContext2DTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698