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

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

Issue 2939773005: [POC] Implement "module responses map" concept (Closed)
Patch Set: rebase Created 3 years, 5 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 593910eb2f7e2386b379525043ee9c14b9a61bb1..5648600dfb85a542b4e3393a1995289ebf3a1a3a 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") {
"WorkletGlobalScopeProxy.h",
"WorkletModuleResponsesMap.cpp",
"WorkletModuleResponsesMap.h",
+ "WorkletModuleResponsesMapProxy.cpp",
+ "WorkletModuleResponsesMapProxy.h",
"WorkletModuleTreeClient.cpp",
"WorkletModuleTreeClient.h",
"WorkletPendingTasks.cpp",

Powered by Google App Engine
This is Rietveld 408576698