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

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: remove global listing as no console output. 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
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 e9dd040987d11e5ad49cc6554fdc86dab7d974a8..14657c4f461f2affa0f0ae0057d70710f1c98dbb 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -34,6 +34,7 @@
'canvas2d/CanvasPattern.idl',
'canvas2d/CanvasRenderingContext2D.idl',
'canvas2d/Path2D.idl',
+ 'compositorworker/AnimationWorkletGlobalScope.idl',
'compositorworker/CompositorWorker.idl',
'compositorworker/CompositorWorkerGlobalScope.idl',
'credentialmanager/Credential.idl',
@@ -947,6 +948,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',
@@ -2038,6 +2041,7 @@
'canvas2d/CanvasRenderingContext2DAPITest.cpp',
'canvas2d/CanvasRenderingContext2DTest.cpp',
'canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp',
+ 'compositorworker/AnimationWorkletThreadTest.cpp',
'compositorworker/CompositorWorkerThreadTest.cpp',
'credentialmanager/PasswordCredentialTest.cpp',
'csspaint/PaintRenderingContext2DTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698