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

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: Remove unnecessary PLATFORM_EXPORT Created 3 years, 10 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/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 92ce56765b9880d780e1e01eb45219e469ce5327..e4bb6663bbc354f6070ccc901c26ea5a158dcb95 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -10,6 +10,7 @@ blink_core_sources("dom") {
sources = [
"AXObjectCache.cpp",
"AXObjectCache.h",
+ "AnimationWorkletProxyClient.h",
"Attr.cpp",
"AttributeCollection.h",
"CDATASection.cpp",
@@ -35,8 +36,9 @@ blink_core_sources("dom") {
"CompositorProxiedPropertySet.h",
"CompositorProxy.cpp",
"CompositorProxy.h",
- "CompositorProxyClient.cpp",
"CompositorProxyClient.h",
+ "CompositorWorkerProxyClient.cpp",
+ "CompositorWorkerProxyClient.h",
"ContainerNode.cpp",
"ContextFeatures.cpp",
"ContextFeatures.h",

Powered by Google App Engine
This is Rietveld 408576698