mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
parent
86bb51d9bf
commit
cd73878d8c
Notes:
sideshowbarker
2024-07-16 17:05:37 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/cd73878d8c Pull-request: https://github.com/SerenityOS/serenity/pull/23758 Reviewed-by: https://github.com/kalenikaliaksandr ✅
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue