mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
21 lines
581 B
Plaintext
21 lines
581 B
Plaintext
source_set("Scripting") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"ClassicScript.cpp",
|
|
"EnvironmentSettingsSnapshot.cpp",
|
|
"Environments.cpp",
|
|
"ExceptionReporter.cpp",
|
|
"Fetching.cpp",
|
|
"ImportMap.cpp",
|
|
"ImportMapParseResult.cpp",
|
|
"ModuleMap.cpp",
|
|
"ModuleScript.cpp",
|
|
"Script.cpp",
|
|
"SerializedEnvironmentSettingsObject.cpp",
|
|
"TemporaryExecutionContext.cpp",
|
|
"WindowEnvironmentSettingsObject.cpp",
|
|
"WorkerEnvironmentSettingsObject.cpp",
|
|
]
|
|
}
|