blob: 6824c941207e08a5bd7d0170f330ff99448bc4fd [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
# This group is exported as //modules/svg/svg.gni:skia_svg_public
skia_filegroup(
name = "public_hdrs",
srcs = [
"SkSVGAttribute.h",
"SkSVGAttributeParser.h",
"SkSVGCircle.h",
"SkSVGClipPath.h",
"SkSVGContainer.h",
"SkSVGDOM.h",
"SkSVGDefs.h",
"SkSVGEllipse.h",
"SkSVGFe.h",
"SkSVGFeBlend.h",
"SkSVGFeColorMatrix.h",
"SkSVGFeComposite.h",
"SkSVGFeDisplacementMap.h",
"SkSVGFeFlood.h",
"SkSVGFeGaussianBlur.h",
"SkSVGFeImage.h",
"SkSVGFeLightSource.h",
"SkSVGFeLighting.h",
"SkSVGFeMorphology.h",
"SkSVGFeOffset.h",
"SkSVGFeTurbulence.h",
"SkSVGFilter.h",
"SkSVGFilterContext.h",
"SkSVGG.h",
"SkSVGGradient.h",
"SkSVGHiddenContainer.h",
"SkSVGIDMapper.h",
"SkSVGImage.h",
"SkSVGLine.h",
"SkSVGLinearGradient.h",
"SkSVGMask.h",
"SkSVGNode.h",
"SkSVGOpenTypeSVGDecoder.h",
"SkSVGPath.h",
"SkSVGPattern.h",
"SkSVGPoly.h",
"SkSVGRadialGradient.h",
"SkSVGRect.h",
"SkSVGRenderContext.h",
"SkSVGSVG.h",
"SkSVGShape.h",
"SkSVGStop.h",
"SkSVGText.h",
"SkSVGTransformableNode.h",
"SkSVGTypes.h",
"SkSVGUse.h",
"SkSVGValue.h",
],
)