Meta: Port recent changes to the GN build

e487f70bbf
f4f4f7781d
This commit is contained in:
Timothy Flynn 2024-04-17 11:14:49 -04:00 committed by Andreas Kling
commit 7e51d6e07d
Notes: sideshowbarker 2024-07-17 09:41:18 +09:00
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@ source_set("Scripting") {
"Environments.cpp",
"ExceptionReporter.cpp",
"Fetching.cpp",
"ImportMap.cpp",
"ImportMapParseResult.cpp",
"ModuleMap.cpp",
"ModuleScript.cpp",
"Script.cpp",

View file

@ -9,5 +9,6 @@ source_set("WebIDL") {
"ObservableArray.cpp",
"OverloadResolution.cpp",
"Promise.cpp",
"Tracing.cpp",
]
}