| 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 393c8b95d62cfd64395553ef82196825387b7b1c..c5ec0ea2c9e9fc7aeb9292c22910cd3d736be294 100644
|
| --- a/third_party/WebKit/Source/core/loader/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/loader/BUILD.gn
|
| @@ -79,6 +79,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",
|
|
|