Parcourir la source

Meta: Port recent changes to the GN build

5dce559ed8b67c6a4f1b3a7f555da985ed2933b2
c1b5fe61d17628267c91266a7a590cb11ed492fa
Timothy Flynn il y a 1 an
Parent
commit
0df7f5bcfc

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn

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

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibWeb/Layout/BUILD.gn

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

+ 1 - 0
Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn

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