mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +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" ]
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||||
sources = [
|
sources = [
|
||||||
|
"CustomElementDefinition.cpp",
|
||||||
"CustomElementName.cpp",
|
"CustomElementName.cpp",
|
||||||
"CustomElementReactionNames.cpp",
|
"CustomElementReactionNames.cpp",
|
||||||
"CustomElementRegistry.cpp",
|
"CustomElementRegistry.cpp",
|
||||||
|
|
|
@ -39,6 +39,7 @@ source_set("Layout") {
|
||||||
"SVGFormattingContext.cpp",
|
"SVGFormattingContext.cpp",
|
||||||
"SVGGeometryBox.cpp",
|
"SVGGeometryBox.cpp",
|
||||||
"SVGGraphicsBox.cpp",
|
"SVGGraphicsBox.cpp",
|
||||||
|
"SVGMaskBox.cpp",
|
||||||
"SVGSVGBox.cpp",
|
"SVGSVGBox.cpp",
|
||||||
"SVGTextBox.cpp",
|
"SVGTextBox.cpp",
|
||||||
"SVGTextPathBox.cpp",
|
"SVGTextPathBox.cpp",
|
||||||
|
|
|
@ -32,6 +32,7 @@ source_set("Painting") {
|
||||||
"RadioButtonPaintable.cpp",
|
"RadioButtonPaintable.cpp",
|
||||||
"RecordingPainter.cpp",
|
"RecordingPainter.cpp",
|
||||||
"SVGGraphicsPaintable.cpp",
|
"SVGGraphicsPaintable.cpp",
|
||||||
|
"SVGMaskPaintable.cpp",
|
||||||
"SVGPaintable.cpp",
|
"SVGPaintable.cpp",
|
||||||
"SVGPathPaintable.cpp",
|
"SVGPathPaintable.cpp",
|
||||||
"SVGSVGPaintable.cpp",
|
"SVGSVGPaintable.cpp",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue