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

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

Issue 2819153003: Worklet: Separate Worklet into MainThreadWorklet and ThreadedWorklet (Closed)
Patch Set: update comments Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/core/workers/MainThreadWorklet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/workers/BUILD.gn
diff --git a/third_party/WebKit/Source/core/workers/BUILD.gn b/third_party/WebKit/Source/core/workers/BUILD.gn
index 89d3a7deda097cb6eaa12c8f3945d95c49129207..d273a5c498e59863c3f668758187682c86abc44a 100644
--- a/third_party/WebKit/Source/core/workers/BUILD.gn
+++ b/third_party/WebKit/Source/core/workers/BUILD.gn
@@ -22,6 +22,8 @@ blink_core_sources("workers") {
"InProcessWorkerMessagingProxy.h",
"InProcessWorkerObjectProxy.cpp",
"InProcessWorkerObjectProxy.h",
+ "MainThreadWorklet.cpp",
+ "MainThreadWorklet.h",
"MainThreadWorkletGlobalScope.cpp",
"MainThreadWorkletGlobalScope.h",
"ParentFrameTaskRunners.cpp",
@@ -37,6 +39,8 @@ blink_core_sources("workers") {
"ThreadedMessagingProxyBase.h",
"ThreadedObjectProxyBase.cpp",
"ThreadedObjectProxyBase.h",
+ "ThreadedWorklet.cpp",
+ "ThreadedWorklet.h",
"ThreadedWorkletGlobalScope.cpp",
"ThreadedWorkletGlobalScope.h",
"ThreadedWorkletMessagingProxy.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/MainThreadWorklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698