skia2/tools/fonts
Kevin Lubick 46eaab3959 [bazel] Add shims to help translation into G3
Ran the following commands:
find -name "BUILD.bazel" -exec sed -i -e '1iload("//bazel:macros.bzl", "cc_library", "exports_files_legacy")\nexports_files_legacy()' {} +
buildifier --lint=fix --mode=fix -r .

This had the effect of making sure we can export all of our
files in G3 (until we no longer have legacy targets) and
making all of our cc_libraries shim-able.

bazel/macros.bzl has the human-contributed changes, the rest
were mechanical.

Change-Id: I8e24e30e74b038cfd072cdbe4078bfd1d213dd46
Bug: skia:13211
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535359
Reviewed-by: Ben Wagner <bungeman@google.com>
2022-04-29 19:27:54 +00:00
..
BUILD.bazel [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
create_test_font_color.cpp Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" 2021-09-01 17:54:08 +00:00
create_test_font.cpp Move SkSpan to include/, for use in public API 2021-05-12 13:19:32 +00:00
generate_fir_coeff.py Fix Python3 compatibility 2021-03-25 14:15:35 +00:00
RandomScalerContext.cpp FreeType to draw COLR glyphs with drawables. 2022-02-11 20:38:43 +00:00
RandomScalerContext.h FreeType to draw COLR glyphs with drawables. 2022-02-11 20:38:43 +00:00
test_font_index.inc
test_font_monospace.inc
test_font_sans_serif.inc
test_font_serif.inc
TestEmptyTypeface.h Serialize foreground color caching requirement specialisation 2021-11-03 19:56:47 +00:00
TestFontMgr.cpp Better report lack of SkSVG in test. 2022-02-09 17:43:52 +00:00
TestFontMgr.h
TestSVGTypeface.cpp Plumbing for glyph drawable 2022-02-08 18:14:27 +00:00
TestSVGTypeface.h Serialize foreground color caching requirement specialisation 2021-11-03 19:56:47 +00:00
TestTypeface.cpp Fix when a glyph has a path 2021-12-07 14:58:29 +00:00
TestTypeface.h Serialize foreground color caching requirement specialisation 2021-11-03 19:56:47 +00:00
ToolUtilsFont.cpp Restructure scaledemoji_rendering gm. 2022-04-14 18:51:12 +00:00