1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

Meta: Port recent changes to GN build

4ab2903e25
70353b79af
This commit is contained in:
Timothy Flynn 2023-11-18 07:58:34 -05:00 committed by Andreas Kling
parent 58d0577a02
commit 16ac2089e3
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@ shared_library("LibGfx") {
"ImageFormats/QOIWriter.cpp",
"ImageFormats/TGALoader.cpp",
"ImageFormats/TIFFLoader.cpp",
"ImageFormats/TIFFTagHandler.cpp",
"ImageFormats/TinyVGLoader.cpp",
"ImageFormats/WebPLoader.cpp",
"ImageFormats/WebPLoaderLossless.cpp",

View file

@ -10,6 +10,7 @@ source_set("Painting") {
"BorderPainting.cpp",
"BorderRadiiData.cpp",
"BorderRadiusCornerClipper.cpp",
"BordersData.cpp",
"ButtonPaintable.cpp",
"CanvasPaintable.cpp",
"CheckBoxPaintable.cpp",