skia2/modules/skparagraph/include
Kevin Lubick c123b5a93d [bazel] Add rules for CanvasKit and dependent modules
This may look like a lot, but //modules/canvaskit/BUILD.bazel
is nearly identical to how it was with gazelle:
162dfca340/modules/canvaskit/BUILD.bazel

I removed the "wasm_gm_tests" targets from it, because they
had bitrotted slightly and fixing them is its own task.

CanvasKit depends on Skottie and Particles, which depend on
the SkParagraph, SkShaper, SkUnicode, and SkResources modules.

I've structured the BUILD.bazel files in the //modules directory
in a similar fashion as the "hierarchical filegroup"
introduced in https://skia-review.googlesource.com/c/skia/+/543977

Suggested Review Order
 - //modules/skottie/...
 - //modules/skparagraph/...
 - all other modules.
 - Note that modules/canvaskit/go/gold_test_env/BUILD.bazel is
   generated from gazelle, because we like how gazelle handles
   golang files and deps.
 - All other files in any order.

Change-Id: I0aa9e6f81dba2c00f15cae7b19fe49a2027dcf1d
Bug: skia:12541
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/544676
Reviewed-by: Leandro Lovisolo <lovisolo@google.com>
2022-05-31 14:14:54 +00:00
..
BUILD.bazel [bazel] Add rules for CanvasKit and dependent modules 2022-05-31 14:14:54 +00:00
DartTypes.h Fix the start/end indexes used for font features in SkParagraph 2022-05-17 00:40:39 +00:00
FontArguments.h Clone the contents of SkFontArguments when storing the key of the FontCollection typeface cache 2022-04-01 15:56:00 +00:00
FontCollection.h Clone the contents of SkFontArguments when storing the key of the FontCollection typeface cache 2022-04-01 15:56:00 +00:00
Metrics.h [canvaskit] Add halfLeading to TextStyle and StrutStyle 2021-04-20 20:21:56 +00:00
Paragraph.h Return shapedlines for text api 2021-05-03 14:21:11 +00:00
ParagraphBuilder.h ParagraphBuilder efficiency improvements and simplification 2022-04-27 17:57:00 +00:00
ParagraphCache.h Efficiency improvements to SkParagraph ParagraphCacheKey 2021-12-08 18:55:59 +00:00
ParagraphStyle.h Remove DrawOptions (except direct drawing) 2022-04-01 15:46:39 +00:00
TextShadow.h Rename TextShadow.fBlurRadius to fBlurSigma 2021-04-27 16:07:09 +00:00
TextStyle.h Clone the contents of SkFontArguments when storing the key of the FontCollection typeface cache 2022-04-01 15:56:00 +00:00
TypefaceFontProvider.h Purge 2020 picture versions 2021-07-19 19:35:49 +00:00