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

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

Issue 2826313003: Worklet: Enable module script loading for main thread worklets (Closed)
Patch Set: update comments 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
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 dd1b5820e2c049fbb1e3a01b1f10bba76626a3b6..4e01ee7baec3adeee8effb6f5ac5c05fad9ed3a1 100644
--- a/third_party/WebKit/Source/core/workers/BUILD.gn
+++ b/third_party/WebKit/Source/core/workers/BUILD.gn
@@ -84,6 +84,8 @@ blink_core_sources("workers") {
"WorkletGlobalScope.cpp",
"WorkletGlobalScope.h",
"WorkletGlobalScopeProxy.h",
+ "WorkletModuleTreeClient.cpp",
+ "WorkletModuleTreeClient.h",
"WorkletPendingTasks.cpp",
"WorkletPendingTasks.h",
"WorkletThreadHolder.h",

Powered by Google App Engine
This is Rietveld 408576698