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

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

Issue 2912743002: [WIP] Worklet: Merge MainThreadWorklet and ThreadedWorklet into Worklet
Patch Set: WIP 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 | « no previous file | third_party/WebKit/Source/core/workers/MainThreadWorklet.cpp » ('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 bf0958a5bedb8bc60ea32640553f30325332bf88..b8c421c5a5de64777d68789b2ee4d2bea60b39a3 100644
--- a/third_party/WebKit/Source/core/workers/BUILD.gn
+++ b/third_party/WebKit/Source/core/workers/BUILD.gn
@@ -22,8 +22,6 @@ blink_core_sources("workers") {
"InProcessWorkerMessagingProxy.h",
"InProcessWorkerObjectProxy.cpp",
"InProcessWorkerObjectProxy.h",
- "MainThreadWorklet.cpp",
- "MainThreadWorklet.h",
"MainThreadWorkletGlobalScope.cpp",
"MainThreadWorkletGlobalScope.h",
"ParentFrameTaskRunners.cpp",
@@ -39,8 +37,6 @@ 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.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698