1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 20:25:08 +00:00
serenity/Meta/gn/secondary/Userland/Libraries/LibWeb/PerformanceTimeline/BUILD.gn
2023-08-27 23:27:44 +02:00

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",
]
}