Meta: Port recent changes to the GN build

5dce559ed8
c1b5fe61d1
This commit is contained in:
Timothy Flynn 2024-03-29 22:11:54 -04:00 committed by Andreas Kling
parent 87155c7b1d
commit 0df7f5bcfc
3 changed files with 3 additions and 0 deletions

View file

@ -32,6 +32,7 @@ source_set("StyleValues") {
"ShorthandStyleValue.cpp",
"StyleValueList.cpp",
"TransformationStyleValue.cpp",
"TransitionStyleValue.cpp",
"UnresolvedStyleValue.cpp",
]
}

View file

@ -36,6 +36,7 @@ source_set("Layout") {
"RadioButton.cpp",
"ReplacedBox.cpp",
"SVGBox.cpp",
"SVGClipBox.cpp",
"SVGFormattingContext.cpp",
"SVGGeometryBox.cpp",
"SVGGraphicsBox.cpp",

View file

@ -31,6 +31,7 @@ source_set("Painting") {
"PaintableFragment.cpp",
"RadioButtonPaintable.cpp",
"RecordingPainter.cpp",
"SVGClipPaintable.cpp",
"SVGGraphicsPaintable.cpp",
"SVGMaskPaintable.cpp",
"SVGPaintable.cpp",