mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
8b3a5d0b9699ef078c97dc401f49ead30ae92b82c22a2d8f2b6cf7d07a980c98c7637e00487a7b251db243c006
5 lines
187 B
Text
5 lines
187 B
Text
source_set("EventTiming") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [ "PerformanceEventTiming.cpp" ]
|
|
}
|