parent
87155c7b1d
commit
0df7f5bcfc
Notes:
sideshowbarker
2024-07-17 09:49:33 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/0df7f5bcfc Pull-request: https://github.com/SerenityOS/serenity/pull/23769
3 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ source_set("StyleValues") {
|
|||
"ShorthandStyleValue.cpp",
|
||||
"StyleValueList.cpp",
|
||||
"TransformationStyleValue.cpp",
|
||||
"TransitionStyleValue.cpp",
|
||||
"UnresolvedStyleValue.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@ source_set("Layout") {
|
|||
"RadioButton.cpp",
|
||||
"ReplacedBox.cpp",
|
||||
"SVGBox.cpp",
|
||||
"SVGClipBox.cpp",
|
||||
"SVGFormattingContext.cpp",
|
||||
"SVGGeometryBox.cpp",
|
||||
"SVGGraphicsBox.cpp",
|
||||
|
|
|
@ -31,6 +31,7 @@ source_set("Painting") {
|
|||
"PaintableFragment.cpp",
|
||||
"RadioButtonPaintable.cpp",
|
||||
"RecordingPainter.cpp",
|
||||
"SVGClipPaintable.cpp",
|
||||
"SVGGraphicsPaintable.cpp",
|
||||
"SVGMaskPaintable.cpp",
|
||||
"SVGPaintable.cpp",
|
||||
|
|
Loading…
Add table
Reference in a new issue