mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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:
parent
c8cf361bbd
commit
9a3e9047a5
6 changed files with 6 additions and 1 deletions
|
@ -135,6 +135,7 @@ source_set("AK") {
|
||||||
"Singleton.h",
|
"Singleton.h",
|
||||||
"SinglyLinkedList.h",
|
"SinglyLinkedList.h",
|
||||||
"SinglyLinkedListSizePolicy.h",
|
"SinglyLinkedListSizePolicy.h",
|
||||||
|
"SipHash.h",
|
||||||
"SourceGenerator.h",
|
"SourceGenerator.h",
|
||||||
"SourceLocation.h",
|
"SourceLocation.h",
|
||||||
"Span.h",
|
"Span.h",
|
||||||
|
@ -210,6 +211,7 @@ source_set("sources") {
|
||||||
"NumberFormat.cpp",
|
"NumberFormat.cpp",
|
||||||
"OptionParser.cpp",
|
"OptionParser.cpp",
|
||||||
"Random.cpp",
|
"Random.cpp",
|
||||||
|
"SipHash.cpp",
|
||||||
"StackInfo.cpp",
|
"StackInfo.cpp",
|
||||||
"Stream.cpp",
|
"Stream.cpp",
|
||||||
"String.cpp",
|
"String.cpp",
|
||||||
|
|
|
@ -26,7 +26,6 @@ shared_library("LibJS") {
|
||||||
"Bytecode/IdentifierTable.cpp",
|
"Bytecode/IdentifierTable.cpp",
|
||||||
"Bytecode/Instruction.cpp",
|
"Bytecode/Instruction.cpp",
|
||||||
"Bytecode/Interpreter.cpp",
|
"Bytecode/Interpreter.cpp",
|
||||||
"Bytecode/Op.cpp",
|
|
||||||
"Bytecode/RegexTable.cpp",
|
"Bytecode/RegexTable.cpp",
|
||||||
"Bytecode/StringTable.cpp",
|
"Bytecode/StringTable.cpp",
|
||||||
"Console.cpp",
|
"Console.cpp",
|
||||||
|
|
|
@ -258,6 +258,7 @@ source_set("all_generated") {
|
||||||
":generate_default_stylesheet_source",
|
":generate_default_stylesheet_source",
|
||||||
":generate_mathml_stylesheet_source",
|
":generate_mathml_stylesheet_source",
|
||||||
":generate_quirks_mode_stylesheet_source",
|
":generate_quirks_mode_stylesheet_source",
|
||||||
|
":generate_svg_stylesheet_source",
|
||||||
":generate_window_or_worker_interfaces",
|
":generate_window_or_worker_interfaces",
|
||||||
]
|
]
|
||||||
configs += [ ":configs" ]
|
configs += [ ":configs" ]
|
||||||
|
|
|
@ -52,5 +52,6 @@ source_set("DOM") {
|
||||||
"StyleElementUtils.cpp",
|
"StyleElementUtils.cpp",
|
||||||
"Text.cpp",
|
"Text.cpp",
|
||||||
"TreeWalker.cpp",
|
"TreeWalker.cpp",
|
||||||
|
"XMLDocument.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,6 +27,7 @@ source_set("SVG") {
|
||||||
"SVGRadialGradientElement.cpp",
|
"SVGRadialGradientElement.cpp",
|
||||||
"SVGRectElement.cpp",
|
"SVGRectElement.cpp",
|
||||||
"SVGSVGElement.cpp",
|
"SVGSVGElement.cpp",
|
||||||
|
"SVGScriptElement.cpp",
|
||||||
"SVGStopElement.cpp",
|
"SVGStopElement.cpp",
|
||||||
"SVGStyleElement.cpp",
|
"SVGStyleElement.cpp",
|
||||||
"SVGSymbolElement.cpp",
|
"SVGSymbolElement.cpp",
|
||||||
|
|
|
@ -254,6 +254,7 @@ standard_idl_files = [
|
||||||
"//Userland/Libraries/LibWeb/SVG/SVGRadialGradientElement.idl",
|
"//Userland/Libraries/LibWeb/SVG/SVGRadialGradientElement.idl",
|
||||||
"//Userland/Libraries/LibWeb/SVG/SVGRectElement.idl",
|
"//Userland/Libraries/LibWeb/SVG/SVGRectElement.idl",
|
||||||
"//Userland/Libraries/LibWeb/SVG/SVGSVGElement.idl",
|
"//Userland/Libraries/LibWeb/SVG/SVGSVGElement.idl",
|
||||||
|
"//Userland/Libraries/LibWeb/SVG/SVGScriptElement.idl",
|
||||||
"//Userland/Libraries/LibWeb/SVG/SVGStopElement.idl",
|
"//Userland/Libraries/LibWeb/SVG/SVGStopElement.idl",
|
||||||
"//Userland/Libraries/LibWeb/SVG/SVGStyleElement.idl",
|
"//Userland/Libraries/LibWeb/SVG/SVGStyleElement.idl",
|
||||||
"//Userland/Libraries/LibWeb/SVG/SVGSymbolElement.idl",
|
"//Userland/Libraries/LibWeb/SVG/SVGSymbolElement.idl",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue