mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
16 lines
399 B
Plaintext
16 lines
399 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",
|
|
]
|
|
}
|