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

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

Issue 2839123003: Worklet: Introduce "pending tasks struct" concept defined in the Worklet spec (Closed)
Patch Set: address review 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
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 453467d561faadd6d386ae0c7c2aaf58a91748c5..dd1b5820e2c049fbb1e3a01b1f10bba76626a3b6 100644
--- a/third_party/WebKit/Source/core/workers/BUILD.gn
+++ b/third_party/WebKit/Source/core/workers/BUILD.gn
@@ -84,7 +84,8 @@ blink_core_sources("workers") {
"WorkletGlobalScope.cpp",
"WorkletGlobalScope.h",
"WorkletGlobalScopeProxy.h",
- "WorkletObjectProxy.h",
+ "WorkletPendingTasks.cpp",
+ "WorkletPendingTasks.h",
"WorkletThreadHolder.h",
]

Powered by Google App Engine
This is Rietveld 408576698