mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-12 02:36:39 +00:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
source_set("UserTiming") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"PerformanceMark.cpp",
|
|
"PerformanceMeasure.cpp",
|
|
]
|
|
}
|