mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 05:05:32 +03:00
parent
16fdb005f0
commit
d5ce45b016
Notes:
sideshowbarker
2024-07-17 06:40:21 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/d5ce45b016 Pull-request: https://github.com/SerenityOS/serenity/pull/23560 Reviewed-by: https://github.com/ADKaster
@ -2,6 +2,7 @@ source_set("CustomElements") {
|
||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"CustomElementDefinition.cpp",
|
||||
"CustomElementName.cpp",
|
||||
"CustomElementReactionNames.cpp",
|
||||
"CustomElementRegistry.cpp",
|
||||
|
@ -39,6 +39,7 @@ source_set("Layout") {
|
||||
"SVGFormattingContext.cpp",
|
||||
"SVGGeometryBox.cpp",
|
||||
"SVGGraphicsBox.cpp",
|
||||
"SVGMaskBox.cpp",
|
||||
"SVGSVGBox.cpp",
|
||||
"SVGTextBox.cpp",
|
||||
"SVGTextPathBox.cpp",
|
||||
|
@ -32,6 +32,7 @@ source_set("Painting") {
|
||||
"RadioButtonPaintable.cpp",
|
||||
"RecordingPainter.cpp",
|
||||
"SVGGraphicsPaintable.cpp",
|
||||
"SVGMaskPaintable.cpp",
|
||||
"SVGPaintable.cpp",
|
||||
"SVGPathPaintable.cpp",
|
||||
"SVGSVGPaintable.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user