mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-09 20:58:53 +00:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
source_set("NavigationTiming") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EntryNames.cpp",
|
|
"PerformanceNavigation.cpp",
|
|
"PerformanceTiming.cpp",
|
|
]
|
|
}
|