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

Meta: Update GN build for recent changes

9a026fc8d5
ae1ac9871b
07b332e17c

And some missed changes from the past that weren't hit because no one
was referencing those symbols :^).
This commit is contained in:
Andrew Kaster 2023-10-11 10:56:07 -06:00
parent c8cf361bbd
commit 9a3e9047a5
6 changed files with 6 additions and 1 deletions

View file

@ -254,6 +254,7 @@ standard_idl_files = [
"//Userland/Libraries/LibWeb/SVG/SVGRadialGradientElement.idl",
"//Userland/Libraries/LibWeb/SVG/SVGRectElement.idl",
"//Userland/Libraries/LibWeb/SVG/SVGSVGElement.idl",
"//Userland/Libraries/LibWeb/SVG/SVGScriptElement.idl",
"//Userland/Libraries/LibWeb/SVG/SVGStopElement.idl",
"//Userland/Libraries/LibWeb/SVG/SVGStyleElement.idl",
"//Userland/Libraries/LibWeb/SVG/SVGSymbolElement.idl",