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

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

Issue 2555653002: [WIP Prototype] ES6 https://html.spec.whatwg.org/#fetch-a-single-module-script implementation (Closed)
Patch Set: rebased Created 3 years, 9 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/loader/BUILD.gn
diff --git a/third_party/WebKit/Source/core/loader/BUILD.gn b/third_party/WebKit/Source/core/loader/BUILD.gn
index a440b4f992bb6287b6dd5f9208e083d1ac230a5e..7a21ff78f6d93c335b2a14d822ef2d5e45743c54 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -75,6 +75,10 @@ blink_core_sources("loader") {
"modulescript/ModuleScriptLoaderClient.h",
"modulescript/ModuleScriptLoaderRegistry.cpp",
"modulescript/ModuleScriptLoaderRegistry.h",
+ "modulescript/ModuleTreeLinker.cpp",
+ "modulescript/ModuleTreeLinker.h",
+ "modulescript/ModuleTreeLinkerRegistry.cpp",
+ "modulescript/ModuleTreeLinkerRegistry.h",
"private/CrossOriginPreflightResultCache.cpp",
"private/CrossOriginPreflightResultCache.h",
"private/FrameClientHintsPreferencesContext.cpp",

Powered by Google App Engine
This is Rietveld 408576698