mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
Meta: Update LibGfx gn build for removed files and added Libraries
LibGfx depends on a lot of third-party libs now.
This commit is contained in:
parent
a1e2437b21
commit
b395e6a6a6
Notes:
github-actions[bot]
2024-09-27 16:16:37 +00:00
Author: https://github.com/ADKaster
Commit: b395e6a6a6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1515
Reviewed-by: https://github.com/nico
Reviewed-by: https://github.com/trflynn89
1 changed files with 19 additions and 17 deletions
|
@ -33,23 +33,15 @@ shared_library("LibGfx") {
|
||||||
"DeprecatedPainter.cpp",
|
"DeprecatedPainter.cpp",
|
||||||
"DeprecatedPath.cpp",
|
"DeprecatedPath.cpp",
|
||||||
"EdgeFlagPathRasterizer.cpp",
|
"EdgeFlagPathRasterizer.cpp",
|
||||||
"Filters/ColorBlindnessFilter.cpp",
|
|
||||||
"Filters/FastBoxBlurFilter.cpp",
|
|
||||||
"Filters/LumaFilter.cpp",
|
|
||||||
"Filters/StackBlurFilter.cpp",
|
|
||||||
"Font/Emoji.cpp",
|
|
||||||
"Font/Font.cpp",
|
"Font/Font.cpp",
|
||||||
|
"Font/FontData.cpp",
|
||||||
"Font/FontDatabase.cpp",
|
"Font/FontDatabase.cpp",
|
||||||
"Font/OpenType/Cmap.cpp",
|
|
||||||
"Font/OpenType/Font.cpp",
|
|
||||||
"Font/OpenType/Glyf.cpp",
|
|
||||||
"Font/OpenType/Hinting/Opcodes.cpp",
|
|
||||||
"Font/OpenType/Tables.cpp",
|
|
||||||
"Font/ScaledFont.cpp",
|
"Font/ScaledFont.cpp",
|
||||||
|
"Font/ScaledFontSkia.cpp",
|
||||||
"Font/Typeface.cpp",
|
"Font/Typeface.cpp",
|
||||||
"Font/Typeface.cpp",
|
"Font/TypefaceSkia.cpp",
|
||||||
"Font/WOFF/Font.cpp",
|
"Font/WOFF/Loader.cpp",
|
||||||
"Font/WOFF2/Font.cpp",
|
"Font/WOFF2/Loader.cpp",
|
||||||
"FontCascadeList.cpp",
|
"FontCascadeList.cpp",
|
||||||
"GradientPainting.cpp",
|
"GradientPainting.cpp",
|
||||||
"ICC/BinaryWriter.cpp",
|
"ICC/BinaryWriter.cpp",
|
||||||
|
@ -58,6 +50,7 @@ shared_library("LibGfx") {
|
||||||
"ICC/TagTypes.cpp",
|
"ICC/TagTypes.cpp",
|
||||||
"ICC/Tags.cpp",
|
"ICC/Tags.cpp",
|
||||||
"ICC/WellKnownProfiles.cpp",
|
"ICC/WellKnownProfiles.cpp",
|
||||||
|
"ImageFormats/AVIFLoader.cpp",
|
||||||
"ImageFormats/AnimationWriter.cpp",
|
"ImageFormats/AnimationWriter.cpp",
|
||||||
"ImageFormats/BMPLoader.cpp",
|
"ImageFormats/BMPLoader.cpp",
|
||||||
"ImageFormats/BMPWriter.cpp",
|
"ImageFormats/BMPWriter.cpp",
|
||||||
|
@ -74,20 +67,21 @@ shared_library("LibGfx") {
|
||||||
"ImageFormats/TIFFLoader.cpp",
|
"ImageFormats/TIFFLoader.cpp",
|
||||||
"ImageFormats/TinyVGLoader.cpp",
|
"ImageFormats/TinyVGLoader.cpp",
|
||||||
"ImageFormats/WebPLoader.cpp",
|
"ImageFormats/WebPLoader.cpp",
|
||||||
"ImageFormats/WebPLoaderLossless.cpp",
|
|
||||||
"ImageFormats/WebPLoaderLossy.cpp",
|
|
||||||
"ImageFormats/WebPSharedLossless.cpp",
|
"ImageFormats/WebPSharedLossless.cpp",
|
||||||
"ImageFormats/WebPWriter.cpp",
|
"ImageFormats/WebPWriter.cpp",
|
||||||
"ImageFormats/WebPWriterLossless.cpp",
|
"ImageFormats/WebPWriterLossless.cpp",
|
||||||
"ImmutableBitmap.cpp",
|
"ImmutableBitmap.cpp",
|
||||||
|
"MedianCut.cpp",
|
||||||
|
"Painter.cpp",
|
||||||
|
"PainterSkia.cpp",
|
||||||
"Palette.cpp",
|
"Palette.cpp",
|
||||||
"PathClipper.cpp",
|
"Path.cpp",
|
||||||
|
"PathSkia.cpp",
|
||||||
"Point.cpp",
|
"Point.cpp",
|
||||||
"Rect.cpp",
|
"Rect.cpp",
|
||||||
"ShareableBitmap.cpp",
|
"ShareableBitmap.cpp",
|
||||||
"Size.cpp",
|
"Size.cpp",
|
||||||
"SystemTheme.cpp",
|
"SystemTheme.cpp",
|
||||||
"TextDirection.cpp",
|
|
||||||
"TextLayout.cpp",
|
"TextLayout.cpp",
|
||||||
"Triangle.cpp",
|
"Triangle.cpp",
|
||||||
"VectorGraphic.cpp",
|
"VectorGraphic.cpp",
|
||||||
|
@ -98,6 +92,14 @@ shared_library("LibGfx") {
|
||||||
deps = [
|
deps = [
|
||||||
":generate_tiff_sources",
|
":generate_tiff_sources",
|
||||||
"//AK",
|
"//AK",
|
||||||
|
"//Meta/gn/build/libs/avif",
|
||||||
|
"//Meta/gn/build/libs/harfbuzz",
|
||||||
|
"//Meta/gn/build/libs/jpeg",
|
||||||
|
"//Meta/gn/build/libs/jxl",
|
||||||
|
"//Meta/gn/build/libs/png",
|
||||||
|
"//Meta/gn/build/libs/skia",
|
||||||
|
"//Meta/gn/build/libs/webp",
|
||||||
|
"//Meta/gn/build/libs/woff2",
|
||||||
"//Userland/Libraries/LibCompress",
|
"//Userland/Libraries/LibCompress",
|
||||||
"//Userland/Libraries/LibCore",
|
"//Userland/Libraries/LibCore",
|
||||||
"//Userland/Libraries/LibCrypto",
|
"//Userland/Libraries/LibCrypto",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue