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

Unified Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2515363002: Introduce AnimationWorkletProxyClient and necessary plumbing to get it in worklet messaging proxy. (Closed)
Patch Set: address feedback Created 4 years, 1 month 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/core/dom/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index c2a91e09ea3cf53b09d9ff68ef06fc587949719f..ee5767de8e8104a8c2cd85edd38340e3b198db5e 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -11,6 +11,7 @@ blink_core_sources("dom") {
"AXObjectCache.cpp",
"AXObjectCache.h",
"ActiveDOMObject.cpp",
+ "AnimationWorkletProxyClient.h",
"Attr.cpp",
"AttributeCollection.h",
"CDATASection.cpp",
@@ -36,8 +37,10 @@ blink_core_sources("dom") {
"CompositorProxiedPropertySet.h",
"CompositorProxy.cpp",
"CompositorProxy.h",
- "CompositorProxyClient.cpp",
"CompositorProxyClient.h",
+ "CompositorProxyClientFactory.h",
+ "CompositorWorkerProxyClient.cpp",
+ "CompositorWorkerProxyClient.h",
"ContainerNode.cpp",
"ContextFeatures.cpp",
"ContextFeatures.h",

Powered by Google App Engine
This is Rietveld 408576698