mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 20:25:08 +00:00
10 lines
289 B
Text
10 lines
289 B
Text
source_set("PerformanceTimeline") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EntryTypes.cpp",
|
|
"PerformanceEntry.cpp",
|
|
"PerformanceObserver.cpp",
|
|
"PerformanceObserverEntryList.cpp",
|
|
]
|
|
}
|