skia2/include/utils
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
..
mac [bazel] Add shims to help translation into G3 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
SkAnimCodecPlayer.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkBase64.h Remove deprecated SkBase64 interface. 2021-01-20 17:47:16 +00:00
SkCamera.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkCanvasStateUtils.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkCustomTypeface.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkEventTracer.h Reenable Wdeprecated-copy-dtor 2021-02-16 17:53:28 +00:00
SkNoDrawCanvas.h remove dead code from old drawimage virtuals 2021-01-21 01:26:15 +00:00
SkNullCanvas.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkNWayCanvas.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkOrderedFontMgr.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkPaintFilterCanvas.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkParse.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkParsePath.h [svgcanvas] Add support for relative path encoding 2021-05-11 17:44:59 +00:00
SkRandom.h Wsign-conversion for public headers 2020-06-02 12:34:54 +00:00
SkShadowUtils.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkTextUtils.h [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SkTraceEventPhase.h make includes available for flutter 2018-06-21 18:12:47 +00:00