Meta: Port recent changes to the GN build

a1f4d1875e
This commit is contained in:
Timothy Flynn 2024-03-28 22:11:26 -04:00 committed by Tim Flynn
parent 86bb51d9bf
commit cd73878d8c
Notes: sideshowbarker 2024-07-16 17:05:37 +09:00
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ source_set("Internals") {
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"Inspector.cpp",
"InternalAnimationTimeline.cpp",
"Internals.cpp",
]
}

View File

@ -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",