mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-23 19:48:33 +00:00
@@ -3,6 +3,7 @@ source_set("Internals") {
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"Inspector.cpp",
|
||||
"InternalAnimationTimeline.cpp",
|
||||
"Internals.cpp",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -223,6 +223,7 @@ standard_idl_files = [
|
||||
"//Userland/Libraries/LibWeb/HTML/WorkerLocation.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/WorkerNavigator.idl",
|
||||
"//Userland/Libraries/LibWeb/Internals/Inspector.idl",
|
||||
"//Userland/Libraries/LibWeb/Internals/InternalAnimationTimeline.idl",
|
||||
"//Userland/Libraries/LibWeb/Internals/Internals.idl",
|
||||
"//Userland/Libraries/LibWeb/IntersectionObserver/IntersectionObserver.idl",
|
||||
"//Userland/Libraries/LibWeb/IntersectionObserver/IntersectionObserverEntry.idl",
|
||||
|
||||
Reference in New Issue
Block a user