diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/HTML/Scripting/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/HTML/Scripting/BUILD.gn index ddedee6bbc7..95734e7a15d 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/HTML/Scripting/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/HTML/Scripting/BUILD.gn @@ -7,6 +7,8 @@ source_set("Scripting") { "Environments.cpp", "ExceptionReporter.cpp", "Fetching.cpp", + "ImportMap.cpp", + "ImportMapParseResult.cpp", "ModuleMap.cpp", "ModuleScript.cpp", "Script.cpp", diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn index e2bb3768c1d..cb6c5e91161 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn @@ -9,5 +9,6 @@ source_set("WebIDL") { "ObservableArray.cpp", "OverloadResolution.cpp", "Promise.cpp", + "Tracing.cpp", ] }