mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
Meta: Port recent changes to the GN build
cd07249482
acd5369774
7d05fe84bc
This commit is contained in:
parent
c96730c984
commit
1b859bac64
Notes:
sideshowbarker
2024-07-17 09:56:35 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/1b859bac64 Pull-request: https://github.com/SerenityOS/serenity/pull/24151 Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,7 @@ source_set("Layout") {
|
|||
"ReplacedBox.cpp",
|
||||
"SVGBox.cpp",
|
||||
"SVGClipBox.cpp",
|
||||
"SVGForeignObjectBox.cpp",
|
||||
"SVGFormattingContext.cpp",
|
||||
"SVGGeometryBox.cpp",
|
||||
"SVGGraphicsBox.cpp",
|
||||
|
|
|
@ -14,6 +14,7 @@ source_set("Painting") {
|
|||
"ButtonPaintable.cpp",
|
||||
"CanvasPaintable.cpp",
|
||||
"CheckBoxPaintable.cpp",
|
||||
"ClippableAndScrollable.cpp",
|
||||
"Command.cpp",
|
||||
"CommandExecutorCPU.cpp",
|
||||
"CommandList.cpp",
|
||||
|
@ -32,8 +33,10 @@ source_set("Painting") {
|
|||
"RadioButtonPaintable.cpp",
|
||||
"RecordingPainter.cpp",
|
||||
"SVGClipPaintable.cpp",
|
||||
"SVGForeignObjectPaintable.cpp",
|
||||
"SVGGraphicsPaintable.cpp",
|
||||
"SVGMaskPaintable.cpp",
|
||||
"SVGMaskable.cpp",
|
||||
"SVGPaintable.cpp",
|
||||
"SVGPathPaintable.cpp",
|
||||
"SVGSVGPaintable.cpp",
|
||||
|
|
Loading…
Add table
Reference in a new issue