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

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

Issue 2214263007: [worklets] Split apart CompositorWorkerThread for sharing with AnimationWorkletThread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix spelling. 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 8c66aa317acd981a246a9e4430be09de74c852c1..010419c78e11be344593311b76d6aa6f25802de4 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -933,8 +933,12 @@
'canvas2d/HitRegion.cpp',
'canvas2d/HitRegion.h',
'canvas2d/Path2D.h',
+ 'compositorworker/AbstractCompositorWorkerThread.cpp',
+ 'compositorworker/AbstractCompositorWorkerThread.h',
'compositorworker/AnimationWorklet.cpp',
'compositorworker/AnimationWorklet.h',
+ 'compositorworker/AnimationWorkletThread.cpp',
+ 'compositorworker/AnimationWorkletThread.h',
'compositorworker/CompositorWorker.cpp',
'compositorworker/CompositorWorker.h',
'compositorworker/CompositorWorkerGlobalScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698