mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
8 lines
218 B
Text
8 lines
218 B
Text
source_set("PerformanceTimeline") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EntryTypes.cpp",
|
|
"PerformanceEntry.cpp",
|
|
]
|
|
}
|