1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 16:57:34 +00:00

Meta: Port recent changes to the gn build

daaaaec2d0
5824916f8c
3a87c000c4
45a47cb32b
11d746a67f
cb97eef2cf
fb8edcea00
This commit is contained in:
Andrew Kaster 2024-02-21 21:32:02 -07:00 committed by Andrew Kaster
parent fb81668d8f
commit 1f8a7db6db
6 changed files with 26 additions and 3 deletions

View file

@ -23,11 +23,14 @@ standard_idl_files = [
"//Userland/Libraries/LibWeb/Animations/AnimationEffect.idl",
"//Userland/Libraries/LibWeb/Animations/AnimationPlaybackEvent.idl",
"//Userland/Libraries/LibWeb/Animations/AnimationTimeline.idl",
"//Userland/Libraries/LibWeb/Animations/KeyframeEffect.idl",
"//Userland/Libraries/LibWeb/Animations/DocumentTimeline.idl",
"//Userland/Libraries/LibWeb/Clipboard/Clipboard.idl",
"//Userland/Libraries/LibWeb/Crypto/Crypto.idl",
"//Userland/Libraries/LibWeb/Crypto/CryptoKey.idl",
"//Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl",
"//Userland/Libraries/LibWeb/CSS/AnimationEvent.idl",
"//Userland/Libraries/LibWeb/CSS/CSSAnimation.idl",
"//Userland/Libraries/LibWeb/CSS/CSSConditionRule.idl",
"//Userland/Libraries/LibWeb/CSS/CSSFontFaceRule.idl",
"//Userland/Libraries/LibWeb/CSS/CSSGroupingRule.idl",
@ -228,6 +231,8 @@ standard_idl_files = [
"//Userland/Libraries/LibWeb/PerformanceTimeline/PerformanceObserverEntryList.idl",
"//Userland/Libraries/LibWeb/RequestIdleCallback/IdleDeadline.idl",
"//Userland/Libraries/LibWeb/ResizeObserver/ResizeObserver.idl",
"//Userland/Libraries/LibWeb/ResizeObserver/ResizeObserverEntry.idl",
"//Userland/Libraries/LibWeb/ResizeObserver/ResizeObserverSize.idl",
"//Userland/Libraries/LibWeb/Selection/Selection.idl",
"//Userland/Libraries/LibWeb/Streams/ByteLengthQueuingStrategy.idl",
"//Userland/Libraries/LibWeb/Streams/CountQueuingStrategy.idl",