mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 13:50:00 +00:00
12 lines
311 B
Text
12 lines
311 B
Text
source_set("Platform") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EventLoopPlugin.cpp",
|
|
"EventLoopPluginSerenity.cpp",
|
|
"FontPlugin.cpp",
|
|
"ImageCodecPlugin.cpp",
|
|
"Timer.cpp",
|
|
"TimerSerenity.cpp",
|
|
]
|
|
}
|