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

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

Issue 2745823002: [animation-worklet] Implement registerAnimator in worklet scope (Closed)
Patch Set: Address nhiroki feedback Created 3 years, 7 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/AnimatorDefinition.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/compositorworker/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/compositorworker/BUILD.gn b/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
index a20a7188b47c7505bad297cc8b6121806840fe3e..df26dd2085fa95f3443d52a648e9d86fd8ef806a 100644
--- a/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
+++ b/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
@@ -16,6 +16,10 @@ blink_modules_sources("compositorworker") {
"AnimationWorkletMessagingProxy.h",
"AnimationWorkletThread.cpp",
"AnimationWorkletThread.h",
+ "Animator.cpp",
+ "Animator.h",
+ "AnimatorDefinition.cpp",
+ "AnimatorDefinition.h",
"CompositorWorker.cpp",
"CompositorWorker.h",
"CompositorWorkerGlobalScope.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/compositorworker/AnimatorDefinition.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698