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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/BUILD.gn

Issue 2312493002: [worklets] Introduce ThreadedWorkletMessagingProxy and AnimationWorkletMessagaingProxy. (Closed)
Patch Set: fix buid /me shakes fist a GN files. 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/compositorworker/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/compositorworker/BUILD.gn b/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
index 3a11064928272d933b6e89e943049b20bd8733c3..a20a7188b47c7505bad297cc8b6121806840fe3e 100644
--- a/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
+++ b/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
@@ -12,6 +12,8 @@ blink_modules_sources("compositorworker") {
"AnimationWorklet.h",
"AnimationWorkletGlobalScope.cpp",
"AnimationWorkletGlobalScope.h",
+ "AnimationWorkletMessagingProxy.cpp",
+ "AnimationWorkletMessagingProxy.h",
"AnimationWorkletThread.cpp",
"AnimationWorkletThread.h",
"CompositorWorker.cpp",

Powered by Google App Engine
This is Rietveld 408576698