mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
parent
16fdb005f0
commit
d5ce45b016
3 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@ source_set("CustomElements") {
|
|||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"CustomElementDefinition.cpp",
|
||||
"CustomElementName.cpp",
|
||||
"CustomElementReactionNames.cpp",
|
||||
"CustomElementRegistry.cpp",
|
||||
|
|
|
@ -39,6 +39,7 @@ source_set("Layout") {
|
|||
"SVGFormattingContext.cpp",
|
||||
"SVGGeometryBox.cpp",
|
||||
"SVGGraphicsBox.cpp",
|
||||
"SVGMaskBox.cpp",
|
||||
"SVGSVGBox.cpp",
|
||||
"SVGTextBox.cpp",
|
||||
"SVGTextPathBox.cpp",
|
||||
|
|
|
@ -32,6 +32,7 @@ source_set("Painting") {
|
|||
"RadioButtonPaintable.cpp",
|
||||
"RecordingPainter.cpp",
|
||||
"SVGGraphicsPaintable.cpp",
|
||||
"SVGMaskPaintable.cpp",
|
||||
"SVGPaintable.cpp",
|
||||
"SVGPathPaintable.cpp",
|
||||
"SVGSVGPaintable.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue