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

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

Issue 2697073002: [ES6 modules] Introduce ModuleScriptLoader (Closed)
Patch Set: nonvirtual DummyModulator impl for windows ld.exe Created 3 years, 10 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 552501c0bde20a78d9055b115d6ec274205a495c..2980bcca7f4a051416f74d352e0616a4a400254b 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -58,7 +58,11 @@ blink_core_sources("loader") {
"appcache/ApplicationCacheHost.cpp",
"appcache/ApplicationCacheHost.h",
"modulescript/ModuleScriptFetchRequest.h",
+ "modulescript/ModuleScriptLoader.cpp",
+ "modulescript/ModuleScriptLoader.h",
"modulescript/ModuleScriptLoaderClient.h",
+ "modulescript/ModuleScriptLoaderRegistry.cpp",
+ "modulescript/ModuleScriptLoaderRegistry.h",
"private/CrossOriginPreflightResultCache.cpp",
"private/CrossOriginPreflightResultCache.h",
"private/FrameClientHintsPreferencesContext.cpp",

Powered by Google App Engine
This is Rietveld 408576698