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

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

Issue 2799323002: [local; kouhei 2] kouhei's giant CL https://codereview.chromium.org/2555653002 (Closed)
Patch Set: Rebase 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/loader/BUILD.gn
diff --git a/third_party/WebKit/Source/core/loader/BUILD.gn b/third_party/WebKit/Source/core/loader/BUILD.gn
index a8484a24bf58d2df6535f98f306913f08d29af06..e826d93c40b5492ae4e3524cc5002e8f0c99c18c 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -77,6 +77,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