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