mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
parent
ca3a62a6bb
commit
7e51d6e07d
Notes:
sideshowbarker
2024-07-17 09:41:18 +09:00
Author: https://github.com/trflynn89
Commit: 7e51d6e07d
Pull-request: https://github.com/SerenityOS/serenity/pull/24012
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@ source_set("Scripting") {
|
|||
"Environments.cpp",
|
||||
"ExceptionReporter.cpp",
|
||||
"Fetching.cpp",
|
||||
"ImportMap.cpp",
|
||||
"ImportMapParseResult.cpp",
|
||||
"ModuleMap.cpp",
|
||||
"ModuleScript.cpp",
|
||||
"Script.cpp",
|
||||
|
|
|
@ -9,5 +9,6 @@ source_set("WebIDL") {
|
|||
"ObservableArray.cpp",
|
||||
"OverloadResolution.cpp",
|
||||
"Promise.cpp",
|
||||
"Tracing.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue