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

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

Issue 2312493002: [worklets] Introduce ThreadedWorkletMessagingProxy and AnimationWorkletMessagaingProxy. (Closed)
Patch Set: fix win compile. 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 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 29a691ac3b43deb48458c88f6f9317c5edbe8434..2687b0584e99f0d589200d5449cf158d55d1786c 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -402,6 +402,8 @@
'compositorworker/AnimationWorklet.h',
'compositorworker/AnimationWorkletGlobalScope.cpp',
'compositorworker/AnimationWorkletGlobalScope.h',
+ 'compositorworker/AnimationWorkletMessagingProxy.cpp',
+ 'compositorworker/AnimationWorkletMessagingProxy.h',
'compositorworker/AnimationWorkletThread.cpp',
'compositorworker/AnimationWorkletThread.h',
'compositorworker/CompositorWorker.cpp',

Powered by Google App Engine
This is Rietveld 408576698